Skip to content

feat(deps): bump claude-agent-sdk to 0.3.198 for Claude Fable 5 support#381

Merged
chadbyte merged 1 commit into
mainfrom
feat/fable-model-support
Jul 2, 2026
Merged

feat(deps): bump claude-agent-sdk to 0.3.198 for Claude Fable 5 support#381
chadbyte merged 1 commit into
mainfrom
feat/fable-model-support

Conversation

@chadbyte

@chadbyte chadbyte commented Jul 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Bump @anthropic-ai/claude-agent-sdk from 0.3.196 to 0.3.198 (bundled Claude Code CLI 2.1.196 → 2.1.198).
  • CLI 2.1.198's supportedModels() returns Claude Fable 5 (claude-fable-5[1m], display name "Fable", effort low–max, adaptive thinking).
  • No application code changes: Clay resolves the local claude binary via pathToClaudeCodeExecutable and renders the model picker from the dynamic supportedModels() list, so Fable appears automatically.

Verification

  • Ran supportedModels() through the updated SDK against CLI 2.1.198: Fable is present in the returned list with correct capability flags (supportsEffort, supportedEffortLevels: [low..max], supportsAdaptiveThinking, no supportsFastMode, as expected for Fable).

🤖 Generated with Claude Code

The updated SDK bundles Claude Code CLI 2.1.198, whose supportedModels()
list includes claude-fable-5. Clay renders the model picker from that
list dynamically, so no application code changes are needed.
@chadbyte chadbyte merged commit fc9baab into main Jul 2, 2026
1 check passed
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

This issue has been resolved in version 2.46.0-beta.1 (main).

To update, run:

npx clay-server@2.46.0-beta.1

-- Clay Deploy Bot

Build anything, with anyone, in one place.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

This issue has been resolved in version 2.46.0 (stable).

To update, run:

npx clay-server@2.46.0

-- Clay Deploy Bot

Build anything, with anyone, in one place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant