co-mono/packages/coding-agent/src/core
Mario Zechner 7293d7cb82 fix(coding-agent): UTF-8 corruption in remote bash execution
Applied streaming TextDecoder fix to executeBashWithOperations(), matching
the fix in executeBash() from PR #433. Remote execution (SSH, containers)
was still using Buffer.toString() which corrupts multi-byte UTF-8 sequences
split across chunk boundaries.

fixes #608
2026-01-10 13:55:02 +01:00
..
compaction Merge hooks and custom-tools into unified extensions system (#454) 2026-01-05 01:43:35 +01:00
export-html Prepare for alternative Codex harness certification 2026-01-10 13:22:10 +01:00
extensions feat(coding-agent): add FooterDataProvider for git branch and extension statuses 2026-01-09 07:39:30 -08:00
tools feat(coding-agent): add pluggable operations for remote tool execution 2026-01-08 19:32:25 +01:00
agent-session.ts Fix --no-skills flag not preventing skills from loading 2026-01-08 23:41:54 +01:00
auth-storage.ts Revert "Remove Anthropic OAuth support" 2026-01-09 06:00:20 +01:00
bash-executor.ts fix(coding-agent): UTF-8 corruption in remote bash execution 2026-01-10 13:55:02 +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 feat(coding-agent): add FooterDataProvider for git branch and extension statuses 2026-01-09 07:39:30 -08:00
index.ts feat(coding-agent): add user_bash event and theme API extensions 2026-01-08 21:50:56 +01:00
keybindings.ts Add Alt+Up hotkey to restore queued messages (#604) 2026-01-09 20:31:51 +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: clean up Codex thinking level handling 2026-01-05 21:58:26 +01:00
model-resolver.ts Add OpenCode Zen provider support 2026-01-09 06:58:20 +01:00
prompt-templates.ts fix(coding-agent): follow symlinked directories in prompt template loading (#601) 2026-01-09 18:41:42 +01:00
sdk.ts Fix --no-skills flag not preventing skills from loading 2026-01-08 23:41:54 +01:00
session-manager.ts Merge hooks and custom-tools into unified extensions system (#454) 2026-01-05 01:43:35 +01:00
settings-manager.ts feat: add thinkingBudgets option to customize token budgets 2026-01-07 15:13:26 +03:00
skills.ts Skip over exact duplicate skills 2025-12-24 22:45:19 +01:00
system-prompt.ts Revert "Remove Anthropic OAuth support" 2026-01-09 06:00:20 +01:00
timings.ts Release v0.27.1 2025-12-22 19:28:26 +01:00