Skip to content

feat(claude): add Opus 4.8 support, handle Agent SDK 0.3.x messages, dedup SDK dependency#93

Merged
aaditagrawal merged 4 commits into
mainfrom
stack/10-opus-4-8-support
Jun 9, 2026
Merged

feat(claude): add Opus 4.8 support, handle Agent SDK 0.3.x messages, dedup SDK dependency#93
aaditagrawal merged 4 commits into
mainfrom
stack/10-opus-4-8-support

Conversation

@aaditagrawal

Copy link
Copy Markdown
Owner

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.

@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@aaditagrawal, we couldn't start this review because you've reached your PR review rate limit.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4bf4f07c-e5a4-4a55-93ba-e55cb5ec0b1f

📥 Commits

Reviewing files that changed from the base of the PR and between bc2b205 and 8d8af99.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (9)
  • apps/server/package.json
  • apps/server/src/orchestration/Layers/ProviderRuntimeIngestion.ts
  • apps/server/src/provider/Layers/ClaudeAdapter.ts
  • apps/server/src/provider/Layers/ClaudeProvider.ts
  • apps/server/src/textGeneration/ClaudeTextGeneration.ts
  • package.json
  • packages/contracts/src/model.ts
  • packages/contracts/src/providerRuntime.ts
  • scripts/package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch stack/10-opus-4-8-support

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:L 100-499 effective changed lines (test files excluded in mixed PRs). labels Jun 9, 2026
@aaditagrawal
aaditagrawal marked this pull request as ready for review June 9, 2026 08:44
@aaditagrawal
aaditagrawal force-pushed the stack/07-extract-web-cleanup branch from ec0dfe8 to 68b4298 Compare June 9, 2026 09:03
@aaditagrawal
aaditagrawal force-pushed the stack/10-opus-4-8-support branch from fac6d52 to 5acf037 Compare June 9, 2026 09:03

aaditagrawal commented Jun 9, 2026

Copy link
Copy Markdown
Owner Author

Merge activity

  • Jun 9, 9:06 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Jun 9, 9:18 AM UTC: Graphite rebased this pull request as part of a merge.
  • Jun 9, 9:18 AM UTC: @aaditagrawal merged this pull request with Graphite.

@aaditagrawal
aaditagrawal changed the base branch from stack/07-extract-web-cleanup to graphite-base/93 June 9, 2026 09:15
@aaditagrawal
aaditagrawal changed the base branch from graphite-base/93 to main June 9, 2026 09:16
Marve10s and others added 4 commits June 9, 2026 09:17
…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.
@aaditagrawal
aaditagrawal force-pushed the stack/10-opus-4-8-support branch from 5acf037 to 8d8af99 Compare June 9, 2026 09:17
@aaditagrawal
aaditagrawal merged commit 5161be5 into main Jun 9, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L 100-499 effective changed lines (test files excluded in mixed PRs). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants