hablas-ai 2.0.1 → 2.0.2
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 +8 -0
- package/dist/index.js +92 -89
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.0.2] — 2026-06-12 · Implementation Routing and Tool-Enforcement Fix
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- Implementation requests are now classified more robustly, including common typos like `craet`.
|
|
7
|
+
- Architecture-only requests no longer get misrouted into implementation just because they mention engineering context.
|
|
8
|
+
- Implementation turns now explicitly require real workspace tool usage.
|
|
9
|
+
- If the model tries to answer an implementation task with inline code only and no tool calls, Hablas now forces a second attempt through the tool path instead of accepting the fake completion.
|
|
10
|
+
|
|
3
11
|
## [2.0.1] — 2026-06-12 · Setup Flow Restore
|
|
4
12
|
|
|
5
13
|
### Changed
|