picoclaw/pkg/bus
程智超0668000959 5f826f4448 fix(context): show both summarize and compress thresholds in /context
The /context command previously showed only the hard budget compression
threshold (contextWindow - maxTokens), which confused users who expected
to see the soft summarization trigger from summarize_token_percent.

This commit adds SummarizeAtTokens alongside the existing CompressAtTokens
so that both thresholds are visible:

- Compress at: contextWindow - maxTokens (hard budget, triggers proactive
  compression when exceeded)
- Summarize at: contextWindow * summarizeTokenPercent / 100 (soft trigger,
  matches maybeSummarize's threshold)

The fix updates the /context command output, the Web UI popover, and the
pico channel WebSocket payload.

Fixes #2968
2026-06-04 11:03:16 +08:00
..
bus.go feat: support streaming (#2892) 2026-05-19 16:38:47 +08:00
bus_test.go fix(events): keep runtime observers non-blocking 2026-04-27 13:09:03 +08:00
events.go fix(events): keep runtime observers non-blocking 2026-04-27 13:09:03 +08:00
inbound_context.go merge: integrate main into refactor-inbound-context-routing-session 2026-04-13 13:25:07 +08:00
outbound_context.go fix(session): address review regressions 2026-04-13 22:51:44 +08:00
types.go fix(context): show both summarize and compress thresholds in /context 2026-06-04 11:03:16 +08:00