hablas-ai 2.2.4 → 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 +33 -17
  2. package/dist/index.js +124 -107
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,28 +1,44 @@
1
1
  # Changelog
2
2
 
3
- ## [2.2.4] — 2026-06-12 · Response Presentation and Personality Refinement
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
4
10
 
5
11
  ### 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.
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
10
18
 
11
- ### Added
12
- - formal improvement backlog document for tracked UX and personality issues.
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.
13
22
 
14
- ## [2.2.3] — 2026-06-12 · Trusted Image Pipeline and UX Phase Labels
23
+ ## [2.2.5] — 2026-06-13 · Models Pagination and Startup Redesign
15
24
 
16
25
  ### Added
17
- - `search_image_candidates` tool for ranking image candidates before download
18
- - `inspect_image` tool for checking remote or local image candidates before adoption
19
- - richer phase labels during tool-driven execution such as analysis, candidate selection, download, and verification
26
+ - `/models` paging support:
27
+ - `/models`
28
+ - `/models 2`
29
+ - `/models <query>`
30
+ - `/models <query> 2`
31
+ - active model marker in paged model browsing
20
32
 
21
33
  ### Changed
22
- - strengthened the system prompt around image handling so Hablas prefers ranking and inspection before downloading assets
23
- - upgraded tool box styling toward a cleaner premium terminal presentation
24
- - download flow now attempts to resolve direct image candidates from HTML pages automatically
34
+ - rebuilt the startup screen into a cleaner three-layer structure:
35
+ - identity
36
+ - environment
37
+ - action hints
38
+ - reduced startup clutter and noisy helper lines
39
+ - connection summary is now more compact and readable
25
40
 
26
- ### Fixed
27
- - image selection pipeline is less brute-force and less dependent on blind download retries
28
- - image inspection can now work on local assets as well as remote sources
41
+ ### Notes
42
+ This release completes backlog items:
43
+ - M-001 models pagination / browsing UX
44
+ - M-002 — startup screen / first-view redesign