Files

20 lines
886 B
Markdown

# TODO
Only open product work lives here. Remove an entry when it lands.
## App — transcript
- [ ] Messages received from other agents are inconsistent — sometimes they
appear, sometimes they don't. **Needs a rig.** The live driver only sees
the `origin` attached to a turn result, so a mid-turn or second message
may have nowhere to appear; imports read every message from the CLI file.
Drive a real stream-json session and send messages in both states.
## Session settings
- [ ] Autocompact belongs in session settings; empty disables it, which is the
default. No current driver accepts that setting: llama refuses compact,
and Claude's stream-json protocol cannot configure the CLI's own
autocompaction. This needs either a capable driver or a new rule such as
watching `contextTokens` and issuing `/compact` from the server.