[PR #743] [MERGED] v2 message format and upgrade to ai sdk v5 #9696

Closed
opened 2026-02-16 18:14:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/743
Author: @thdxr
Created: 7/7/2025
Status: Merged
Merged: 7/7/2025
Merged by: @thdxr

Base: devHead: v2-msg


📝 Commits (10+)

📊 Changes

116 files changed (+4520 additions, -6763 deletions)

View changed files

📝 .github/workflows/stats.yml (+1 -1)
📝 bun.lock (+28 -30)
📝 package.json (+4 -6)
📝 packages/function/src/api.ts (+3 -8)
📝 packages/opencode/script/publish.ts (+10 -31)
📝 packages/opencode/src/app/app.ts (+3 -12)
📝 packages/opencode/src/auth/anthropic.ts (+12 -21)
📝 packages/opencode/src/auth/copilot.ts (+1 -3)
📝 packages/opencode/src/auth/github-copilot.ts (+1 -4)
📝 packages/opencode/src/bun/index.ts (+13 -8)
📝 packages/opencode/src/bus/index.ts (+2 -8)
📝 packages/opencode/src/cli/bootstrap.ts (+1 -4)
📝 packages/opencode/src/cli/cmd/auth.ts (+6 -22)
📝 packages/opencode/src/cli/cmd/debug/file.ts (+1 -2)
📝 packages/opencode/src/cli/cmd/debug/index.ts (+1 -3)
📝 packages/opencode/src/cli/cmd/debug/lsp.ts (+3 -6)
📝 packages/opencode/src/cli/cmd/debug/ripgrep.ts (+1 -6)
📝 packages/opencode/src/cli/cmd/debug/snapshot.ts (+1 -5)
📝 packages/opencode/src/cli/cmd/generate.ts (+1 -4)
📝 packages/opencode/src/cli/cmd/run.ts (+8 -28)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/743 **Author:** [@thdxr](https://github.com/thdxr) **Created:** 7/7/2025 **Status:** ✅ Merged **Merged:** 7/7/2025 **Merged by:** [@thdxr](https://github.com/thdxr) **Base:** `dev` ← **Head:** `v2-msg` --- ### 📝 Commits (10+) - [`6eace8c`](https://github.com/anomalyco/opencode/commit/6eace8c34f1d5ba342716bcdc09b96eedb09c52f) v2 - [`f0dcebc`](https://github.com/anomalyco/opencode/commit/f0dcebcc21b492510770a0a0d08d2192c61d79fe) sync - [`3e2fe17`](https://github.com/anomalyco/opencode/commit/3e2fe176f9232884329bc1c271475eb43a5540e6) sync - [`8eaf25b`](https://github.com/anomalyco/opencode/commit/8eaf25b3196f9e494bb832f9cb1439589015ca5e) go stuff - [`b6ab75f`](https://github.com/anomalyco/opencode/commit/b6ab75f2d4508589b4b0285bd1d3a14cb76fda1f) ui progress - [`5fba41f`](https://github.com/anomalyco/opencode/commit/5fba41fe2863e838c7868677732d600050566b86) progress - [`d02a6a8`](https://github.com/anomalyco/opencode/commit/d02a6a83432591b0a45282a3ea07f6605fc14475) sync - [`514d402`](https://github.com/anomalyco/opencode/commit/514d402f6a8f8773b2e8d1210b51459ed77f9b4d) sync - [`74afb1e`](https://github.com/anomalyco/opencode/commit/74afb1e2ac42297d496bf9a236d7deacb406fab8) cleanup - [`edbbce0`](https://github.com/anomalyco/opencode/commit/edbbce092babc5797859eb799edcf1855bebbb39) fix ### 📊 Changes **116 files changed** (+4520 additions, -6763 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/stats.yml` (+1 -1) 📝 `bun.lock` (+28 -30) 📝 `package.json` (+4 -6) 📝 `packages/function/src/api.ts` (+3 -8) 📝 `packages/opencode/script/publish.ts` (+10 -31) 📝 `packages/opencode/src/app/app.ts` (+3 -12) 📝 `packages/opencode/src/auth/anthropic.ts` (+12 -21) 📝 `packages/opencode/src/auth/copilot.ts` (+1 -3) 📝 `packages/opencode/src/auth/github-copilot.ts` (+1 -4) 📝 `packages/opencode/src/bun/index.ts` (+13 -8) 📝 `packages/opencode/src/bus/index.ts` (+2 -8) 📝 `packages/opencode/src/cli/bootstrap.ts` (+1 -4) 📝 `packages/opencode/src/cli/cmd/auth.ts` (+6 -22) 📝 `packages/opencode/src/cli/cmd/debug/file.ts` (+1 -2) 📝 `packages/opencode/src/cli/cmd/debug/index.ts` (+1 -3) 📝 `packages/opencode/src/cli/cmd/debug/lsp.ts` (+3 -6) 📝 `packages/opencode/src/cli/cmd/debug/ripgrep.ts` (+1 -6) 📝 `packages/opencode/src/cli/cmd/debug/snapshot.ts` (+1 -5) 📝 `packages/opencode/src/cli/cmd/generate.ts` (+1 -4) 📝 `packages/opencode/src/cli/cmd/run.ts` (+8 -28) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:00 -05:00
yindo closed this issue 2026-02-16 18:14:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9696