You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ T3 Code is a modern desktop GUI for coding agents. Multi-provider support for Op
10
10
irm hlsitechio.github.io/t3code/install.ps1 | iex
11
11
```
12
12
13
-
This installs T3 Code + all dependencies (Node.js, Git, GitHub CLI, provider CLIs). Run the same command to update.
13
+
An interactive wizard walks you through each step — choose your install folder, pick dependencies, and install provider CLIs. Run the same command to update.
14
14
15
15
### Manual install
16
16
@@ -100,10 +100,14 @@ npx t3
100
100
- Model and reasoning effort selection
101
101
- Service tier configuration (Auto/Fast/Flex)
102
102
103
-
### First-Run Dependency Bootstrapper
104
-
- Auto-detects missing tools on first launch (Node.js, Git, GitHub CLI, provider CLIs)
105
-
- Installs via winget or Chocolatey with user confirmation
106
-
- One-shot install script with built-in update support
103
+
### Interactive Install Wizard
104
+
- Copilot-style setup that walks you through each step
105
+
- Choose your install folder (default, current directory, or custom path)
106
+
- Scans for missing tools and asks before installing each one
107
+
- Package manager choice: winget (recommended) or Chocolatey
108
+
- Installs provider CLIs: Codex, Claude Code, Gemini CLI
109
+
- Source code clone/pull with automatic `bun install`
110
+
- Same command to install and update — detects existing installation
107
111
108
112
### Provider Health
109
113
- Startup-time CLI health checks (version + auth probes)
0 commit comments