glance-cli 0.8.5 → 0.8.6
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 +12 -0
- package/dist/cli.js +346 -338
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,18 @@ All notable changes to glance-cli will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.8.6] - 2026-01-02
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- **NUCLEAR Text Cleaning**: Implemented ultimate solution for ALL binary artifacts
|
|
12
|
+
- Created dedicated text-cleaner module with nuclear-level sanitization
|
|
13
|
+
- Applied aggressive cleaning at EVERY stage: AI responses, cache, formatter, and output
|
|
14
|
+
- Fixed cache system corruption that was storing/retrieving binary artifacts
|
|
15
|
+
- Added emergency text cleaning mode for severely corrupted content
|
|
16
|
+
- Implemented binary artifact detection with real-time alerts
|
|
17
|
+
- Ensures 100% clean output with zero memory addresses, pointers, or system artifacts
|
|
18
|
+
- Completely eliminated all forms of text corruption while preserving formatting
|
|
19
|
+
|
|
8
20
|
## [0.8.5] - 2026-01-02
|
|
9
21
|
|
|
10
22
|
### Fixed
|