co-mono/packages/coding-agent/src/core
Mario Zechner 204d27581b Cleanup: unify HookMessage naming and simplify SessionContext
- Rename HookAppMessage to HookMessage, isHookAppMessage to isHookMessage
- Remove entries array from SessionContext (use isHookMessage type guard instead)
- HookMessage.content now accepts string directly (not just array)
- Fix streamMessage type in AgentState (AppMessage, not Message)
- Rename CustomMessageComponent to HookMessageComponent
- Fix test hook to use pi.sendMessage
2025-12-30 22:42:20 +01:00
..
custom-tools Add ui.custom() for custom hook components with keyboard focus 2025-12-30 22:42:19 +01:00
hooks Cleanup: unify HookMessage naming and simplify SessionContext 2025-12-30 22:42:20 +01:00
tools Update plan: HookCommandContext without sendMessage (use pi closure) 2025-12-30 22:42:19 +01:00
agent-session.ts Cleanup: unify HookMessage naming and simplify SessionContext 2025-12-30 22:42:20 +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
exec.ts Refactor: shared exec utility, rename CustomMessageRenderer to HookMessageRenderer 2025-12-30 22:42:19 +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 Cleanup: unify HookMessage naming and simplify SessionContext 2025-12-30 22:42: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 Wire context event to preprocessor for per-LLM-call execution 2025-12-30 22:42:20 +01:00
session-manager.ts Cleanup: unify HookMessage naming and simplify SessionContext 2025-12-30 22:42:20 +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