Skip to content

Releases: editor-code-assistant/eca

0.92.1

15 Jan 13:30
d0b227b

Choose a tag to compare

  • Add x-llm-application-name: eca to prompt requests, useful to track and get metrics when using LLM gateways.

0.92.0

14 Jan 22:52
68b59f5

Choose a tag to compare

  • Fix Gemini (OpenAI compatible). #247
  • Improve login wording + add cancel option. #205

0.91.2

14 Jan 17:20
9a1990a

Choose a tag to compare

  • Fix eca_shell_command to include stderr output even when exit 0.

0.91.1

13 Jan 19:20
b9f5584

Choose a tag to compare

  • Fix openai pro login exceptions related to graalvm.

0.91.0

12 Jan 16:40
4cc73b5

Choose a tag to compare

  • Codex login support via /login openai and selecting pro option. #261
    • Add gpt-5.2-codex model.

0.90.1

12 Jan 13:28
81d8810

Choose a tag to compare

  • Fix tokens not renewing between tool calls. #258
  • Fix diff correct numbers in added/removed. #259
  • Fix post tool call hook trigger
  • Fix Gemini tool calling. #247

0.90.0

07 Jan 18:43
335680a

Choose a tag to compare

  • Skills support following https://agentskills.io . #241
    • Make skills available via commands as well e.g. /my-skill.
    • new command /skills to list available skills.

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