@@ -60,14 +60,14 @@ bun dev:desktop
6060
6161bigCode supports multiple AI coding agents. Configure at least one in ** Settings → Providers** :
6262
63- | Provider | Setup |
64- | ----------| -------|
65- | ** Claude** | Install Claude Code: ` npm i -g @anthropic-ai/claude-code ` , then ` claude auth login ` |
66- | ** Copilot** | Authenticate via GitHub CLI: ` gh auth login ` |
67- | ** Codex** | Install Codex CLI and run ` codex login ` |
68- | ** OpenCode** | See [ OpenCode docs] ( https://opencode.ai ) |
69- | ** Pi** | Bundled — no additional setup needed |
70- | ** Cursor** | Install [ Cursor] ( https://cursor.sh ) |
63+ | Provider | Setup |
64+ | ------------ | ----------------------------------------------------------------------------------- |
65+ | ** Claude** | Install Claude Code: ` npm i -g @anthropic-ai/claude-code ` , then ` claude auth login ` |
66+ | ** Copilot** | Authenticate via GitHub CLI: ` gh auth login ` |
67+ | ** Codex** | Install Codex CLI and run ` codex login ` |
68+ | ** OpenCode** | See [ OpenCode docs] ( https://opencode.ai ) |
69+ | ** Pi** | Bundled — no additional setup needed |
70+ | ** Cursor** | Install [ Cursor] ( https://cursor.sh ) |
7171
7272Provider status is checked in real-time and displayed in Settings. Each provider can be toggled on or off independently.
7373
@@ -77,12 +77,12 @@ Provider status is checked in real-time and displayed in Settings. Each provider
7777
7878## Desktop vs Web
7979
80- | | Desktop | Web |
81- | ---| ---| ---|
82- | ** Installation** | Native installer | ` bun dev ` or self-hosted |
83- | ** Server** | Bundled — runs locally | Requires separate server |
84- | ** Native features** | OS notifications, system tray | Browser-based only |
85- | ** Best for** | Everyday use | Development, self-hosting |
80+ | | Desktop | Web |
81+ | ------------------- | ----------------------------- | ------------------------- |
82+ | ** Installation** | Native installer | ` bun dev ` or self-hosted |
83+ | ** Server** | Bundled — runs locally | Requires separate server |
84+ | ** Native features** | OS notifications, system tray | Browser-based only |
85+ | ** Best for** | Everyday use | Development, self-hosting |
8686
8787## Documentation
8888
@@ -123,4 +123,3 @@ bun dist:desktop:win # Windows NSIS installer
123123Early alpha — expect breaking changes.
124124
125125We're not accepting contributions yet. See [ CONTRIBUTING.md] ( ./CONTRIBUTING.md ) for details.
126-
0 commit comments