BTerminal/v2/src/lib
Hibryda 0d9c473a06 feat(session-anchors): configurable budget scale + research-backed truncation fix
Remove 500-char assistant text truncation in anchor serializer — research
consensus (JetBrains NeurIPS 2025, SWE-agent, OpenDev ACC) is that agent
reasoning must never be truncated; only tool outputs get observation-masked.

Add AnchorBudgetScale type with 4 presets (Small=2K, Medium=6K, Large=12K,
Full=20K) and per-project range slider in SettingsTab. Remove Ollama-specific
warning toast — budget slider handles context limits generically.
2026-03-11 03:03:53 +01:00
..
adapters feat(session-anchors): implement S-2 session anchor persistence and auto-anchoring 2026-03-11 02:43:06 +01:00
components feat(session-anchors): configurable budget scale + research-backed truncation fix 2026-03-11 03:03:53 +01:00
providers feat(provider-adapter): implement multi-provider abstraction layer (Phase 1) 2026-03-11 02:08:45 +01:00
stores feat(session-anchors): configurable budget scale + research-backed truncation fix 2026-03-11 03:03:53 +01:00
styles style(agent): redesign AgentPane and MarkdownPane for polished readable UI 2026-03-09 02:31:04 +01:00
types feat(session-anchors): configurable budget scale + research-backed truncation fix 2026-03-11 03:03:53 +01:00
utils feat(session-anchors): configurable budget scale + research-backed truncation fix 2026-03-11 03:03:53 +01:00
agent-dispatcher.test.ts feat(provider-adapter): implement multi-provider abstraction layer (Phase 1) 2026-03-11 02:08:45 +01:00
agent-dispatcher.ts feat(session-anchors): configurable budget scale + research-backed truncation fix 2026-03-11 03:03:53 +01:00