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
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@
6
6
7
7
**Coder Studio, made for vibe coding.**
8
8
9
-
Run Claude Code and Codex in one workspace. Keep your terminal, files, Git view, and AI sessions available from any device.
9
+
An agentic workspace for real development. Run, inspect, and supervise coding agents with terminals, files, Git, sessions, and review in one browser workspace.
10
+
11
+
Built-in support today: Claude Code and Codex. Your code and runtime stay on your machine.
<divalign="center">Preview the full workspace layout built for vibe coding, supervision, and device switching.</div>
26
+
<divalign="center">Preview the full workspace layout built for agent runs, review, supervision, and device switching.</div>
25
27
26
28
## Why It Feels Different
27
29
28
-
-**One browser workspace for vibe coding** — Keep terminal, files, Git, and agent sessions in one place.
30
+
-**One browser workspace for real agent work** — Keep terminals, files, Git, sessions, and review in one place.
29
31
-**Built for device switching** — Start on desktop, continue on tablet, and check progress from your phone.
30
-
-**Objective-driven multi-step orchestration** — Let Supervisor steer long-running AI tasks so you do not have to babysit every turn, reduce repetitive manual prompting, and get more consistent outcomes.
32
+
-**Keep control local** — Your code and runtime stay on your machine.
31
33
32
34
## Why Coder Studio?
33
35
34
-
Vibe coding agents are powerful, but the raw workflow is still fragmented:
36
+
Vibe coding agents are fast, but real development still gets fragmented:
35
37
36
38
- the agent runs in one terminal
37
39
- files and diffs live in another editor
@@ -46,7 +48,7 @@ Coder Studio turns that scattered workflow into one local browser workspace.
46
48
| Long agent tasks | Watch a terminal or come back later and reconstruct context | Keep sessions, terminal output, files, and Git changes visible in one workspace |
47
49
| Cross-device work | Use SSH, remote desktop, or rebuild context on another machine | Reopen the same local workspace from desktop, tablet, or phone |
48
50
| Reviewing AI changes | Jump between terminal, editor, and Git tools | Inspect files and diffs beside the agent session |
49
-
| Multiple agents | Manage separate terminal windows and histories | Run Claude and Codex sessions side by side in one workspace |
51
+
| Multiple agents | Manage separate terminal windows and histories | Run built-in Claude Code and Codex sessions side by side in one workspace today|
50
52
| Local-first control | Move work into a hosted IDE or cloud VM | Keep the runtime and project files on your own machine |
Copy file name to clipboardExpand all lines: docs/superpowers/plans/2026-05-17-agentic-workspace-phase-3-workspace-intelligence.md
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
**Goal:** Add a project understanding layer that summarizes Git, package manager, framework, commands, docs, and agent instruction state for the active workspace.
8
8
9
-
**Architecture:** Server-side workspace inspection produces a typed `WorkspaceIntelligenceSummary`. Web UI consumes it through a command and renders a compact setup/context panel inside the workspace.
9
+
**Architecture:** Server-side workspace inspection produces a typed `WorkspaceIntelligenceSummary`. The command stays server-facing and is reused by later agent-instruction and context flows; no dedicated workspace UI panel is kept in this phase.
Copy file name to clipboardExpand all lines: docs/superpowers/plans/2026-05-17-agentic-workspace-phase-4-agent-instructions.md
+5-16Lines changed: 5 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
**Goal:** Let users create, inspect, and edit universal project-level agent instructions through `AGENTS.md`.
8
8
9
-
**Architecture:** Build on Workspace Intelligence. The server generates deterministic `AGENTS.md` content from project facts; the web UI exposes create/edit actions without tying the feature to any single provider.
9
+
**Architecture:** Build on Workspace Intelligence. The server generates deterministic `AGENTS.md` content from project facts and exposes read/write/health commands. No separate workspace intelligence panel or dedicated frontend editor is part of this phase.
0 commit comments