co-mono/packages/coding-agent/src/core
Mario Zechner f86e3c3103 fix(coding-agent): sync agent state after newSession setup callback
Move setup callback handling from interactive/rpc modes into AgentSession.newSession().
After setup() runs, sync agent state via replaceMessages() so the LLM has context
and the UI renders the messages properly.

fixes #968
2026-01-26 22:25:09 +01:00
..
compaction feat(coding-agent): add extension compaction helpers 2026-01-17 11:40:39 +01:00
export-html Add active path highlighting in html exports (#929) 2026-01-25 19:25:44 +01:00
extensions feat: custom provider support with streamSimple 2026-01-24 23:15:11 +01:00
tools fix(coding-agent): improve read tool description for full file reads 2026-01-24 23:15:11 +01:00
agent-session.ts fix(coding-agent): sync agent state after newSession setup callback 2026-01-26 22:25:09 +01:00
auth-storage.ts refactor(oauth): add provider registry 2026-01-24 23:15:11 +01:00
bash-executor.ts feat(coding-agent): ResourceLoader, package management, and /reload command (#645) 2026-01-22 13:49:38 +01:00
diagnostics.ts refactor(coding-agent): unify SkillWarning and ResourceDiagnostic 2026-01-24 00:45:01 +01:00
event-bus.ts Fix event bus async error handling, clear pending messages on session switch, improve SDK docs 2026-01-04 22:04:50 +01:00
exec.ts Merge hooks and custom-tools into unified extensions system (#454) 2026-01-05 01:43:35 +01:00
footer-data-provider.ts cheers 2026-01-23 15:05:08 +01:00
index.ts Rename /branch command to /fork 2026-01-11 23:12:31 +01:00
keybindings.ts refactor: use configurable keybindings for all UI hints (#724) 2026-01-14 15:42:03 +01:00
messages.ts Merge hooks and custom-tools into unified extensions system (#454) 2026-01-05 01:43:35 +01:00
model-registry.ts feat(ai): add OpenRouter provider routing support 2026-01-25 03:34:49 +01:00
model-resolver.ts fix: use findInitialModel in SDK, default to opus-4-5 for anthropic 2026-01-25 23:59:11 +01:00
package-manager.ts fix(coding-agent): handle force-pushed git extensions in pi update 2026-01-26 22:02:17 +01:00
prompt-templates.ts fix(coding-agent): apply config overrides to auto-discovery 2026-01-26 13:37:08 +01:00
resource-loader.ts fix(coding-agent): align auto-discovery with loader rules 2026-01-26 13:49:21 +01:00
sdk.ts fix: use findInitialModel in SDK, default to opus-4-5 for anthropic 2026-01-25 23:59:11 +01:00
session-manager.ts Rename session from /resume session list (#863) 2026-01-25 19:42:34 +01:00
settings-manager.ts feat(coding-agent): add pi config TUI to manage resources 2026-01-25 03:12:21 +01:00
skills.ts fix(coding-agent): apply config overrides to auto-discovery 2026-01-26 13:37:08 +01:00
system-prompt.ts docs(coding-agent): expand pi documentation references in system prompt 2026-01-26 16:52:32 +01:00
timings.ts Release v0.27.1 2025-12-22 19:28:26 +01:00