pi-mono-btw 1.6.0 → 1.7.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 +21 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# pi-mono-btw
|
|
2
2
|
|
|
3
|
+
## 1.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
### Enhanced: status-line
|
|
8
|
+
|
|
9
|
+
- Improved progress rendering and colors in expert mode
|
|
10
|
+
|
|
11
|
+
### Enhanced: team-mode
|
|
12
|
+
|
|
13
|
+
- Reduced leader overhead and parent-session token churn
|
|
14
|
+
|
|
15
|
+
### Fixed: review
|
|
16
|
+
|
|
17
|
+
- Annotate diff lines so the model picks correct line numbers
|
|
18
|
+
- Fix slice chunk around lines for comments in the reviewer TUI
|
|
19
|
+
|
|
20
|
+
### Documentation
|
|
21
|
+
|
|
22
|
+
- Updated root README and sentinel extension README
|
|
23
|
+
|
|
3
24
|
## 1.6.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|