[PR #734] [CLOSED] [WIP] CH-AI Branding + Claude Custom Commands #9697

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/734
Author: @sandipwane
Created: 7/7/2025
Status: Closed

Base: devHead: feature/ch-ai-branding


📝 Commits (10+)

  • cbd0ffc docs: add CLAUDE.md for project
  • 7b7ae2c Merge branch 'sst:dev' into dev
  • 26382c2 fix: resolve bun auth command conflict with CLIUtils
  • 4ef87f8 docs: add AWS Bedrock integration troubleshooting guide
  • a1a55d3 feat(tui): rebrand from OpenCode to CH-AI Runtime
  • f26161b Merge pull request #1 from sandipwane/fix/bun-auth-conflict
  • 21411c4 docs: update CLAUDE.md for CH-AI Runtime rebranding and architecture details
  • 9d2c213 Merge branch 'sst:dev' into dev
  • 605dd06 Merge branch 'dev' into ch-ai-runtime-main
  • 6d228e2 docs: add AWS Bedrock setup guide for OpenCode

📊 Changes

17 files changed (+1031 additions, -83 deletions)

View changed files

.claude/commands/commit.md (+32 -0)
.claude/commands/diff-review.md (+56 -0)
.claude/settings.json (+16 -0)
.gitattributes (+2 -0)
CLAUDE.md (+319 -0)
📝 package.json (+2 -1)
packages/opencode/docs/aws-bedrock-setup.md (+48 -0)
packages/opencode/docs/troubleshooting/aws-bedrock-integration.md (+132 -0)
packages/opencode/docs/troubleshooting/tui-server-coupling-analysis.md (+174 -0)
📝 packages/opencode/src/session/prompt/anthropic.txt (+11 -5)
packages/opencode/src/util/cli-utils.ts (+70 -0)
📝 packages/tui/internal/components/chat/editor.go (+23 -22)
📝 packages/tui/internal/components/chat/messages.go (+1 -8)
📝 packages/tui/internal/components/status/status.go (+3 -3)
📝 packages/tui/internal/tui/tui.go (+52 -44)
packages/tui/opencode (+0 -0)
scripts/go-lint.sh (+90 -0)

📄 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/734 **Author:** [@sandipwane](https://github.com/sandipwane) **Created:** 7/7/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `feature/ch-ai-branding` --- ### 📝 Commits (10+) - [`cbd0ffc`](https://github.com/anomalyco/opencode/commit/cbd0ffc2c249077f204b987737e180b8347786f6) docs: add CLAUDE.md for project - [`7b7ae2c`](https://github.com/anomalyco/opencode/commit/7b7ae2c0a5cd5ef2ca4dc24187c22a1afa9a4143) Merge branch 'sst:dev' into dev - [`26382c2`](https://github.com/anomalyco/opencode/commit/26382c21b0c6fb07f229e6a7aee57d4a03797d3a) fix: resolve bun auth command conflict with CLIUtils - [`4ef87f8`](https://github.com/anomalyco/opencode/commit/4ef87f848e0c127c38c1b5cad1aa2f9d99fc4730) docs: add AWS Bedrock integration troubleshooting guide - [`a1a55d3`](https://github.com/anomalyco/opencode/commit/a1a55d365b16f1ffc3c2337ca16ded10e26895da) feat(tui): rebrand from OpenCode to CH-AI Runtime - [`f26161b`](https://github.com/anomalyco/opencode/commit/f26161b71dc4ffa07451ca645eabcf95848628df) Merge pull request #1 from sandipwane/fix/bun-auth-conflict - [`21411c4`](https://github.com/anomalyco/opencode/commit/21411c498c9b6c6b1c889e236d9a20f4f9fefc43) docs: update CLAUDE.md for CH-AI Runtime rebranding and architecture details - [`9d2c213`](https://github.com/anomalyco/opencode/commit/9d2c213b10afec87974e54bf51f6e07aa738b4b4) Merge branch 'sst:dev' into dev - [`605dd06`](https://github.com/anomalyco/opencode/commit/605dd061146f4c789f2fdd66a4f17168f9642c73) Merge branch 'dev' into ch-ai-runtime-main - [`6d228e2`](https://github.com/anomalyco/opencode/commit/6d228e24fee96180e958559f3d9e0e95d607a996) docs: add AWS Bedrock setup guide for OpenCode ### 📊 Changes **17 files changed** (+1031 additions, -83 deletions) <details> <summary>View changed files</summary> ➕ `.claude/commands/commit.md` (+32 -0) ➕ `.claude/commands/diff-review.md` (+56 -0) ➕ `.claude/settings.json` (+16 -0) ➕ `.gitattributes` (+2 -0) ➕ `CLAUDE.md` (+319 -0) 📝 `package.json` (+2 -1) ➕ `packages/opencode/docs/aws-bedrock-setup.md` (+48 -0) ➕ `packages/opencode/docs/troubleshooting/aws-bedrock-integration.md` (+132 -0) ➕ `packages/opencode/docs/troubleshooting/tui-server-coupling-analysis.md` (+174 -0) 📝 `packages/opencode/src/session/prompt/anthropic.txt` (+11 -5) ➕ `packages/opencode/src/util/cli-utils.ts` (+70 -0) 📝 `packages/tui/internal/components/chat/editor.go` (+23 -22) 📝 `packages/tui/internal/components/chat/messages.go` (+1 -8) 📝 `packages/tui/internal/components/status/status.go` (+3 -3) 📝 `packages/tui/internal/tui/tui.go` (+52 -44) ➕ `packages/tui/opencode` (+0 -0) ➕ `scripts/go-lint.sh` (+90 -0) </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#9697