announcements

ericdallo 2026-03-11T11:40:09.446199Z

eca http://eca.dev/ 0.112.0 now has plugins system feature with support for custom marketplaces! 🔥 Check all the major new features added recently, since the changelog is huge: • A whole new webpage for http://eca.dev Plugins: new http://plugins.eca.dev page for community plugins to easily install and configure custom ECA behaviors: agents, skills hooks, configs, e.g: /plugin-install clojure-review ◦ Support custom marketplace plugins: allowing to companies host their own plugins for better share and control • Tasks: Eca now supports tasks/TODO to keep track of current LLM interaction - kudos @zikajkCustom retry: Support specify which errors ECA should retry for specific providers/models • Context overflow recovery: ECA will auto adjust context and auto compact with lots of logics to keep context clean, allowing LLM to iterate for hours if needed! • Variants: customize reason, temperature and whatever param you need and have it easily selectable in UI. https://github.com/sponsors/editor-code-assistant if you like it 💙 Special thanks to #clj-together clojurists-together Come to #eca !

5
🔥 13
😯 2
🎉 2
Jacob Emcken 2026-03-11T12:13:50.956079Z

https://github.com/jacobemcken/aws-simple-sign 2.3.2 is available A library that can generate presigned URLs for S3 and sign HTTP requests for AWS (Babashka compatible). Fixing both the bug I introduced in 2.3.0 AND the new bug I introduced (in 2.3.1) when fixing the other bug 😅 Thanks @iarenaza for cleaning up my mess.

👍 1
🎉 6
Alex Miller (Clojure team) 2026-03-11T22:09:25.335789Z

core.async 1.9.847-alpha3 is now available • REVERTED https://clojure.atlassian.net/browse/ASYNC-262 (CLJ) Use virtual threads when available for go and io-thread from 1.9.829-alpha2 • https://clojure.atlassian.net/browse/ASYNC-272 (CLJ) Use JVM virtual threads in io-thread • https://clojure.atlassian.net/browse/ASYNC-269 (CLJ) Noop callbacks dispatch on caller thread For more detail, see the https://clojure.org/news/2026/03/11/async_virtual_threads on the updated virtual thread plan since 1.9.829-alpha2.

14