hablas-ai 2.2.6 → 2.2.7
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 +147 -387
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.2.7] — 2026-06-14 · Stronger Core Agent Semantics and Continuity
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- model-assisted semantic task profiling as the primary turn-classification path
|
|
7
|
+
- session continuity regression test to ensure system-prompt refresh does not wipe conversation history
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
- the core system prompt now has a stronger execution architecture, clearer decision priorities, and a warmer but still technical interaction contract
|
|
11
|
+
- task preparation now uses recent conversation history during profiling instead of relying only on keyword-style routing
|
|
12
|
+
- `updateSystemPrompt()` now preserves normal user, assistant, and tool history instead of collapsing the turn context
|
|
13
|
+
|
|
14
|
+
### Notes
|
|
15
|
+
- Hablas remains a single visible agent
|
|
16
|
+
- vision remains inside image tooling only
|
|
17
|
+
- tests and build pass for this release candidate
|
|
18
|
+
- `npm run lint` still reports pre-existing TypeScript issues outside this patch scope
|
|
19
|
+
|
|
3
20
|
## [2.2.6] — 2026-06-13 · Vision Inside Image Tool (Phase 1)
|
|
4
21
|
|
|
5
22
|
### Added
|