[PR #93] [CLOSED] feat: add experimental OpenCode backend toggle and runtime wiring #112

Closed
opened 2026-02-27 07:20:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/KeygraphHQ/shannon/pull/93
Author: @simonachmueller
Created: 2/8/2026
Status: Closed

Base: mainHead: feat/opencode-backend-bootstrap


📝 Commits (1)

  • f9c12f5 feat: add experimental OpenCode backend toggle and runtime wiring

📊 Changes

10 files changed (+420 additions, -39 deletions)

View changed files

📝 CLAUDE.md (+3 -0)
📝 Dockerfile (+3 -0)
📝 README.md (+19 -0)
📝 docker-compose.yml (+7 -0)
📝 package-lock.json (+8 -11)
📝 package.json (+1 -0)
📝 shannon (+20 -9)
src/ai/backend/factory.ts (+19 -0)
src/ai/backend/opencode-backend.ts (+297 -0)
📝 src/ai/claude-executor.ts (+43 -19)

📄 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/KeygraphHQ/shannon/pull/93 **Author:** [@simonachmueller](https://github.com/simonachmueller) **Created:** 2/8/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/opencode-backend-bootstrap` --- ### 📝 Commits (1) - [`f9c12f5`](https://github.com/KeygraphHQ/shannon/commit/f9c12f59e16e40ed5f939d9f28a884674bca9558) feat: add experimental OpenCode backend toggle and runtime wiring ### 📊 Changes **10 files changed** (+420 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `CLAUDE.md` (+3 -0) 📝 `Dockerfile` (+3 -0) 📝 `README.md` (+19 -0) 📝 `docker-compose.yml` (+7 -0) 📝 `package-lock.json` (+8 -11) 📝 `package.json` (+1 -0) 📝 `shannon` (+20 -9) ➕ `src/ai/backend/factory.ts` (+19 -0) ➕ `src/ai/backend/opencode-backend.ts` (+297 -0) 📝 `src/ai/claude-executor.ts` (+43 -19) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:20:28 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shannon-KeygraphHQ#112
No description provided.