Skip to content

fix(release): update changelog model to claude-sonnet-4-6#206

Merged
vreshch merged 1 commit into
masterfrom
fix/changelog-model
Jun 26, 2026
Merged

fix(release): update changelog model to claude-sonnet-4-6#206
vreshch merged 1 commit into
masterfrom
fix/changelog-model

Conversation

@vreshch

@vreshch vreshch commented Jun 26, 2026

Copy link
Copy Markdown
Member

Why

After #205 fixed the missing dependency, release-prepare's changelog step still
failed — the pinned model claude-sonnet-4-20250514 reached end-of-life on
2026-06-15
and the API now returns 404 not_found_error for it.

What

  • Point the changelog generator at the current Sonnet: claude-sonnet-4-6.
  • messages.create shape is unchanged; one-line swap.

Unblocks: re-run release-prepare -> 0.0.2 PR (Claude-generated changelog) -> merge -> publish.

claude-sonnet-4-20250514 reached end-of-life (2026-06-15) and now returns 404 not_found_error, so release-prepare's changelog step failed. Point it at the current Sonnet (claude-sonnet-4-6). messages.create shape is unchanged.
@github-actions

github-actions Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

🎉 PR Validation ✅ PASSED

Commit: fd62f12efd44dcaab8f2d31b9990ba964d7049ed
Branch: fix/changelog-model

Checks:

  • ✅ Release guard (no version/changelog changes)
  • ✅ Dependencies installed
  • ✅ Type check passed
  • ✅ Linting passed
  • ✅ Format check passed
  • ✅ Tests + coverage passed
  • ✅ Build successful

Ready to merge!


🔗 View workflow run
⏰ Generated at: 2026-06-26T01:21:31.535Z

@vreshch vreshch merged commit a0a9f94 into master Jun 26, 2026
2 checks passed
@vreshch vreshch deleted the fix/changelog-model branch June 26, 2026 01:22
@vreshch vreshch mentioned this pull request Jun 26, 2026
vreshch added a commit that referenced this pull request Jun 26, 2026
## Release v0.0.2

First **publishable** build of the Memory-client CLI. `0.0.1` was
unpublished and is permanently burned on npm, so this is the version
that ships.

### What's in it
- `agentage setup` (OAuth 2.1 + PKCE + DCR sign-in) and `agentage
status` - verified working end-to-end against dev.
- Release-pipeline repairs (#205 `@anthropic-ai/sdk` devDep, #206 live
changelog model) that unblock publishing.

### On merge
Merging this (commit subject `Release v0.0.2`) trips the publish gate ->
`publish.yml` -> `@agentage/cli@0.0.2` on npm -> `npx @agentage/cli
setup` works.

> Note: this PR was created manually because `release-prepare`'s
PR-authoring step failed on an **expired `RELEASE_PAT`/`PAT_TOKEN`**
(HTTP 401). Rotate that secret to restore the automated release flow.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant