conductor-remote 1.82.0 → 1.83.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 +5 -3
- package/dist/assets/index-CZNedm5p.js +47 -0
- package/dist/assets/index-D4APjdqV.css +1 -0
- package/dist/index.html +2 -2
- package/dist/sw.js +1 -1
- package/dist-node/src/conductor-settings.js +177 -0
- package/dist-node/src/mcp-tools.js +1 -0
- package/dist-node/src/routes.js +4 -0
- package/dist-node/src/server.js +46 -9
- package/dist-node/src/transcript.js +15 -0
- package/package.json +1 -1
- package/dist/assets/index-CJakNa4V.css +0 -1
- package/dist/assets/index-CZWaZeNN.js +0 -47
package/README.md
CHANGED
|
@@ -232,8 +232,10 @@ RELAY_TOKEN=$(openssl rand -hex 16) yarn start
|
|
|
232
232
|
repo, branch, model, context %, and an unread mark on any workspace whose chats
|
|
233
233
|
finished something you haven't looked at — reading it *on the phone* clears it,
|
|
234
234
|
which Conductor itself only does when you open the workspace on the Mac.
|
|
235
|
-
- ✅ **
|
|
236
|
-
|
|
235
|
+
- ✅ **Models** panel — change Claude Code and Codex defaults for new chats, written
|
|
236
|
+
to `~/.conductor/settings.toml`, and see rolling plan usage from their structured
|
|
237
|
+
CLI protocols with no model request. Cursor Agent and OpenCode keep their own
|
|
238
|
+
provider cards without pretending local accounting is a subscription limit.
|
|
237
239
|
- ✅ Live transcript per session (assistant text, tool calls, queued messages),
|
|
238
240
|
incremental polling.
|
|
239
241
|
- ✅ Diff vs the workspace's target branch (file list + colorized patch,
|
|
@@ -416,7 +418,7 @@ A per-file map, with what each one owns, is in
|
|
|
416
418
|
- The write path can drive your real agents — keep the token private and the
|
|
417
419
|
bind address off untrusted networks.
|
|
418
420
|
- The relay reads Conductor's SQLite DB **read-only** and never writes to it.
|
|
419
|
-
Your Conductor data stays on your machine. Opening
|
|
421
|
+
Your Conductor data stays on your machine. Opening Models makes the already
|
|
420
422
|
authenticated Claude/Codex CLI request its account-limit snapshot; it sends no
|
|
421
423
|
prompt, transcript, or workspace data.
|
|
422
424
|
|