YeonGyu-Kim
|
6de1b3ba7c
|
fix(compaction): add timeout and ensure cleanup to prevent indefinite hangs on rate limit
Closes #2062
|
2026-02-26 20:58:01 +09:00 |
|
YeonGyu-Kim
|
8f9b73c82e
|
feat(preemptive-compaction): apply compaction model override from agent config
|
2026-02-22 17:19:39 +09:00 |
|
YeonGyu-Kim
|
8ea24d26d2
|
chore: upgrade claude-sonnet-4-5 to claude-sonnet-4-6 across codebase
|
2026-02-18 15:51:24 +09:00 |
|
YeonGyu-Kim
|
21144ed1e3
|
fix: read anthropic 1m flag from live model cache state
|
2026-02-17 10:51:01 +09:00 |
|
YeonGyu-Kim
|
d979bd945a
|
test: cover model-cache and env fallback context limits
|
2026-02-17 10:51:01 +09:00 |
|
YeonGyu-Kim
|
80746b63e0
|
fix: recognize google-vertex-anthropic as Claude provider (#1700)
|
2026-02-17 01:28:27 +09:00 |
|
YeonGyu-Kim
|
f734e9e600
|
fix: prevent duplicate compaction race and log preemptive failures
|
2026-02-16 14:58:59 +09:00 |
|
popododo0720
|
e61a93faf8
|
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
|
20e7d5cf42
|
fix(compaction): remove hardcoded Claude model from compaction hooks
|
2026-02-06 18:58:48 +09:00 |
|
YeonGyu-Kim
|
836075841b
|
chore: update claude-opus-4-5 references to claude-opus-4-6 (excludes antigravity models)
|
2026-02-06 15:09:07 +09:00 |
|
YeonGyu-Kim
|
39dc2ff303
|
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 |
|