Skip to content

Commit b8460fb

Browse files
Copilottninja
andcommitted
Sync ECA integration with latest upstream bridge and ext changes
Co-authored-by: tninja <714625+tninja@users.noreply.github.com>
1 parent 168fe20 commit b8460fb

6 files changed

Lines changed: 1051 additions & 114 deletions

File tree

HISTORY.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Release history
33

44
** Main branch change
5+
- Feat: Sync ECA integration with latest upstream bridge/ext changes: workspace management, auto project/session syncing, shared context helpers, and session health utilities
56
- Feat: Improve ECA backend: smarter chat-buffer handling, graceful resume, context management (file/clipboard/cursor/repo-map), session multiplexing via eca-ext.el, upgrade and install-skills support, contributed by davidwuchn
67
- Fix: Block ai-code-apply-prompt-on-current-file for eca backend (like agent-shell)
78
- Feat: Add ECA (https://eca.dev/) as an external backend, contributed by davidwuchn

README.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ When working with multiple AI sessions, it can be useful to receive desktop noti
242242
(ai-code-set-backend 'eca)
243243
#+end_src
244244
Optionally, load =[[./eca-ext.el][eca-ext.el]]= (bundled with this package) for session multiplexing
245+
plus workspace management, auto project/session syncing, shared context,
245246
and programmatic context management (file, clipboard, cursor, repo-map):
246247
#+begin_src emacs-lisp
247248
(require 'eca-ext)

0 commit comments

Comments
 (0)