conductor-oss-native-linux-x64 0.22.0 → 0.23.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 +3 -4
- package/bin/conductor +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -161,11 +161,10 @@ The npm launcher (`co`) is the primary user-facing CLI.
|
|
|
161
161
|
|
|
162
162
|
A lower-level Rust CLI also exists for development and internal flows. That native binary is where the current `bridge` subcommands live.
|
|
163
163
|
|
|
164
|
-
##
|
|
164
|
+
## Access Control and Bridge
|
|
165
165
|
|
|
166
|
-
Conductor is local-first, but the current codebase includes several
|
|
166
|
+
Conductor is local-first, but the current codebase includes several access-control and paired-device paths:
|
|
167
167
|
|
|
168
|
-
- **Private remote access** via a Tailscale link managed from the dashboard
|
|
169
168
|
- **Verified edge auth** via Cloudflare Access JWT validation and role bindings
|
|
170
169
|
- **Optional Clerk integration** for hosted sign-in flows in the web app
|
|
171
170
|
- **Bridge and relay components** for paired-device flows and relay-backed terminals
|
|
@@ -267,7 +266,7 @@ conductor-oss/
|
|
|
267
266
|
- Output quality depends on the upstream agent CLI you install; Conductor orchestrates it, not its model behavior
|
|
268
267
|
- GitHub-heavy flows work best with `gh` installed and authenticated
|
|
269
268
|
- Preview tooling depends on a project exposing a local dev server or explicit preview URL
|
|
270
|
-
- Public remote admin links were removed; use
|
|
269
|
+
- Public remote admin links were removed; use a verified identity layer instead
|
|
271
270
|
- Legacy tmux and legacy direct sessions are compatibility data that should be archived rather than resumed
|
|
272
271
|
|
|
273
272
|
## Links
|
package/bin/conductor
CHANGED
|
Binary file
|