co-mono/packages/web-ui/src
Mario Zechner 5a9d844f9a Simplify compaction: remove proactive abort, use Agent.continue() for retry
- Add agentLoopContinue() to pi-ai for resuming from existing context
- Add Agent.continue() method and transport.continue() interface
- Simplify AgentSession compaction to two cases: overflow (auto-retry) and threshold (no retry)
- Remove proactive mid-turn compaction abort
- Merge turn prefix summary into main summary
- Add isCompacting property to AgentSession and RPC state
- Block input during compaction in interactive mode
- Show compaction count on session resume
- Rename RPC.md to rpc.md for consistency

Related to #128
2025-12-09 21:43:49 +01:00
..
agent Simplify compaction: remove proactive abort, use Agent.continue() for retry 2025-12-09 21:43:49 +01:00
components Add totalTokens field to Usage type 2025-12-06 22:46:02 +01:00
dialogs Fix Lit dependency duplication and update mini-lit to 0.2.0 2025-11-12 16:03:43 +01:00
prompts Updates to prompts 2025-10-17 22:44:03 +02:00
storage Add totalTokens field to Usage type 2025-12-06 22:46:02 +01:00
tools Fix Lit dependency duplication and update mini-lit to 0.2.0 2025-11-12 16:03:43 +01:00
utils Add totalTokens field to Usage type 2025-12-06 22:46:02 +01:00
app.css Custom provider WIP 2025-11-10 21:47:21 +01:00
ChatPanel.ts Fix Lit dependency duplication and update mini-lit to 0.2.0 2025-11-12 16:03:43 +01:00
index.ts Custom provider WIP 2025-11-10 21:47:21 +01:00