We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9801bf commit 4f4fb9aCopy full SHA for 4f4fb9a
3 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# CHANGELOG
2
3
+## [v0.20.1] - 2026-01-23
4
+
5
+### What's Changed
6
7
+- :recycle: Improve tool output formatting (f9801bf)
8
9
+**Full Changelog**: https://github.com/AnandChowdhary/continuous-claude/compare/v0.20.0...v0.20.1
10
11
12
## [v0.20.0] - 2026-01-23
13
14
### What's Changed
continuous_claude.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-VERSION="v0.20.0"
+VERSION="v0.20.1"
ADDITIONAL_FLAGS="--dangerously-skip-permissions --output-format stream-json --verbose"
continuous_claude.sh.sha256
@@ -1 +1 @@
-a1ad3a7259b956e2292ba8c67bafbed35c37f365e9d527bf66e34a6a3b502e99 continuous_claude.sh
+ba5d1405564d6bef7870073bac96caaabb93bcac3228233471a094adc4e82afb continuous_claude.sh
0 commit comments