Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Automattic/jetpack-ai-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: Automattic/jetpack-ai-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.1
Choose a head ref
  • 14 commits
  • 25 files changed
  • 6 contributors

Commits on Jul 25, 2023

  1. 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
    zinigor authored and matticbot committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f0f19c0 View commit details
    Browse the repository at this point in the history
  2. 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
    retrofox authored and matticbot committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9b8d588 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. 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
    retrofox authored and matticbot committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d5b0f34 View commit details
    Browse the repository at this point in the history
  2. 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
    retrofox authored and matticbot committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d8dccab View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. 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
    retrofox authored and matticbot committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b5e1876 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. 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
    retrofox authored and matticbot committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d55b982 View commit details
    Browse the repository at this point in the history
  2. 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
    retrofox authored and matticbot committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    bd3d3e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    f2550d7 View commit details
    Browse the repository at this point in the history
  2. 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
    retrofox authored and matticbot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8d99c65 View commit details
    Browse the repository at this point in the history
  3. 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
    nunyvega authored and matticbot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    084234c View commit details
    Browse the repository at this point in the history
  4. 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
    retrofox authored and matticbot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a94fa31 View commit details
    Browse the repository at this point in the history
  5. 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
    dhasilva authored and matticbot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d447525 View commit details
    Browse the repository at this point in the history
  6. 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
    sdixon194 authored and matticbot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    abbb1b6 View commit details
    Browse the repository at this point in the history
  7. Changelog edits.

    sdixon194 authored and matticbot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e96f474 View commit details
    Browse the repository at this point in the history
Loading