conductor-oss-native-linux-x64 0.61.13 → 0.61.15
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 +7 -1
- package/bin/conductor +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -99,6 +99,10 @@ This is the flow the current app is built around.
|
|
|
99
99
|
|
|
100
100
|
## Quick start
|
|
101
101
|
|
|
102
|
+
The published launcher requires Node.js `>= 20.9.0` and includes native
|
|
103
|
+
backends for macOS (Apple Silicon and Intel), Linux x64, and Windows x64.
|
|
104
|
+
Other platforms can run Conductor from a source build.
|
|
105
|
+
|
|
102
106
|
### Option A, point Conductor at an existing repo
|
|
103
107
|
|
|
104
108
|
```bash
|
|
@@ -260,6 +264,8 @@ The dashboard only offers agents it can discover on your machine.
|
|
|
260
264
|
| `attachments/` | Uploaded files and generated session artifacts |
|
|
261
265
|
| `~/.conductor/` | Launcher runtime state and optional bridge state |
|
|
262
266
|
|
|
267
|
+
The filesystem picker defaults to the current workspace, configured project roots, and any explicit `preferences.filesystemBrowseRoots` entries. Broad home-directory browsing stays off unless an operator or admin explicitly enables `preferences.allowHomeBrowse: true`.
|
|
268
|
+
|
|
263
269
|
## Ports
|
|
264
270
|
|
|
265
271
|
### Launcher defaults
|
|
@@ -296,7 +302,7 @@ The hosted Chromium preview worker is also deployed independently. See `docs/pre
|
|
|
296
302
|
### Prerequisites
|
|
297
303
|
- Rust stable toolchain
|
|
298
304
|
- Bun `>= 1.2`
|
|
299
|
-
- Node.js `>=
|
|
305
|
+
- Node.js `>= 20.9.0`
|
|
300
306
|
- `git`
|
|
301
307
|
|
|
302
308
|
### Install
|
package/bin/conductor
CHANGED
|
Binary file
|