co-mono/packages/ai/test
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
..
data feat(ai): Add image input tests for vision-capable models 2025-08-30 18:37:17 +02:00
abort.test.ts Add timestamp to messages 2025-10-26 00:43:43 +02:00
agent.test.ts Simplify compaction: remove proactive abort, use Agent.continue() for retry 2025-12-09 21:43:49 +01:00
context-overflow.test.ts Implement tool result truncation with actionable notices (#134) 2025-12-07 01:11:31 +01:00
empty.test.ts Add totalTokens field to Usage type 2025-12-06 22:46:02 +01:00
google-thought-signature.test.ts Release v0.7.17 2025-11-18 17:49:12 +01:00
handoff.test.ts Add totalTokens field to Usage type 2025-12-06 22:46:02 +01:00
image-tool-result.test.ts Fix up prompt for image-tool-result for Gemini 2025-11-20 17:09:32 +01:00
stream.test.ts Add image support in tool results across all providers 2025-11-12 10:45:56 +01:00
tokens.test.ts Fix token statistics on abort for Anthropic provider 2025-10-26 21:22:24 +01:00
tool-call-without-result.test.ts Add timestamp to messages 2025-10-26 00:43:43 +02:00
tool-validation.test.ts Add image support in tool results across all providers 2025-11-12 10:45:56 +01:00
total-tokens.test.ts Add totalTokens field to Usage type 2025-12-06 22:46:02 +01:00
unicode-surrogate.test.ts Add totalTokens field to Usage type 2025-12-06 22:46:02 +01:00
xhigh.test.ts Add xhigh thinking level for OpenAI codex-max models 2025-12-08 21:12:54 +01:00