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.
- package/CHANGELOG.md +33 -17
- package/dist/index.js +124 -107
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,44 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [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
|
|
4
10
|
|
|
5
11
|
### Changed
|
|
6
|
-
-
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
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
|
-
###
|
|
12
|
-
|
|
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.
|
|
23
|
+
## [2.2.5] — 2026-06-13 · Models Pagination and Startup Redesign
|
|
15
24
|
|
|
16
25
|
### Added
|
|
17
|
-
- `
|
|
18
|
-
- `
|
|
19
|
-
-
|
|
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
|
-
-
|
|
23
|
-
-
|
|
24
|
-
-
|
|
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
|
-
###
|
|
27
|
-
|
|
28
|
-
-
|
|
41
|
+
### Notes
|
|
42
|
+
This release completes backlog items:
|
|
43
|
+
- M-001 — models pagination / browsing UX
|
|
44
|
+
- M-002 — startup screen / first-view redesign
|