glance-cli 0.8.5 → 0.8.7

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/cli.js +344 -336
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,34 @@ 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.7] - 2026-01-02
9
+
10
+ ### Fixed
11
+ - **Smart Text Cleaning**: Resolved aggressive text cleaning that was destroying paragraph structure
12
+ - **Paragraph Formatting**: Restored beautiful paragraph breaks and section formatting from v0.8.3
13
+ - **Binary Artifact Detection**: Fixed false positives from ANSI color codes in formatted output
14
+ - **AI Response Processing**: Preserves natural paragraph structure in AI-generated summaries
15
+ - **Terminal Output**: Smart sanitization that only applies nuclear cleaning when actual artifacts detected
16
+ - Perfect balance: Maintains v0.8.6 security features while restoring v0.8.3 formatting beauty
17
+
18
+ ### Technical Details
19
+ - Modified `sanitizeOutputForTerminal()` to ignore ANSI escape sequences in artifact detection
20
+ - Updated summarizer functions to preserve paragraph structure in clean AI responses
21
+ - Implemented conditional cleaning: nuclear mode only for actual binary artifacts
22
+ - Smart cleaning preserves newlines, sections, and natural content flow
23
+
24
+ ## [0.8.6] - 2026-01-02
25
+
26
+ ### Fixed
27
+ - **NUCLEAR Text Cleaning**: Implemented ultimate solution for ALL binary artifacts
28
+ - Created dedicated text-cleaner module with nuclear-level sanitization
29
+ - Applied aggressive cleaning at EVERY stage: AI responses, cache, formatter, and output
30
+ - Fixed cache system corruption that was storing/retrieving binary artifacts
31
+ - Added emergency text cleaning mode for severely corrupted content
32
+ - Implemented binary artifact detection with real-time alerts
33
+ - Ensures 100% clean output with zero memory addresses, pointers, or system artifacts
34
+ - Completely eliminated all forms of text corruption while preserving formatting
35
+
8
36
  ## [0.8.5] - 2026-01-02
9
37
 
10
38
  ### Fixed