Skip to content

chore: use claude opus 5.5 across docs, examples, and chat app - #159

Merged
HugoRCD merged 2 commits into
mainfrom
docs/claude-opus-5.5
Sep 23, 2026
Merged

HugoRCD merged 2 commits into
mainfrom
docs/claude-opus-5.5

Conversation

@HugoRCD

@HugoRCD HugoRCD commented Sep 23, 2026 •

Copy link
Copy Markdown
Member

🔗 Linked issue

None.

📚 Description

Replaces every model reference in the repo with anthropic/claude-opus-5.5. They were a mix of anthropic/claude-sonnet-4.6, anthropic/claude-sonnet-5, openai/gpt-4o, and openai/gpt-4o-mini.

Opus 5.5 is available on AI Gateway and currently ranks first on the Artificial Analysis Intelligence Index. Its measured cost per task is lower than Sonnet 5's at comparable scores (low: 42 at $0.55, versus Sonnet 5 medium: 28 at $1.00).

Covered:

  • Docs content, the docs homepage snippet, the published agent skill, and the SDK README.
  • JSDoc examples in agents.ts and workflow.ts.
  • toolpick examples: the agent model and rerankerModel now use the AI Gateway string. The embedding model stays openai.embeddingModel('text-embedding-3-small').
  • examples/eve agent and examples/pr-review-agent, including the evlog cost entry (claude-opus-5.5: $4 input / $20 output per million tokens) and the list of alternative models in its README.
  • Chat app: the default model, the model picker (Claude Opus 5.5, GPT-6 Sol, Gemini 3.8 Flash), and the title generator in both chat routes.

Unchanged: the SDK default evaluation model (typesafe-ai/jev-latest).

No changeset: the only SDK source changes are in JSDoc examples.

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@vercel

vercel Bot commented Sep 23, 2026 •

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
github-tools-docs Ready Ready Preview, v0 Sep 23, 2026 11:11am UTC
github-tools-test-agent Ready Ready Preview, v0 Sep 23, 2026 11:11am UTC

@github-actions

Copy link
Copy Markdown
Contributor

Thank you for following the naming conventions! 🙏

@HugoRCD HugoRCD changed the title docs: use claude opus 5.5 in examples chore: use claude opus 5.5 across docs, examples, and chat app Sep 23, 2026
@HugoRCD
HugoRCD merged commit 71bb3c7 into main Sep 23, 2026
16 of 17 checks passed
@HugoRCD
HugoRCD deleted the docs/claude-opus-5.5 branch September 23, 2026 11:11

This branch was successfully deployed

2 active deployments
Preview – github-tools-docs — 1091754f Deployed Sep 23, 2026 by vercel[bot]
Preview – github-tools-test-agent — 1091754f Deployed Sep 23, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant