conductor-oss-native-linux-x64 0.9.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -87,6 +87,32 @@ npx conductor-oss@latest
87
87
 
88
88
  The npm launcher defaults to `co start --open`, which starts the local stack and opens the dashboard.
89
89
 
90
+ ### Native Launch Experience
91
+
92
+ Conductor launches agents into their native terminal UIs instead of replacing them with a synthetic chat shell.
93
+
94
+ - Claude Code launches into the full Claude Code terminal workspace.
95
+ - Codex launches into the full Codex terminal app and keeps the native review and tool flow intact.
96
+ - Gemini launches into the full Gemini CLI terminal UI, including its native multi-step workflow.
97
+
98
+ The dashboard terminal is a live viewer and input surface over the backend-owned session, so reconnecting or switching sessions preserves the real agent experience instead of rebuilding a frontend-only shell.
99
+
100
+ Agent launch surface:
101
+
102
+ ![Conductor agent picker](docs/screenshots/launch-agent-picker.png)
103
+
104
+ Claude Code session:
105
+
106
+ ![Claude Code native terminal in Conductor](docs/screenshots/launch-claude-native.png)
107
+
108
+ Codex session:
109
+
110
+ ![Codex native terminal in Conductor](docs/screenshots/launch-codex-native.png)
111
+
112
+ Gemini session:
113
+
114
+ ![Gemini native terminal in Conductor](docs/screenshots/launch-gemini-native.png)
115
+
90
116
  Launcher defaults:
91
117
 
92
118
  - dashboard: `http://127.0.0.1:4747`
package/bin/conductor CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-oss-native-linux-x64",
3
- "version": "0.9.0",
3
+ "version": "0.10.1",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "os": [