Skip to content

Releases: editor-code-assistant/eca

0.17.1

06 Aug 14:41
2426f36

Choose a tag to compare

  • Avoid crash MCP start if doesn't support some capabilities.
  • Improve tool calling to avoid stop LLM loop if any exception happens.

0.17.0

05 Aug 22:47
e70c893

Choose a tag to compare

  • Add /repo-map-show command. #37

0.16.0

05 Aug 21:11
a86a4cf

Choose a tag to compare

  • Support custom system prompts via config systemPromptTemplate.
  • Add support for file change diffs on eca_edit_file tool call.
  • Fix response output to LLM when tool call is rejected.

0.15.3

05 Aug 15:33
6e9480a

Choose a tag to compare

  • Rename eca_list_directory to eca_directory_tree tool for better overview of project files/dirs.

0.15.2

05 Aug 14:51
5325e9c

Choose a tag to compare

  • Improve eca_edit_file tool for better usage from LLM.

0.15.1

05 Aug 13:54
72b7b1c

Choose a tag to compare

  • Fix mcp tool calls.
  • Improve eca filesystem calls for better tool usage from LLM.
  • Fix default model selection to check anthropic api key before.

0.15.0

05 Aug 01:48
c76956c

Choose a tag to compare

  • Support MCP resources as a new context.

0.14.4

05 Aug 00:19
9debee7

Choose a tag to compare

  • Fix usage miscalculation.

0.14.3

04 Aug 23:26
b1ce583

Choose a tag to compare

  • Fix reason-id on openai models afecting chat thoughts messages.
  • Support openai o models reason text when available.

0.14.2

04 Aug 02:53
9af33be

Choose a tag to compare

  • Fix MCPs not starting because of graal reflection issue.