multica/src/agent/session
Jiang Bohan 71e44bebc0 fix(session): add explicit return type to maybeCompact method
Adding explicit return type to help TypeScript resolve the type
correctly across different build configurations.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 16:20:40 +08:00
..
compaction.test.ts test(context): add unit tests for token estimation and compaction 2026-01-30 13:54:57 +08:00
compaction.ts feat(context): add tool result pruning for smarter context management 2026-02-05 15:50:58 +08:00
session-file-repair.test.ts test(session): reset lock mock 2026-02-03 17:49:26 +08:00
session-file-repair.ts fix(session): harden write lock and repair 2026-02-03 17:47:41 +08:00
session-manager.ts fix(session): add explicit return type to maybeCompact method 2026-02-05 16:20:40 +08:00
session-transcript-repair.test.ts feat(session): add write lock, file repair, and transcript repair modules 2026-02-03 17:21:15 +08:00
session-transcript-repair.ts feat(session): add write lock, file repair, and transcript repair modules 2026-02-03 17:21:15 +08:00
session-write-lock.test.ts fix(session): harden write lock and repair 2026-02-03 17:47:41 +08:00
session-write-lock.ts fix(session): handle transient ENOENT in session directory creation 2026-02-05 13:52:47 +08:00
storage.test.ts test(context): add unit tests for context window guard 2026-01-30 14:00:38 +08:00
storage.ts fix(session): add error logging and remove TOCTOU in ensureSessionDir 2026-02-05 14:18:41 +08:00
types.ts fix(session): add pruning to SessionEntry reason type 2026-02-05 16:01:10 +08:00