Commit 3e2cfbd
authored
fix: install pnpm via official install script (#12)
* feat: add opencode and tmux to Docker container
- Install tmux via apt for interactive coding agent sessions
- Install opencode-ai globally via npm for delegating coding tasks
- Configure opencode at startup: maps OPENCODE_GO_API_KEY env var
to opencode's google provider via .opencode.json
- tmux enables multi-turn interactive opencode sessions
(one-shot tasks via `opencode run`, interactive via tmux)
* fix: remove wrong GEMINI_API_KEY mapping from entrypoint
OpenCode Go is OpenCode's own subscription service, not Google Gemini.
The OPENCODE_GO_API_KEY is already set as a K8s secret and opencode
natively recognizes the opencode-go provider. No extra config needed.
Models use format: opencode-go/<model-id> (e.g. opencode-go/qwen3.6-plus)
* remove unnecessary OpenCode config comments from entrypoint.sh1 parent 8ab07db commit 3e2cfbd
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments