feat(claude): add Opus 4.8 support, handle Agent SDK 0.3.x messages, dedup SDK dependency#93
Conversation
|
Warning Review limit reached
More reviews will be available in 26 minutes and 55 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (9)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ec0dfe8 to
68b4298
Compare
fac6d52 to
5acf037
Compare
Merge activity
|
…rning flood (pingdotgg#2872) Co-authored-by: Julius Marminge <julius0216@outlook.com>
The Opus 4.8 bump moved apps/server to @anthropic-ai/claude-agent-sdk ^0.3.154, but the root and scripts/ package.json still pinned ^0.2.104 / ^0.2.77. Nothing outside apps/server imports the SDK, so these were vestigial declarations that only forced a stale 0.2.111 top-level hoist (plus its sharp binaries) into the install. Removing them leaves apps/server as the sole declarer and collapses the lockfile to a single 0.3.154 resolution, eliminating the version-drift trap on future bumps.
5acf037 to
8d8af99
Compare

Add Claude Opus 4.8 support (pingdotgg#2849)
fix: handle Claude Agent SDK 0.3.x system messages to stop runtime-warning flood (pingdotgg#2872)
Co-authored-by: Julius Marminge julius0216@outlook.com
"claude system message" instead of "runtime warning" when using 4.8 from claude code (pingdotgg#2972)
chore(deps): drop unused root + scripts claude-agent-sdk declarations
The Opus 4.8 bump moved apps/server to @anthropic-ai/claude-agent-sdk
^0.3.154, but the root and scripts/ package.json still pinned ^0.2.104 /
^0.2.77. Nothing outside apps/server imports the SDK, so these were
vestigial declarations that only forced a stale 0.2.111 top-level hoist
(plus its sharp binaries) into the install. Removing them leaves
apps/server as the sole declarer and collapses the lockfile to a single
0.3.154 resolution, eliminating the version-drift trap on future bumps.