Skip to content

Releases: editor-code-assistant/eca

0.89.0

05 Jan 19:23
30ad66e

Choose a tag to compare

  • Support http MCP servers that require oauth. #51
  • Add basic username/password proxy authentication support and recognize lowercase http[s]_proxy env var alongside HTTP[S]_PROXY. #248
  • Avoid tool call of invalid names

0.88.0

04 Jan 23:48
51930f2

Choose a tag to compare

  • Add dynamic model discovery via fetchModels provider config for OpenAI-compatible /models endpoints
  • Improve error handling for incompatible models messages in chat. #209
  • Support server__tool_name in disabledTools config as well.
  • Fix clojure-mcp regression where ECA could not edit files via clojure-mcp even reading before using its tools.

0.87.2

22 Dec 13:35
109282e

Choose a tag to compare

  • Fix openai-chat tool call + support for Mistral API #233
  • Skip missing/unreadable @file references when building context
  • Fix regression: /compact not working for some models. Related to #240

0.87.1

20 Dec 22:29
1b52a76

Choose a tag to compare

  • Improve read-file summary to show final range properly.
  • Improve model capabilities for providers which model name has slash: my-provider/anthropic/my-model

0.87.0

18 Dec 17:26
b40bd61

Choose a tag to compare

  • Support Google Gemini thought signatures.
  • Support gemini-3-pro-preview and gemini-3-flash-preview models in Google and Copilot providers.
  • Fix deepseek reasoning with openai-chat API #228
  • Support ~ in dynamic string parser.
  • Support removing nullable values from LLM request body if the value in extraPayload is null. #232

0.86.0

12 Dec 16:19
69da758

Choose a tag to compare

  • Improve agent behavior prompt to mention usage of editor_diagnostics tool. #230
  • Use selmer syntax for prompt templates.

0.85.3

12 Dec 12:43
b03777b

Choose a tag to compare

  • Support openai/gpt-5.2 and github-copilot/gpt-5.2 by default.

0.85.2

04 Dec 18:11
56a495c

Choose a tag to compare

  • Support providers <provider> httpClient version config, allowing to use http-1.1 for some providers like lmstudio. #229

0.85.1

01 Dec 15:42
30e2977

Choose a tag to compare

  • Fix backwards compatibility for chat rollback.

0.85.0

01 Dec 15:07
32a668d

Choose a tag to compare

  • Enhanced hooks documentation with new types (sessionStart, sessionEnd, chatStart, chatEnd), JSON input/output schemas, execution options (timeout)

  • Fix custom tools to support argument numbers.

  • Improve read_file summary to mention offset being read.

  • Enhanced hooks documentation with new types (sessionStart, sessionEnd, chatStart, chatEnd), JSON input/output schemas, execution options (timeout)

  • Support rollback only messages, tool call changes or both in chat/rollback.