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.4
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.5
Choose a head ref
  • 12 commits
  • 10 files changed
  • 7 contributors

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    f97ff8d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Connection: adjust the way we render initial state (#32499)

    Change the way we render connection initial state to prevent re-render attempts, and simplify it for consuming plugins/packages.
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5878621546
    sergeymitr authored and matticbot committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3327c4f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. CI: Lint that published packages' deps are published too (#32515)

    js-packages/ai-client depends on js-packages/connection, but the latter
    isn't published. That makes the published version of ai-client unusable.
    We should lint for that.
    
    Then, of course, we have to actually publish the necessary packages.
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5902132850
    anomiex authored and matticbot committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a934a2e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Update dependency yoast/phpunit-polyfills to v1.1.0 (#32605)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5929974986
    anomiex authored and matticbot committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    801d7cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca668ea View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. AI Extension: Specify input background color on form (#32628)

    * specify input background color
    
    * changelog
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5941049284
    dhasilva authored and matticbot committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c3399f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. AI Assistant: Support backend prompt building when composing forms (#…

    …32495)
    
    * Turn content optional and add context property to the message
    
    * Move form creation prompts to server side
    
    * Add changelog files
    
    * Fix changelog type error
    
    * Bump version number
    
    * Keep sending the prompt so we dont need to sync client and backend deployment
    
    * Rename user request prompt type
    
    * Update prompt types to match backend refactory
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5963984198
    lhkowalski authored and matticbot committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    60e5da1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7804ad7 View commit details
    Browse the repository at this point in the history
  3. AI Client: add mic icon (#32665)

    * [not verified] add and export mic icon
    
    * changelog
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5966977117
    retrofox authored and matticbot committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ab0a4ac View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. AI Extension: Use new AIControl component from AI package and remove …

    …local implementation (#32682)
    
    * add showClearButton prop to AIControl component
    
    * add requestingState to useSuggestionsFromOpenAI hook
    
    * change local AIControl component import to package component
    
    * remove local AIControl component
    
    * changelog
    
    * disable toolbar options when upgrade is required
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5979060196
    dhasilva authored and matticbot committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1674e9c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Load the block editor assets in the iframe in WP-Admin (#32706)

    * Add a new jetpack_should_load_block_editor_assets filter
    
    * Add a new jetpack_should_load_block_editor_assets filter
    
    This filter is used in order to guard the block editor from enqueuing on unwanted contexts.
    
    * Load the Jetpack editor block assets with enqueue_block_editor_assets on the front-end and enqueue_block_assets in WP-Admin.
    
    This way, the Site Editor and Post Editor load in the iframe directly.
    
    * Update changelog
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5999247384
    zinigor authored and matticbot committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2ed2b4a View commit details
    Browse the repository at this point in the history
  2. Changelog edits.

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