pi-mono-btw 1.5.1 → 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 +59 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,64 @@
|
|
|
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
|
+
|
|
24
|
+
## 1.6.0
|
|
25
|
+
|
|
26
|
+
### Minor Changes
|
|
27
|
+
|
|
28
|
+
### New Extension: sentinel
|
|
29
|
+
|
|
30
|
+
Replaced the `grep` extension with a new security-focused `sentinel` extension for monitoring and guarding sensitive operations.
|
|
31
|
+
|
|
32
|
+
### Enhanced: team-mode
|
|
33
|
+
|
|
34
|
+
- Added comprehensive test suite with integration tests
|
|
35
|
+
- New mock helpers for subprocess testing
|
|
36
|
+
- Improved signal manager with better error handling
|
|
37
|
+
- Leader runtime refactoring for stability
|
|
38
|
+
- Team query tool with dedicated tests
|
|
39
|
+
|
|
40
|
+
### Enhanced: status-line
|
|
41
|
+
|
|
42
|
+
- Added basic and expert mode displays
|
|
43
|
+
- Improved index.ts with better state management
|
|
44
|
+
|
|
45
|
+
### Enhanced: clear
|
|
46
|
+
|
|
47
|
+
- Updated keyboard shortcut to `Ctrl+Shift+L`
|
|
48
|
+
- Better busy-state handling for shortcuts
|
|
49
|
+
- Added warning/cancel handling and error notifications
|
|
50
|
+
|
|
51
|
+
### Enhanced: context-guard
|
|
52
|
+
|
|
53
|
+
- Improved read deduplication across sessions
|
|
54
|
+
- Added `context-guard:file-modified` event for cache eviction
|
|
55
|
+
|
|
56
|
+
### Documentation
|
|
57
|
+
|
|
58
|
+
- Added dedicated README for `clear` extension
|
|
59
|
+
- Added dedicated README for `context-guard` extension
|
|
60
|
+
- Updated main README with improved extension descriptions
|
|
61
|
+
|
|
3
62
|
## 1.5.0
|
|
4
63
|
|
|
5
64
|
### Minor Changes
|