hablas-ai 2.2.5 → 2.2.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +20 -11
  2. package/dist/index.js +122 -105
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.2.6] — 2026-06-13 · Vision Inside Image Tool (Phase 1)
4
+
5
+ ### Added
6
+ - internal vision support inside `inspect_image`
7
+ - primary and fallback vision model configuration in the runtime config
8
+ - merged vision verdict flow for image relevance and recommended use
9
+ - `/about` now includes Abdulmoin Hablas and the portfolio link again
10
+
11
+ ### Changed
12
+ - image tooling now follows a stronger architecture:
13
+ - `search_image_candidates`
14
+ - `inspect_image`
15
+ - `download_asset`
16
+ - `download_asset` can recover direct image candidates from HTML pages before failing
17
+ - image-related prompt guidance is stronger and more architectural
18
+
19
+ ### Notes
20
+ This is the first integrated vision phase.
21
+ Vision is a capability of the image tool layer only, not a separate assistant runtime.
22
+
3
23
  ## [2.2.5] — 2026-06-13 · Models Pagination and Startup Redesign
4
24
 
5
25
  ### Added
@@ -22,14 +42,3 @@
22
42
  This release completes backlog items:
23
43
  - M-001 — models pagination / browsing UX
24
44
  - M-002 — startup screen / first-view redesign
25
-
26
- ## [2.2.4] — 2026-06-12 · Response Presentation and Personality Refinement
27
-
28
- ### Changed
29
- - Improved final response presentation toward a more executive structure.
30
- - Assistant markdown rendering is now richer, including better table rendering and stronger section visibility.
31
- - Hablas personality was warmed up without turning fluffy: still technical and direct, but less cold and more partner-like.
32
- - Final-response contract in the system prompt now explicitly prefers clearer completion sections and better next-step suggestions.
33
-
34
- ### Added
35
- - formal improvement backlog document for tracked UX and personality issues.