Skip to content

Releases: editor-code-assistant/eca

0.80.0

24 Nov 22:28
a358dac

Choose a tag to compare

  • Add support to rollback messages via chat/rollback and chat/clear messages. #42

0.79.1

19 Nov 16:52
349a005

Choose a tag to compare

  • Improve system prompt to add project env context.

0.79.0

17 Nov 22:59
307b91c

Choose a tag to compare

  • Fix absolute paths being interpreted as commands. #199
  • Remove non used sync models code during initialize. #100
  • Fix system prompt to mention the user workspace roots.

0.78.4

14 Nov 16:47
3d08f7b

Choose a tag to compare

  • Fix regression exceptions on specific corner cases with log obfuscation.

0.78.3

14 Nov 16:13
5310df1

Choose a tag to compare

  • Add openai/gpt-5.1 to default models.

0.78.2

12 Nov 02:59
3868bcf

Choose a tag to compare

  • Add workspaces to /doctor
  • Improve LLM request logs to include headers.

0.78.1

09 Nov 15:30
272a34e

Choose a tag to compare

  • Fix regression: completion broken after rewrite feature API changes.

0.78.0

07 Nov 12:37
a9a00f6

Choose a tag to compare

  • Prefix tool name with server to LLM: __. #196
  • Remove eca_ prefix from eca tools, we already pass server prefix (eca) after #196.
  • Add approval arg to preToolCall hook input.
  • Add error rewrite message content message.

0.77.1

06 Nov 02:56
c501a2e

Choose a tag to compare

  • Fix token renew when using rewrite feature.
  • Improve rewrite error handling.

0.77.0

05 Nov 01:01
c9808b7

Choose a tag to compare

  • Custom providers do not require the existense of key or keyEnv. #194
  • New feature: rewrite. #13