hablas-ai 2.1.0 → 2.1.1
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 +17 -0
- package/dist/index.js +116 -113
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.1.1] — 2026-06-12 · Thinking, Streaming, and Read-Dedupe UX Fix
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- visible thinking state while Hablas is waiting on the model
|
|
7
|
+
- real streaming for direct text-only turns
|
|
8
|
+
- stronger shell completion and history workflow kept active
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
- tool cards were rebuilt again for cleaner boxed output
|
|
12
|
+
- assistant rendering is more consistent between direct and tool-driven turns
|
|
13
|
+
- the prompt was tightened for shorter, more natural casual and identity responses
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- repeated `read_file` calls for the same path in the same turn are now deduplicated and reused from cache unless the file changed
|
|
17
|
+
- raw tool-markup leakage is sanitized more aggressively
|
|
18
|
+
- implementation and image/wallpaper requests remain wired to the stronger tool path
|
|
19
|
+
|
|
3
20
|
## [2.1.0] — 2026-06-12 · Apple UX + Tool Hardening
|
|
4
21
|
|
|
5
22
|
### Added
|