hablas-ai 1.3.20 → 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 +24 -0
- package/README.md +1 -1
- package/dist/index.js +174 -173
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,30 @@ 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
|
+
|
|
21
|
+
## [1.3.21] — 2026-06-12 · Leader-Only UX Hotfix
|
|
22
|
+
|
|
23
|
+
### Fixed
|
|
24
|
+
- Stopped unified runtime debug payloads from appearing in normal user output.
|
|
25
|
+
- Hid internal team theatre by default in the stable line.
|
|
26
|
+
- Preserved internal coordinated execution while keeping **Hablas** as the only visible user-facing speaker.
|
|
27
|
+
- Replaced visible delegation noise with cleaner coordination status during team execution.
|
|
28
|
+
- Tightened Hablas tone to avoid emojis, hype, and filler in normal responses.
|
|
29
|
+
|
|
30
|
+
### Notes
|
|
31
|
+
- Internal team theatre is now debug-only and can be re-enabled explicitly for inspection.
|
|
32
|
+
- This hotfix targets the reported regression where continuity/team routing leaked internal execution UX to the user.
|
|
33
|
+
|
|
10
34
|
## [1.3.20] — 2026-06-12 · Stable Runtime Recovery
|
|
11
35
|
|
|
12
36
|
### Changed
|
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
|
|