Skip to content

Add OpenCode Agent SDK dependency to server workspace - #1

Draft
mokbhai with Copilot wants to merge 2 commits into
mainfrom
copilot/add-opencode-agent-sdk
Draft

Add OpenCode Agent SDK dependency to server workspace#1
mokbhai with Copilot wants to merge 2 commits into
mainfrom
copilot/add-opencode-agent-sdk

Conversation

Copilot AI commented Mar 20, 2026

Copy link
Copy Markdown

What Changed

To address the request to add OpenCode Agent SDK ASAP with minimal scope, this PR adds the SDK as a direct dependency in the server package only.

  • Dependency update
    • Added @opencode-ai/sdk to apps/server/package.json.
{
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.2.77",
    "@opencode-ai/sdk": "^1.2.27"
  }
}

Why

The issue asks for OpenCode Agent SDK integration with minimum change.
Adding the package at the server boundary makes the SDK available for follow-up provider wiring while keeping runtime behavior unchanged and PR scope tightly constrained.

UI Changes

No UI changes.

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes

📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: mokbhai <66026094+mokbhai@users.noreply.github.com>
Copilot AI changed the title [WIP] Add OpenCode Agent SDK with minimal changes Add OpenCode Agent SDK dependency to server workspace Mar 20, 2026
Copilot AI requested a review from mokbhai March 20, 2026 11:34
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.

2 participants