glance-cli 0.8.6 → 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 +16 -0
  2. package/dist/cli.js +263 -263
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,22 @@ 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
+
8
24
  ## [0.8.6] - 2026-01-02
9
25
 
10
26
  ### Fixed