pi-mono-btw 1.5.1 → 1.6.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 +38 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# pi-mono-btw
|
|
2
2
|
|
|
3
|
+
## 1.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
### New Extension: sentinel
|
|
8
|
+
|
|
9
|
+
Replaced the `grep` extension with a new security-focused `sentinel` extension for monitoring and guarding sensitive operations.
|
|
10
|
+
|
|
11
|
+
### Enhanced: team-mode
|
|
12
|
+
|
|
13
|
+
- Added comprehensive test suite with integration tests
|
|
14
|
+
- New mock helpers for subprocess testing
|
|
15
|
+
- Improved signal manager with better error handling
|
|
16
|
+
- Leader runtime refactoring for stability
|
|
17
|
+
- Team query tool with dedicated tests
|
|
18
|
+
|
|
19
|
+
### Enhanced: status-line
|
|
20
|
+
|
|
21
|
+
- Added basic and expert mode displays
|
|
22
|
+
- Improved index.ts with better state management
|
|
23
|
+
|
|
24
|
+
### Enhanced: clear
|
|
25
|
+
|
|
26
|
+
- Updated keyboard shortcut to `Ctrl+Shift+L`
|
|
27
|
+
- Better busy-state handling for shortcuts
|
|
28
|
+
- Added warning/cancel handling and error notifications
|
|
29
|
+
|
|
30
|
+
### Enhanced: context-guard
|
|
31
|
+
|
|
32
|
+
- Improved read deduplication across sessions
|
|
33
|
+
- Added `context-guard:file-modified` event for cache eviction
|
|
34
|
+
|
|
35
|
+
### Documentation
|
|
36
|
+
|
|
37
|
+
- Added dedicated README for `clear` extension
|
|
38
|
+
- Added dedicated README for `context-guard` extension
|
|
39
|
+
- Updated main README with improved extension descriptions
|
|
40
|
+
|
|
3
41
|
## 1.5.0
|
|
4
42
|
|
|
5
43
|
### Minor Changes
|