YeonGyu-Kim
|
d786691260
|
fix: read anthropic 1m flag from live model cache state
|
2026-02-17 10:51:01 +09:00 |
|
YeonGyu-Kim
|
b444899153
|
fix: use model cache context flag for runtime context limits
|
2026-02-17 10:51:01 +09:00 |
|
YeonGyu-Kim
|
d672eb1c12
|
fix: recognize google-vertex-anthropic as Claude provider (#1700)
|
2026-02-17 01:28:27 +09:00 |
|
YeonGyu-Kim
|
6a90182503
|
fix: prevent duplicate compaction race and log preemptive failures
|
2026-02-16 14:58:59 +09:00 |
|
popododo0720
|
eb56701996
|
fix: reduce session.messages() calls with event-based caching to prevent memory leaks
- Replace session.messages() fetch in context-window-monitor with message.updated event cache
- Replace session.messages() fetch in preemptive-compaction with message.updated event cache
- Add per-session transcript cache (5min TTL) to avoid full rebuild per tool call
- Remove session.messages() from background-agent polling (use event-based progress)
- Add TTL pruning to todo-continuation-enforcer session state Map
- Add setInterval.unref() to tool-input-cache cleanup timer
Fixes #1222
|
2026-02-12 11:38:11 +09:00 |
|
YeonGyu-Kim
|
60bbeb7304
|
fix(compaction): remove hardcoded Claude model from compaction hooks
|
2026-02-06 18:58:48 +09:00 |
|
YeonGyu-Kim
|
62e1687474
|
feat: add agent fallback and preemptive-compaction restoration
- Add agent visibility fallback for first-run scenarios
- Restore preemptive-compaction hook
- Update migration and schema for preemptive-compaction restoration
|
2026-02-02 22:40:59 +09:00 |
|