co-mono/packages/coding-agent/src/core
Sviatoslav Abakumov 5c61d6bc92
fix(coding-agent): queue messages during branch summarization (#1803)
Messages submitted while a branch summary was being generated were
processed immediately instead of being queued. This happened because
isCompacting only checked compaction abort controllers, not the branch
summary abort controller.

Include _branchSummaryAbortController in the isCompacting getter so all
existing guards (message queueing, reload blocking) also apply during
branch summarization.
2026-03-04 08:55:30 +01:00
..
compaction fix(coding-agent): avoid compaction reasoning for non-reasoning models (#1793) 2026-03-04 08:53:33 +01:00
export-html fix(coding-agent): allow suppressing custom tool transcript blocks 2026-03-02 10:22:41 -05:00
extensions merge: PR #1719 for local testing 2026-03-02 22:54:58 +01:00
tools fix(coding-agent): normalize @ path prefixes closes #1206 2026-02-02 23:56:20 +01:00
agent-session.ts fix(coding-agent): queue messages during branch summarization (#1803) 2026-03-04 08:55:30 +01:00
auth-storage.ts refactor(coding-agent): move auth storage to backend abstraction 2026-02-17 19:57:21 +01:00
bash-executor.ts feat(coding-agent): ResourceLoader, package management, and /reload command (#645) 2026-01-22 13:49:38 +01:00
defaults.ts fix(coding-agent): improve thinking defaults in footer 2026-01-29 00:33:45 +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 fix(coding-agent): use alt+v for image pasting on Windows (#1682) 2026-02-27 22:51:16 +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 fix(coding-agent): allow model-level baseUrl override in models.json closes #1777 2026-03-03 15:46:58 +01:00
model-resolver.ts feat(ai,coding-agent): add OpenCode Go provider support closes #1757 2026-03-03 16:02:29 +01:00
package-manager.ts fix(coding-agent): add offline startup mode and network timeouts (#1631) 2026-02-25 19:44:49 +01:00
prompt-templates.ts Add get_commands RPC for headless clients (#995) 2026-01-28 02:34:15 +01:00
resolve-config-value.ts feat(coding-agent): support shell commands and env vars in auth.json API keys 2026-02-04 23:02:00 +01:00
resource-loader.ts feat(coding-agent): prioritize project resources over global 2026-02-24 23:50:55 +01:00
sdk.ts refactor(coding-agent): move auth storage to backend abstraction 2026-02-17 19:57:21 +01:00
session-manager.ts fix(coding-agent): prevent duplicate session headers when forking from pre-assistant entry 2026-02-27 22:18:26 +01:00
settings-manager.ts Do not create empty .pi folder unconditionally (#1588) 2026-02-23 00:59:10 +01:00
skills.ts fix(coding-agent): respect ignore files in skill loader 2026-02-05 20:24:15 +01:00
slash-commands.ts fix(coding-agent): add /quit autocomplete and remove /exit fixes #1303 2026-02-06 00:16:56 +01:00
system-prompt.ts fix(coding-agent): add tool promptGuidelines support fixes #1720 2026-03-02 22:50:08 +01:00
timings.ts Release v0.27.1 2025-12-22 19:28:26 +01:00