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 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
- - ✅ **Plan usage** for Claude Code and Codex rolling allowance percentages and
236
- reset times from their structured CLI protocols, with no model request.
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 Plan usage makes the already
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