-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Automattic/jetpack-ai-client
base: v0.12.0
head repository: Automattic/jetpack-ai-client
compare: v0.12.1
- 9 commits
- 14 files changed
- 5 contributors
Commits on Apr 9, 2024
-
A4A Plugin: Add ConnectedCard component for site connected state (#36…
…747) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8608521609
Configuration menu - View commit details
-
Copy full SHA for 68db936 - Browse repository at this point
Copy the full SHA 68db936View commit details -
phan: Rework how stubs are specified (#36791)
In preparation for adding more specialized stubs, add a way for configs to specify which they want by keyword rather than having to do file paths relative to the root. As part of that, `'is_wordpress' => false` goes away in favor of overriding the default list of stubs to load. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8615103856
Configuration menu - View commit details
-
Copy full SHA for ff153ec - Browse repository at this point
Copy the full SHA ff153ecView commit details -
Backport mu-wpcom-plugin 2.1.14, jetpack 13.4-a.1 Changes (#36792)
Changelog and readme.txt edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8618336925
Configuration menu - View commit details
-
Copy full SHA for 54d79aa - Browse repository at this point
Copy the full SHA 54d79aaView commit details -
changelogger: Fix Phan issues (#36755)
* changelogger: Fix Phan issues * Lots of phpdoc fixes. * Use `??` where applicable. * Deprecate the `$subheading` parameter to `ChangelogEntry::getChangesBySubheading()`, since it makes the return value confusing. * Assign some Symfony HelperInterfaces to variables so we can tell Phan the correct type. * Move most of `WordpressVersioning::normalizeVersion()` to a private `WordpressVersioning::normalizeVersionInternal()` so the `$version` parameter type can be properly documented. * Remove some parameter validation that is no longer needed with it being private. * Fix some `RuntimeException` → `LoadChangeFileException` renames left over from #27949. * Suppress some false positives. * Lots due to PHPUnit, sigh. * Add some missing `@codeCoverageIgnore` to bring the coverage back up. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8619009165
Configuration menu - View commit details
-
Copy full SHA for ada678f - Browse repository at this point
Copy the full SHA ada678fView commit details
Commits on Apr 11, 2024
-
Backport social 4.2.0 Changes (#36848)
* Changelog and readme.txt edits. * Version bumps Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8646793524
Configuration menu - View commit details
-
Copy full SHA for e83b4df - Browse repository at this point
Copy the full SHA e83b4dfView commit details
Commits on Apr 12, 2024
-
changelogger: Support symfony/console 7.0 (#36861)
When I tried using stub-generator from Packagist, it broke because it wasn't actually compatible with symfony/console 7.0 (it needed specification of a return type on a method). Turns out this is because changelogger only specified working with up to 6.0, so 7.0 wasn't being used when it should have been. Fortunately all the changes are still more-or-less backwards compatible all the way back to the 3.4 version we need for PHP 7.0 support. We wind up having to specify the commands' names and descriptions twice now, but 🤷. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8662487279
Configuration menu - View commit details
-
Copy full SHA for 569b00d - Browse repository at this point
Copy the full SHA 569b00dView commit details -
AI Assistant: Rename useSuggestionsFromOpenAI to useAIAssistant and d…
…eduplicate suggestion logic (#36869) * remove unused function calling feature * add large context error to use-ai-suggestions getErrorData function * use getErrorData on use-suggestions-from-openai * fix double error event on network error * add handler for any error * add initialRequestingState * expose handleErrorQuotaExceededError * clear error on request and expose error to caller * add onStop callback * adjust AI Assistant to useAiSuggestions hook * remove duplicated and wrong debug messages * remove unnecessary default value * rename useSuggestionsFromOpenAI hook to useAIAssistant * changelog * bump version Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8667409449 Upstream-Ref: Automattic/jetpack@65caa26
Configuration menu - View commit details
-
Copy full SHA for 91712e8 - Browse repository at this point
Copy the full SHA 91712e8View commit details
Commits on Apr 15, 2024
-
AI Featured Image: Show Upgrade Prompt after generation (#36899)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8694333974 Upstream-Ref: Automattic/jetpack@5022df3
Configuration menu - View commit details
-
Copy full SHA for 2c2c031 - Browse repository at this point
Copy the full SHA 2c2c031View commit details -
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8694691318 Upstream-Ref: Automattic/jetpack@88737f8
Configuration menu - View commit details
-
Copy full SHA for 8c5b5f2 - Browse repository at this point
Copy the full SHA 8c5b5f2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.12.0...v0.12.1