co-mono/packages/coding-agent/src/core
Mario Zechner 839a46e6fe Use AgentMessage in BranchPreparation and add BranchSummarySettings
- BranchPreparation now uses AgentMessage[] instead of custom type
- Reuse getMessageFromEntry pattern from compaction.ts
- Add BranchSummarySettings with reserveFraction to settings.json
- Add getBranchSummarySettings() to SettingsManager
- Use settings for reserveFraction instead of hardcoded value
2025-12-30 22:42:23 +01:00
..
compaction Use AgentMessage in BranchPreparation and add BranchSummarySettings 2025-12-30 22:42:23 +01:00
custom-tools feat(coding-agent): implement /tree command for session tree navigation 2025-12-30 22:42:22 +01:00
hooks Add ReadonlySessionManager and refactor branch summarization 2025-12-30 22:42:23 +01:00
tools Fix tree selector gutter alignment, add page navigation, improve styling 2025-12-30 22:42:23 +01:00
agent-session.ts Use AgentMessage in BranchPreparation and add BranchSummarySettings 2025-12-30 22:42:23 +01:00
auth-storage.ts refactor(hooks): split session events into individual typed events 2025-12-30 22:42:22 +01:00
bash-executor.ts refactor(hooks): split session events into individual typed events 2025-12-30 22:42:22 +01:00
exec.ts Refactor: shared exec utility, rename CustomMessageRenderer to HookMessageRenderer 2025-12-30 22:42:19 +01:00
export-html.ts refactor(hooks): split session events into individual typed events 2025-12-30 22:42:22 +01:00
index.ts Refactor: move compaction code to src/core/compaction/ 2025-12-30 22:42:23 +01:00
messages.ts refactor(hooks): split session events into individual typed events 2025-12-30 22:42:22 +01:00
model-registry.ts refactor(hooks): split session events into individual typed events 2025-12-30 22:42:22 +01:00
model-resolver.ts refactor(hooks): split session events into individual typed events 2025-12-30 22:42:22 +01:00
sdk.ts refactor(hooks): split session events into individual typed events 2025-12-30 22:42:22 +01:00
session-manager.ts Add ReadonlySessionManager and refactor branch summarization 2025-12-30 22:42:23 +01:00
settings-manager.ts Use AgentMessage in BranchPreparation and add BranchSummarySettings 2025-12-30 22:42:23 +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