co-mono/packages/coding-agent/src/modes/rpc
Mario Zechner d96375b5e5 Make CompactionEntry and CompactionResult generic with details field
- CompactionEntry<T> and CompactionResult<T> now have optional details?: T
- appendCompaction() accepts optional details parameter
- Hooks can return compaction.details to store custom data
- Enables structured compaction with ArtifactIndex (see #314)
- Fix CompactionResult export location (now from compaction.ts)
- Update plan with remaining compaction refactor items
2025-12-30 22:42:18 +01:00
..
rpc-client.ts Make CompactionEntry and CompactionResult generic with details field 2025-12-30 22:42:18 +01:00
rpc-mode.ts Improve compaction hooks: add signal, no timeout, SessionManager cleanup, docs 2025-12-24 13:54:05 +01:00
rpc-types.ts Make CompactionEntry and CompactionResult generic with details field 2025-12-30 22:42:18 +01:00