From c2b1476d2dc156d2ab52b54c90f9a13581a440b5 Mon Sep 17 00:00:00 2001 From: Ashraf Town Date: Tue, 21 Jul 2026 13:27:07 +0200 Subject: [PATCH] docs(readme): add Grok to supported provider list --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6aebfc7e8b8..2168141a01a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ # T3 Code -T3 Code is a minimal web GUI for coding agents (currently Codex, Claude, Cursor, and OpenCode, more coming soon). +T3 Code is a minimal web GUI for coding agents (currently Codex, Claude, Cursor, Grok, and OpenCode, more coming soon). ## Installation > [!WARNING] -> T3 Code currently supports Codex, Claude, Cursor, and OpenCode. +> T3 Code currently supports Codex, Claude, Cursor, Grok, and OpenCode. > Install and authenticate at least one provider before use: > > - 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` > - Cursor: install [Cursor CLI](https://cursor.com/cli) and run `cursor-agent login` +> - Grok: install the [Grok CLI](https://x.ai/cli) and run `grok login` > - OpenCode: install [OpenCode](https://opencode.ai) and run `opencode auth login` ### Run without installing