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 +26 -0
- package/bin/conductor +0 -0
- package/package.json +1 -1
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
|
+

|
|
103
|
+
|
|
104
|
+
Claude Code session:
|
|
105
|
+
|
|
106
|
+

|
|
107
|
+
|
|
108
|
+
Codex session:
|
|
109
|
+
|
|
110
|
+

|
|
111
|
+
|
|
112
|
+
Gemini session:
|
|
113
|
+
|
|
114
|
+

|
|
115
|
+
|
|
90
116
|
Launcher defaults:
|
|
91
117
|
|
|
92
118
|
- dashboard: `http://127.0.0.1:4747`
|
package/bin/conductor
CHANGED
|
Binary file
|