You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update version references from v0.1.12-alpha to v0.1.12 in README.md
and CHANGELOG.md.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## [Unreleased]
4
4
5
-
## [0.1.12-alpha] - 2025-11-06
5
+
## [0.1.12] - 2025-11-06
6
6
7
7
This release changes the project license to EPL 2.0, adds an experimental prompt CLI, and includes several configuration improvements and dependency updates.
8
8
@@ -15,10 +15,10 @@ This release changes the project license to EPL 2.0, adds an experimental prompt
15
15
-**Experimental Prompt CLI** (`clojure -M:prompt-cli`) for command-line AI interaction with session persistence and resume functionality
16
16
-**Prompt to save custom user prompts to config** (#117)
17
17
-**Babashka script detection**: Improved detection of Babashka scripts with regex pattern matching for shebangs
18
-
-**dry_run parameter** for file editing tools (#121, #122) - Allows preview of edits before applying
18
+
-**dry_run parameter** for file editing tools (#121, #122) - Allows preview of edits before applying, this is mainly for integration in to ECA https://github.com/editor-code-assistant/eca
19
19
20
20
### Changed
21
-
-**bash-over-nrepl default**: Changed default to `false`, removing environment hack. Bash commands now run locally by default instead of over nREPL
21
+
-**bash-over-nrepl default**: Changed default to `false`Bash commands now run locally by default instead of over nREPL.
22
22
-**LangChain4j update**: Updated to latest version
23
23
-**Model updates**: Updated model configurations and definitions
24
24
@@ -30,7 +30,6 @@ This release changes the project license to EPL 2.0, adds an experimental prompt
0 commit comments