Releases: editor-code-assistant/eca
Releases · editor-code-assistant/eca
0.118.0
- Show the selected
variantinspawn_agentsubagent details and harden restrictions regarding the use of the optional model in sub-agent. #369 - Fix MCP OAuth browser not opening on Windows by using
cmd /c startinstead ofjava.awt.Desktop, which is unavailable in the native image. - Improve server shutdown speed for remote MCP servers.
- Extract git/gh instructions from
shell_commandinto a dedicatedgittool with a condensed prompt, reducing per-turn token overhead. - Fix crash when
@signs in prompts (e.g. email addresses) are misinterpreted as context mentions. #379
0.117.1
- Fix remote server on Windows stealing TLS traffic from Tailscale/WireGuard when using the same port, by binding to specific interfaces instead of
0.0.0.0when tunnel adapters are detected. - Fix plugin-defined hooks not firing for
chatStartandsessionStartdue to plugins resolving after hooks fired. #374 - Fix workspace cache resume when worktrees are dynamically added mid-session by using the initial workspace set for the cache key. #372
- Lots of improvements to stop prompt behavior:
- Fix exception when stopping while a subagent chat run.
- Fix duplicate "Prompt stopped" message when stopping with a running subagent.
- Fix delayed newline appearing after stopping a prompt by suppressing belated status notifications.
- Reduce stream watchdog poll interval for faster stop responsiveness.
0.117.0
0.116.6
- Bump plumcp to 0.2.0-beta5.
- Fix auto-continue clobbering new prompt status and losing the stop button.
- Add configurable shell for
shell_commandtool viatoolCall.shellCommand.pathandtoolCall.shellCommand.args. #370 - Fix providers disappearing from
/loginafter saving an API key. eca-emacs#196 - Fix
remote.enabledin project-local.eca/config.jsonbeing ignored when a global config also exists.
0.116.5
0.116.4
0.116.3
0.116.2
0.116.1
0.116.0
- Auto-retry Anthropic streams that end prematurely with empty responses, and auto-continue when response is truncated (e.g. unclosed code blocks).
- Fix resume crash when conversation contained server-side tool use (e.g. web search).
- Add remote web control server for browser-based chat observation and control via
web.eca.dev. #333