Skip to content

Commit 494efa0

Browse files
committed
Add eca official plugin marketplace
1 parent 58ed005 commit 494efa0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Add `plugins` config for loading external configuration from git repos or local paths. #349
66
- Plugins can provide skills, MCP servers, agents, commands, hooks, rules, and arbitrary config overrides.
77
- Add commands `/plugins` and `/plugin-install`.
8+
- Add official plugin marketplace as built-in plugin source (`eca-marketplace`), available by default at `plugins.eca.dev`.
89
- Fix race condition where stopping a prompt and immediately sending a new one could cause two concurrent prompts with no way to stop the older one.
910
- Support `inherit` key in agent config to inherit settings from another agent.
1011

src/eca/config.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
:completion {:model "openai/gpt-4.1"}
193193
:netrcFile nil
194194
:autoCompactPercentage 75
195-
:plugins {}
195+
:plugins {"eca" {:source "https://github.com/editor-code-assistant/eca-plugins.git"}}
196196
:env "prod"})
197197

198198
(defn ^:private parse-dynamic-string-values

0 commit comments

Comments
 (0)