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 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: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
12
- [![Version](https://img.shields.io/badge/version-1.3.21-gold.svg)](CHANGELOG.md)
12
+ [![Version](https://img.shields.io/badge/version-1.3.22-gold.svg)](CHANGELOG.md)
13
13
  [![Node.js](https://img.shields.io/badge/Node.js-20%2B-green.svg)](https://nodejs.org)
14
14
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.5-blue.svg)](https://www.typescriptlang.org)
15
15