hablas-ai 1.3.20 → 1.3.21

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,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ---
9
9
 
10
+ ## [1.3.21] — 2026-06-12 · Leader-Only UX Hotfix
11
+
12
+ ### Fixed
13
+ - Stopped unified runtime debug payloads from appearing in normal user output.
14
+ - Hid internal team theatre by default in the stable line.
15
+ - Preserved internal coordinated execution while keeping **Hablas** as the only visible user-facing speaker.
16
+ - Replaced visible delegation noise with cleaner coordination status during team execution.
17
+ - Tightened Hablas tone to avoid emojis, hype, and filler in normal responses.
18
+
19
+ ### Notes
20
+ - Internal team theatre is now debug-only and can be re-enabled explicitly for inspection.
21
+ - This hotfix targets the reported regression where continuity/team routing leaked internal execution UX to the user.
22
+
10
23
  ## [1.3.20] — 2026-06-12 · Stable Runtime Recovery
11
24
 
12
25
  ### 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: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
12
- [![Version](https://img.shields.io/badge/version-1.3.20-gold.svg)](CHANGELOG.md)
12
+ [![Version](https://img.shields.io/badge/version-1.3.21-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