发布

  • chore(cli): release 0.2.31 (#3538)

    frostbyte_neo 发布于 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.json 0.2.30 → 0.2.31
    • Adds the 0.2.31 entry to ts/packages/cli/CHANGELOG.md
    • Consumes (deletes) the 5 CLI changesets it covers:
      • composio upgrade <version> (#3428)
      • x-cli-session-id header (#3430)
      • refreshed approval fallback page (#3431)
      • LLM-friendly output (#3450)
      • fish completion paths (#3162) + 1-hour permission expiry (#3449)
    • Leaves the @composio/core changesets untouched for the bot.

    Why manual

    The changeset release bot (ts.release.ymlchangesets/action) has
    been failing on HttpError: Bad credentials on every run since
    2026-06-04 — its CI_BOT_TOKEN secret is expired/invalid — so it can no
    longer regenerate the "Release: update version" PR (#3429, stale since
    2026-05-20).

    build-cli-binaries.yml is healthy and independent of that token: on
    merge to next it compares ts/packages/cli/package.json against the
    previous commit, detects the version change, and builds + publishes the
    stable @composio/cli@0.2.31 GitHub 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 a build-beta run. Local binary (built from this same
    source) passed version/whoami/help, LLM-friendly stdout, upgrade <version>, and the full Slack + experimental_subAgent integration
    test.

    Follow-up (separate)

    CI_BOT_TOKEN needs 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

    下载附件