conductor-oss-native-darwin-universal 0.61.5 → 0.61.6
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 +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# Conductor OSS
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Local-first control surface for real AI coding agents
|
|
6
6
|
|
|
7
|
-
**
|
|
7
|
+
**Workspaces. Native terminals. Git worktrees. Paired-device access.**
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/conductor-oss)
|
|
10
10
|
[](https://github.com/charannyk06/conductor-oss/actions/workflows/ci.yml)
|
|
@@ -16,13 +16,14 @@
|
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
19
|
-
Conductor OSS is a local-first
|
|
19
|
+
Conductor OSS is a local-first control surface for the coding CLIs you already use.
|
|
20
20
|
|
|
21
21
|
It helps you:
|
|
22
22
|
- connect a repo or local folder as a workspace
|
|
23
23
|
- launch Claude Code, Codex, Gemini, and other coding CLIs in isolated git worktrees
|
|
24
24
|
- watch the agent inside a real terminal, not a fake chat shell
|
|
25
25
|
- review diffs, previews, retries, restores, and reviewer feedback from one dashboard
|
|
26
|
+
- reach the same local runtime from a hosted dashboard through the paired-device bridge
|
|
26
27
|
- keep project state in normal local files like `conductor.yaml`, `CONDUCTOR.md`, and `.conductor/conductor.db`
|
|
27
28
|
|
|
28
29
|
## Read this first, there are two ways to use Conductor
|