-
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.1.0
head repository: Automattic/jetpack-ai-client
compare: v0.1.1
- 14 commits
- 25 files changed
- 6 contributors
Commits on Jul 25, 2023
-
Starting the Jetpack 12.5-alpha cycle. (#32051)
* Changelog edits. * Amend readme.txt * Starting Jetpack 12.5 alpha cycle. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5656436589
Configuration menu - View commit details
-
Copy full SHA for f0f19c0 - Browse repository at this point
Copy the full SHA f0f19c0View commit details -
AI Client: add useSuggestions() hook (#32022)
* [not verified] define const and types for response errors * [not verified] introduce useSuggestions react custom hook * [not verified] expose useSuggestions() react custom hook * [not verified] add .eslintrc.cjs file * [not verified] organize errors stuff * [not verified] use alias to simplify the code * [not verified] add askQuestionOptions to hook * [not verified] rename hook name * [not verified] add hook readme file * [not verified] changelog * [not verified] add @WordPress deps * [not verified] set `autoRequest` as false by default * [not verified] use conts to register/unregisters events * update deps * update pnpm deps * bump new ai-client version * add react deps to ai client pkg * Update projects/js-packages/ai-client/src/hooks/use-ai-suggestions/index.ts Co-authored-by: Luiz Kowalski <lhkowalski@gmail.com> * Update projects/js-packages/ai-client/src/hooks/use-ai-suggestions/Readme.md Co-authored-by: Luiz Kowalski <lhkowalski@gmail.com> * set postId an optional option for the hook * add debug() line to check postId param * Fix typo on parameter comment --------- Co-authored-by: Luiz Kowalski <lhkowalski@gmail.com> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5662010273
Configuration menu - View commit details
-
Copy full SHA for 9b8d588 - Browse repository at this point
Copy the full SHA 9b8d588View commit details
Commits on Jul 27, 2023
-
AI Client: handle properly passing the post_id parameter to endpoint …
…(#32104) * [not verified] propagate better postId from hook to event source * [not verified] update doc * changelog * populate post id by using the askQuestionOptions * [not verified] changelog * [not verified] update pnpm Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5683319594
Configuration menu - View commit details
-
Copy full SHA for d5b0f34 - Browse repository at this point
Copy the full SHA d5b0f34View commit details -
AI Client: add AI Client icon components (#32079)
* [not verified] add AI Client package * [not verified] add icons * [not verified] add index icons file * [not verified] export icons * [not verified] add simple icon Readme file * [not verified] add icon story * [not verified] changelog * [not verified] add ai-client into build list * [not verified] update story importing path * add @wordpress/components dep * add @storybook/react dev dep * pnpm update * update pnpm-lock * fix exporting icons bug --------- Co-authored-by: sdixon194 <steve.dixon@automattic.com> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5684981773
Configuration menu - View commit details
-
Copy full SHA for d8dccab - Browse repository at this point
Copy the full SHA d8dccabView commit details
Commits on Jul 28, 2023
-
AI Client: Introduce the AI Assistant data context (#32129)
* [not verified] add first approach of the AI Assistant data context * [not verified] rename type :-| * [not verified] expose ai assistant data context * [not verified] changelog * [not verified] tweak types Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5694328176
Configuration menu - View commit details
-
Copy full SHA for b5e1876 - Browse repository at this point
Copy the full SHA b5e1876View commit details
Commits on Jul 31, 2023
-
AI Client: introduce withAiDataProvider HOC (#32142)
* introduce hoc. re-organize data approach * [not verified] debug() suggestions * [not verified] update doc * [not verified] changelog * rename context * update docs * wrap HOC with createHigherOrderComponent Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5713004029
Configuration menu - View commit details
-
Copy full SHA for d55b982 - Browse repository at this point
Copy the full SHA d55b982View commit details -
AI Client: introduce useAiContext() hook (#32145)
* [not verified] first implementation of the useAiDataContext() hook * [not verified] update doc * [not verified] expose hook * [not verified] simplify hook name * changelog * rename hook with useAiContext() * fix Readme section reference Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5715859926
Configuration menu - View commit details
-
Copy full SHA for bd3d3e2 - Browse repository at this point
Copy the full SHA bd3d3e2View commit details
Commits on Aug 1, 2023
-
AI Client: Introduce
AI Control
component (#32163)Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5720901442
Configuration menu - View commit details
-
Copy full SHA for f2550d7 - Browse repository at this point
Copy the full SHA f2550d7View commit details -
AI Client: remove unused image library (#32127)
* [not verified] remove unused image lib * [not verified] changelog Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5724641991
Configuration menu - View commit details
-
Copy full SHA for 8d99c65 - Browse repository at this point
Copy the full SHA 8d99c65View commit details -
AI Assistant: import Icons from AI Client pkg (#32173)
* [not verified] add Icon suffix to icons components * [not verified] import AI icons from pkg * [not verified] changelog Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5724966903
Configuration menu - View commit details
-
Copy full SHA for 084234c - Browse repository at this point
Copy the full SHA 084234cView commit details -
AI Client: replace using CSS modules with the regular way (#32171)
* replace CSS module by regular usage * changelog Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5725949086
Configuration menu - View commit details
-
Copy full SHA for a94fa31 - Browse repository at this point
Copy the full SHA a94fa31View commit details -
AI Assistant: Add function calling feature (#32161)
* add function calling feature * changelog * remove comment * change event name Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5730123433
Configuration menu - View commit details
-
Copy full SHA for d447525 - Browse repository at this point
Copy the full SHA d447525View commit details -
AI Assistant: Add function calling feature (#32161)
* add function calling feature * changelog * remove comment * change event name Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5730191779
Configuration menu - View commit details
-
Copy full SHA for abbb1b6 - Browse repository at this point
Copy the full SHA abbb1b6View commit details -
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5730309792
Configuration menu - View commit details
-
Copy full SHA for e96f474 - Browse repository at this point
Copy the full SHA e96f474View 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.1.0...v0.1.1