docs(cli): release note for 1.4 - #244
Closed
duharry0915 wants to merge 1 commit into
Closed
duharry0915 wants to merge 1 commit into
duharry0915 wants to merge 1 commit into
Conversation
1.4 drops the twelve public-key and browser-credential commands whose API routes were removed in #231/#237, renames providers connect --authorize to --accept-disclosure, and adds inbox search and api-keys get/update. Maps each removed 1.3 command to its api-keys replacement. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
6 tasks
Collaborator
Author
|
Folded into #243. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an Upgrading to 1.4 section to
integrations/cli.mdx, above the 1.2 note and in the same style:api-keysreplacement. The API routes behind them were removed in docs(api-keys): browser keys as API keys, Authorize Inbox, and the alias route removals #231/Remove the revoke-all endpoint and revoked_at #237, so these commands already fail on 1.3.providers connect --authorizeto--accept-disclosure.api-keys get/update,api-keys list --type, andthreads get --limit/--page-token.Every flag and value was checked against a local 1.4.0 build that includes #243.
--public-keyonapi-keys createexists only with #243, so merge #243 first and publish this once agentmail-cli v1.4.0 is on npm.Test plan
fern check: 0 errors--type public_key,--api-key-id,--name,--accept-disclosure,--limit,--page-token) match--helpon the 1.4.0 build🤖 Generated with Claude Code