conductor-remote 1.102.0 → 1.103.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 +5 -2
- package/dist/assets/index-BVO248ow.js +52 -0
- package/dist/assets/index-CU8INVlI.css +1 -0
- package/dist/index.html +2 -2
- package/dist/sw.js +1 -1
- package/dist-node/src/context-breakdown.js +138 -0
- package/dist-node/src/reads.js +40 -1
- package/dist-node/src/routes.js +2 -0
- package/dist-node/src/server.js +8 -0
- package/package.json +1 -1
- package/dist/assets/index-BUHVhXHk.css +0 -1
- package/dist/assets/index-D5cD1Arx.js +0 -52
package/README.md
CHANGED
|
@@ -243,9 +243,12 @@ RELAY_TOKEN=$(openssl rand -hex 16) yarn start
|
|
|
243
243
|
## What works today
|
|
244
244
|
|
|
245
245
|
- ✅ Live list of active workspaces with agent status (working / idle / done),
|
|
246
|
-
repo, branch, model, context %, and an unread mark on any workspace whose chats
|
|
246
|
+
repo, branch, model, per-chat context %, and an unread mark on any workspace whose chats
|
|
247
247
|
finished something you haven't looked at — reading it *on the phone* clears it,
|
|
248
|
-
which Conductor itself only does when you open the workspace on the Mac.
|
|
248
|
+
which Conductor itself only does when you open the workspace on the Mac. Tap a tab's
|
|
249
|
+
context percentage or the segmented composer donut beside Attachments for estimated
|
|
250
|
+
initial/chat/thinking/tool-call composition and the approximate payload size of each
|
|
251
|
+
full-history fork format.
|
|
249
252
|
- ✅ **Models** panel — change Claude Code and Codex defaults for new chats, written
|
|
250
253
|
to `~/.conductor/settings.toml`, and see rolling plan usage from their structured
|
|
251
254
|
CLI protocols with no model request. Cursor Agent and OpenCode keep their own
|