From f6282104bf6d4219761d1cc75814228a1434e0d2 Mon Sep 17 00:00:00 2001 From: pompydev Date: Sat, 18 Apr 2026 12:09:25 +0900 Subject: [PATCH] add OpenCode to README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e99b4bbf7a..e4523250d65 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,12 @@ T3 Code is a minimal web GUI for coding agents (currently Codex and Claude, more ## Installation > [!WARNING] -> T3 Code currently supports Codex and Claude. +> T3 Code currently supports Codex, Claude, and OpenCode. > Install and authenticate at least one provider before use: > -> - Codex: install [Codex CLI](https://github.com/openai/codex) and run `codex login` -> - Claude: install Claude Code and run `claude auth login` +> - Codex: install [Codex CLI](https://developers.openai.com/codex/cli) and run `codex login` +> - Claude: install [Claude Code](https://claude.com/product/claude-code) and run `claude auth login` +> - OpenCode: install [OpenCode](https://opencode.ai) and run `opencode auth login` ### Run without installing