hablas-ai 1.3.21 → 1.3.22
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 +11 -0
- package/README.md +1 -1
- package/dist/index.js +151 -151
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [1.3.22] — 2026-06-12 · Direct-Path and Hidden-Team Hotfix
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- Casual and simple direct-path turns now skip tool definitions when no tools are required, reducing provider-side instability on trivial inputs like `hi`.
|
|
14
|
+
- Hid the startup team roster by default in the stable line unless explicit debug theatre is enabled.
|
|
15
|
+
- Stopped unified runtime routing payloads from printing in normal operation.
|
|
16
|
+
- Kept internal team coordination behind the scenes by default while preserving it for serious engineering turns.
|
|
17
|
+
|
|
18
|
+
### Notes
|
|
19
|
+
- If needed for debugging or demos, internal theatre can still be exposed explicitly through environment flags.
|
|
20
|
+
|
|
10
21
|
## [1.3.21] — 2026-06-12 · Leader-Only UX Hotfix
|
|
11
22
|
|
|
12
23
|
### Fixed
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Local-first · Cloud-compatible · One command surface · Internal specialist co
|
|
|
9
9
|
*by [Abdulmoin Hablas](https://portfolio-monopoly63s-projects.vercel.app/)*
|
|
10
10
|
|
|
11
11
|
[](LICENSE)
|
|
12
|
-
[](CHANGELOG.md)
|
|
13
13
|
[](https://nodejs.org)
|
|
14
14
|
[](https://www.typescriptlang.org)
|
|
15
15
|
|