announcements

bhauman 2025-08-14T13:52:20.855069Z

ClojureMCP v0.1.8-alpha https://github.com/bhauman/clojure-mcp https://github.com/bhauman/clojure-mcp/blob/main/CHANGELOG.md β€’ Improved Clojure editing β€’ Expanded configuration β€’ Have fun with Scittle! This is a big release. More cool stuff to come.

13
1
πŸ™ 1
πŸš€ 19
Alex Miller (Clojure team) 2025-08-14T21:38:04.019079Z

Release Clojure CLI 1.12.1.1561 β€’ TDEPS-264 Add -X:deps basis - to print the basis for a deps config β€’ TDEPS-259 Improve error reporting on deps.edn spec errors β€’ Update to latest deps

29
πŸ™ 6
πŸ™πŸ» 1
πŸŽ‰ 1
borkdude 2025-08-14T22:15:03.798119Z

Will make a deps.clj release tomorrow

Alex Miller (Clojure team) 2025-08-14T22:27:28.848439Z

Thx, was just coming here to tag you :)

seancorfield 2025-08-15T01:29:34.869889Z

I updated my :deps article to include basis.

πŸ“œ 1
borkdude 2025-08-15T09:40:58.102219Z

Some feedback. In had to throw away .cpcache before -X:deps basis worked in one of my projects. I got a message like namespace tools.deps.cli loaded by function basis not found before

Alex Miller (Clojure team) 2025-08-15T12:10:38.694059Z

That’s weird and interesting :). I’ll have to think about that one