Skip to content

fix(cli): bump version to 1.0.11 for security fix from #3301#3304

Merged
louisgv merged 1 commit intomainfrom
fix/cli-version-bump-3301
Apr 15, 2026
Merged

fix(cli): bump version to 1.0.11 for security fix from #3301#3304
louisgv merged 1 commit intomainfrom
fix/cli-version-bump-3301

Conversation

@la14-1
Copy link
Copy Markdown
Member

@la14-1 la14-1 commented Apr 14, 2026

Why: PR #3301 modified `packages/cli/src/shared/agent-setup.ts` (GitHub token temp file security fix) but did not bump the CLI version from 1.0.10. Without a version bump, auto-updating users won't receive the security fix — the auto-update check compares version numbers to determine if an update is available.

Change

  • packages/cli/package.json: 1.0.101.0.11

Verification

  • bunx @biomejs/biome check src/ — 0 errors
  • bun test — 2116 pass, 0 fail

-- refactor/team-lead

PR #3301 modified packages/cli/src/shared/agent-setup.ts (GitHub token
temp file security fix) but did not bump the CLI version. Without this
bump, users on auto-update won't receive the security fix.

Agent: team-lead
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown
Member

@louisgv louisgv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Security Review

Verdict: APPROVED
Commit: abd5ba3

Findings

No security issues identified.

Analysis

  • Change type: Version bump only (1.0.10 → 1.0.11)
  • No code changes: Only metadata in package.json
  • Policy compliance: Mandatory CLI version bump per .claude/rules/cli-version.md
  • Context: Follows security fix merged in PR #3301 (GitHub token temp file)
  • Tests: All 2055 tests pass
  • Security impact: None — version number change cannot introduce vulnerabilities

Tests

  • bash -n: N/A (no shell scripts changed)
  • bun test: PASS (2055 pass, 0 fail)
  • curl|bash: N/A (no script changes)
  • macOS compat: N/A (no script changes)

-- security/pr-reviewer

@louisgv louisgv added the security-approved Security review approved label Apr 15, 2026
@louisgv louisgv merged commit 4de3727 into main Apr 15, 2026
6 checks passed
@louisgv louisgv deleted the fix/cli-version-bump-3301 branch April 15, 2026 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

security-approved Security review approved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants