command-code 1.15.1 → 1.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # command-code
2
2
 
3
+ ## 1.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fix: wrap edit/write diff rows as one paragraph on narrow terminals (#3532)
8
+
9
+ ### Patch Changes
10
+
11
+ - fix: edit/write tool diff lines overlapping on narrow terminals
12
+
13
+ ## 1.16.0
14
+
15
+ ### Minor Changes
16
+
17
+ - feat: background output reads can block for new output or exit and stream by offset
18
+ - feat: shell_output replaces bash_output, task_output, and monitor_events (old names keep working)
19
+
3
20
  ## 1.15.1
4
21
 
5
22
  ### Patch Changes