-
chore(cli): release 0.2.31 (#3538)
发布于
2026-06-09 09:18:21 +00:00 What
Manual version bump for
@composio/cli→ 0.2.31, replacing the
broken changeset-bot flow.- Bumps
ts/packages/cli/package.json0.2.30 → 0.2.31 - Adds the
0.2.31entry tots/packages/cli/CHANGELOG.md - Consumes (deletes) the 5 CLI changesets it covers:
- Leaves the
@composio/corechangesets untouched for the bot.
Why manual
The changeset release bot (
ts.release.yml→changesets/action) has
been failing onHttpError: Bad credentialson every run since
2026-06-04 — itsCI_BOT_TOKENsecret is expired/invalid — so it can no
longer regenerate the "Release: update version" PR (#3429, stale since
2026-05-20).build-cli-binaries.ymlis healthy and independent of that token: on
merge tonextit comparests/packages/cli/package.jsonagainst the
previous commit, detects the version change, and builds + publishes the
stable@composio/cli@0.2.31GitHub release (cross-platform
binaries). The CLI is"private": true, so it ships only as the GitHub
binary release, not npm — this path fully covers it.Validated
The pinned-actions binary pipeline was already validated green
end-to-end (all 4 platform binaries built + full install-test matrix
passed) on abuild-betarun. Local binary (built from this same
source) passed version/whoami/help, LLM-friendly stdout,upgrade <version>, and the full Slack +experimental_subAgentintegration
test.Follow-up (separate)
CI_BOT_TOKENneeds refreshing to restore the changeset bot (recommend
a GitHub App installation token over a personal PAT to avoid future
expiry). Tracked outside this PR.🤖 Generated with Claude Code
Co-authored-by: Claude Opus 4.8 (1M context) noreply@anthropic.com
下载附件
- Bumps