close
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: algolia/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.4
Choose a base ref
...
head repository: algolia/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.0
Choose a head ref
  • 3 commits
  • 56 files changed
  • 4 contributors

Commits on May 13, 2026

  1. docs: update template and fix help (#218)

    * chore: clean up after myself
    
    * fix: root path to CLI reference
    
    * fix: flags and docs generation
    
    * fix: misplaced empty line
    kai687 authored May 13, 2026
    Configuration menu
    Copy the full SHA
    177f309 View commit details
    Browse the repository at this point in the history
  2. feat: add CompositionClient to cli and bump SDK to v4.38.0 (#215)

    * feat: add CompositionClient to cli and bump SDK to v4.38.0
    
    * fix(compositions): apply PR review feedback
    
    - Register TestCompositions in e2e_test.go so the txtar script runs
    - Guard interactive prompts with CanPrompt() in both delete commands
    - Return nil (not ErrCancel) when user declines confirmation, matching repo convention
    - Wrap prompt error in rules/delete to match sibling style
    - Print TTY success message after WaitForTask in all four mutate commands
    - Issue an immediate GetTask in WaitForTask so quick tasks skip the first poll wait
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    ben-kalmus and claude authored May 13, 2026
    Configuration menu
    Copy the full SHA
    29a9b64 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

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