Skip to content

Releases: editor-code-assistant/eca

0.97.0

27 Jan 15:48
e17b5b5

Choose a tag to compare

  • Support update list of mcp tools when requested from server via list_changed notification.

0.96.1

26 Jan 18:53
8352c90

Choose a tag to compare

  • Fix /resume duplicating chats. #278
  • Reduce noise in auto-compaction, not mentioning the summary. #280

0.96.0

26 Jan 16:28
996276f

Choose a tag to compare

  • Add /skill-create command to create a ECA skill from a prompt. #277

0.95.0

25 Jan 23:41
6e1ff0a

Choose a tag to compare

  • (OpenAI Chat) - Configurable reasoning history via reasoningHistory (model-level, default: all)
  • Fix exception in autocompact that could happen some times.

0.94.2

25 Jan 17:45
46e1109

Choose a tag to compare

  • Fix autocompact not cleaning tokens in memory and thinking it should auto compact again.

0.94.1

24 Jan 18:59
322f5b6

Choose a tag to compare

  • Fix tools prompt override not working via config.

0.94.0

23 Jan 13:53
f24f396

Choose a tag to compare

  • Mention in chat some missing Anthropic responses errors when happens.
  • Auto compact via percentage defined in autoCompactPercentage. #257
  • Do not remove conversation history visually when compacting chat.

0.93.2

19 Jan 19:31
d4b22cb

Choose a tag to compare

  • Fix /compact removing chat history when prompt is stopped or some error happens. #142

0.93.1

19 Jan 18:38
afaaccf

Choose a tag to compare

  • Fix chat title generation regression.

0.93.0

19 Jan 17:49
7909be7

Choose a tag to compare

  • Improve copilot login to mention to enable model at Copilot settings page.
  • New config API for prompts:
    • Support override any tool description via prompts tools <toolName> #271
    • Support override /init system prompt via prompts init
    • Support override /compact system prompt via prompts compact
    • Support override chat title system prompt via prompts chatTitle
    • Deprecate systemPrompt in favor of prompts chat
    • Deprecate completion systemPrompt in favor of prompts completion
    • Deprecate rewrite systemPrompt in favor of prompts rewrite