Skip to content

Releases: editor-code-assistant/eca

0.6.1

22 Jul 00:32
b0ea9af

Choose a tag to compare

  • Support defaultModel in custom providers.

0.6.0

21 Jul 23:37
5c32f8d

Choose a tag to compare

  • Add usage tokens + cost to chat messages.

0.5.1

21 Jul 14:56
1e5f2df

Choose a tag to compare

  • Fix openai key

0.5.0

21 Jul 01:54
8426e5b

Choose a tag to compare

  • Support custom LLM providers via config.

0.4.3

20 Jul 02:19
bc7b4c3

Choose a tag to compare

  • Improve context query performance.

0.4.2

15 Jul 16:24
656a787

Choose a tag to compare

  • Fix output of errored tool calls.

0.4.1

15 Jul 15:55
cb8b456

Choose a tag to compare

  • Fix arguments test when preparing tool call.

0.4.0

14 Jul 19:52
510c794

Choose a tag to compare

  • Add support for global rules.
  • Fix origin field of tool calls.
  • Allow chat communication with no workspace opened.

0.3.1

10 Jul 16:23
0d88069

Choose a tag to compare

  • Improve default model logic to check for configs and env vars of known models.
  • Fix past messages sent to LLMs.

0.3.0

07 Jul 03:42
dd8e968

Choose a tag to compare

  • Support stop chat prompts via chat/promptStop notification.
  • Fix anthropic messages history.