Skip to content

Releases: editor-code-assistant/eca

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.

0.84.2

27 Nov 20:50
787eb2f

Choose a tag to compare

  • Fix ${netrc:...} to consider :netrcFile config properly.

0.84.1

27 Nov 18:53
5eaa5cc

Choose a tag to compare

  • Fix ${netrc:...} to consider :netrcFile config.