co-mono/packages/coding-agent/src/core
Mario Zechner beb804cda0 Fix: compaction now handles branch_summary and custom_message entries
- Add getMessageFromEntry helper to extract AppMessage from any context-producing entry
- Update findValidCutPoints to treat branch_summary/custom_message as valid cut points
- Update findTurnStartIndex to recognize branch_summary/custom_message as turn starters
- Update all message extraction loops to use getMessageFromEntry
2025-12-30 22:42:18 +01:00
..
custom-tools Fix jiti alias for typebox subpath imports in custom tools/hooks 2025-12-25 18:07:42 +01:00
hooks Add CustomMessageEntry rendering infrastructure 2025-12-30 22:42:18 +01:00
tools Fix edit tool failing on Windows due to CRLF line endings 2025-12-30 02:32:16 +05:30
agent-session.ts Refactor SessionEventBase to pass sessionManager and modelRegistry 2025-12-30 22:42:18 +01:00
auth-storage.ts Add automatic session migration for v0.30.0 bug 2025-12-26 03:24:49 +01:00
bash-executor.ts Reorganize file structure: core/, utils/, modes/interactive/components/, modes/interactive/theme/ 2025-12-09 00:51:33 +01:00
compaction.ts Fix: compaction now handles branch_summary and custom_message entries 2025-12-30 22:42:18 +01:00
export-html.ts Refactor SessionEventBase to pass sessionManager and modelRegistry 2025-12-30 22:42:18 +01:00
index.ts Make CompactionEntry and CompactionResult generic with details field 2025-12-30 22:42:18 +01:00
messages.ts Enable more biome lints and fix things 2025-12-21 22:56:20 +01:00
model-registry.ts Refactor OAuth/API key handling: AuthStorage and ModelRegistry 2025-12-25 03:48:36 +01:00
model-resolver.ts fix: use consistent model comparison including provider 2025-12-25 22:10:08 +01:00
sdk.ts Add CustomMessageEntry rendering infrastructure 2025-12-30 22:42:18 +01:00
session-manager.ts Fix: handle branch_summary in kept messages before compaction 2025-12-30 22:42:18 +01:00
settings-manager.ts Add enabledModels to settings.json 2025-12-27 13:53:21 +01:00
skills.ts Skip over exact duplicate skills 2025-12-24 22:45:19 +01:00
slash-commands.ts Add SDK for programmatic AgentSession usage 2025-12-22 00:47:16 +01:00
system-prompt.ts feat: Call resolvePromptInput on the --system-prompt received on the CLI argument. This is needed to support file paths on the prompt (#287) 2025-12-23 13:06:40 +01:00
timings.ts Release v0.27.1 2025-12-22 19:28:26 +01:00