Releases: editor-code-assistant/eca
Releases · editor-code-assistant/eca
0.77.0
05 Nov 01:01
Compare
Sorry, something went wrong.
No results found
Custom providers do not require the existense of key or keyEnv. #194
New feature: rewrite. #13
0.76.0
03 Nov 12:23
Compare
Sorry, something went wrong.
No results found
Updated instructions for /login command and invalid input handling.
Fix server name on chat/contentReceived when preparing tool call.
Fix variable replacing in some tool prompts.
Improve planning mode prompt and tool docs; clarify absolute-path usage and preview rules.
Centralize path approval for tools and always list all missing required params in INVALID_ARGS.
0.75.4
31 Oct 13:50
Compare
Sorry, something went wrong.
No results found
Fix 0.75.3 regression on custom openai-chat providers.
0.75.3
31 Oct 13:25
Compare
Sorry, something went wrong.
No results found
Support custom think tag start and end for openai-chat models via think-tag-start and think-tag-end provider configs. #188
0.75.2
30 Oct 18:10
Compare
Sorry, something went wrong.
No results found
Add missing models supported by Github Copilot
Fix regression: openai-chat tool call arguments error on some models.
0.75.1
29 Oct 20:58
Compare
Sorry, something went wrong.
No results found
Improve protocol for tool call output formatting for tools that output json.
Fix inconsistencies in eca_read_file not passing correct content to LLM when json.
0.75.0
29 Oct 13:32
Compare
Sorry, something went wrong.
No results found
Improved file contexts: now use :lines-range
BREAKING ECA now only supports standard plain-text netrc as credential file reading. Drop authinfo and gpg decryption support. Users can choose to pass in their own provisioned netrc file from various secure source with :netrcFile in ECA config.
0.74.0
28 Oct 20:31
Compare
Sorry, something went wrong.
No results found
Improved eca_edit_file to automatically handle whitespace and indentation differences in single-occurrence edits.
Fix contexts in user prompts (not system contexts) not parsing lines ranges properly.
Support non-stream providers on openai-chat API. #174
0.73.5
27 Oct 15:30
Compare
Sorry, something went wrong.
No results found
Support use API keys even if subscription is logged. #175
0.73.4
27 Oct 13:59
Compare
Sorry, something went wrong.
No results found
Fix tool call approval ignoring eca tools.