co-mono/packages/coding-agent/src/core
Mario Zechner 7b920f27d2 fix(coding-agent): check npm package version before using cached copy
For temporary npm extensions (-e npm:...):
- Unpinned packages: fetch latest version from registry and reinstall if newer
- Pinned packages: reinstall if cached version doesn't match
2026-01-25 00:57:58 +01:00
..
compaction feat(coding-agent): add extension compaction helpers 2026-01-17 11:40:39 +01:00
export-html Improves the HTML export (#853) 2026-01-19 15:57: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 feat: custom provider support with streamSimple 2026-01-24 23:15:11 +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: custom provider support with streamSimple 2026-01-24 23:15:11 +01:00
model-resolver.ts add Azure OpenAI Responses provider with deployment-aware model mapping 2026-01-24 12:04:34 +01:00
package-manager.ts fix(coding-agent): check npm package version before using cached copy 2026-01-25 00:57:58 +01:00
prompt-templates.ts feat(coding-agent): refine resource metadata and display 2026-01-24 02:46:08 +01:00
resource-loader.ts feat(coding-agent): refine resource metadata and display 2026-01-24 02:46:08 +01:00
sdk.ts feat(coding-agent): ResourceLoader, package management, and /reload command (#645) 2026-01-22 13:49:38 +01:00
session-manager.ts fix(session): improve session ID resolution with global search and fork support (#785) 2026-01-16 20:18:10 +01:00
settings-manager.ts refactor(coding-agent): centralize git url detection 2026-01-24 01:02:16 +01:00
skills.ts feat(coding-agent): support disable-model-invocation frontmatter for skills 2026-01-24 03:34:40 +01:00
system-prompt.ts fix(coding-agent): only list built-in tools in system prompt 2026-01-23 00:54:30 +01:00
timings.ts Release v0.27.1 2025-12-22 19:28:26 +01:00