conductor-oss-native-darwin-universal 0.57.6 → 0.58.0
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 +2 -2
- package/bin/conductor +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ It is:
|
|
|
67
67
|
- a dashboard for linked workspaces and running sessions
|
|
68
68
|
- a launcher for supported coding agent CLIs
|
|
69
69
|
- a git worktree manager so concurrent sessions do not stomp on each other
|
|
70
|
-
- a session runtime with real
|
|
70
|
+
- a session runtime with real first-party PTYs
|
|
71
71
|
- a local state layer backed by SQLite
|
|
72
72
|
- an optional paired-device bridge for remote access to your own machine
|
|
73
73
|
|
|
@@ -153,7 +153,7 @@ Agents run in their real terminal UI.
|
|
|
153
153
|
- Codex runs as Codex
|
|
154
154
|
- Gemini runs as Gemini
|
|
155
155
|
|
|
156
|
-
Conductor uses
|
|
156
|
+
Conductor uses the native PTY pipeline so reconnects, resize events, restore, and mobile terminal behavior act like a real terminal session.
|
|
157
157
|
|
|
158
158
|
<div align="center">
|
|
159
159
|
|
package/bin/conductor
CHANGED
|
Binary file
|