hablas-ai 2.2.3 → 2.2.4

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 +11 -16
  2. package/dist/index.js +111 -99
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.2.4] — 2026-06-12 · Response Presentation and Personality Refinement
4
+
5
+ ### Changed
6
+ - Improved final response presentation toward a more executive structure.
7
+ - Assistant markdown rendering is now richer, including better table rendering and stronger section visibility.
8
+ - Hablas personality was warmed up without turning fluffy: still technical and direct, but less cold and more partner-like.
9
+ - Final-response contract in the system prompt now explicitly prefers clearer completion sections and better next-step suggestions.
10
+
11
+ ### Added
12
+ - formal improvement backlog document for tracked UX and personality issues.
13
+
3
14
  ## [2.2.3] — 2026-06-12 · Trusted Image Pipeline and UX Phase Labels
4
15
 
5
16
  ### Added
@@ -15,19 +26,3 @@
15
26
  ### Fixed
16
27
  - image selection pipeline is less brute-force and less dependent on blind download retries
17
28
  - image inspection can now work on local assets as well as remote sources
18
-
19
- ## [2.2.2] — 2026-06-12 · System Prompt Strength Rebuild
20
-
21
- ### Changed
22
- - Rebuilt the single-agent system prompt at a deeper architectural level.
23
- - Replaced weaker phrase-driven prompt behavior with a stronger role / mission / behavior-class / tool-contract structure.
24
- - Strengthened the prompt across all major execution domains:
25
- - product reasoning
26
- - architecture reasoning
27
- - implementation
28
- - debugging
29
- - review
30
- - devops thinking
31
- - web and asset acquisition
32
- - Strengthened tool discipline and anti-fake-completion rules.
33
- - Reduced dependence on brittle literal examples and pushed the prompt toward generalized intent interpretation.