@indigoai-us/hq-cli 5.103.9 → 5.103.11

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,33 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [5.103.11] — 2026-08-20
6
+
7
+ ### Reverted
8
+
9
+ - Reverted the 5.103.10 stop-gate anti-filler wording (#419). Demanding that an
10
+ agent "emit zero characters" after the checkpoint moved the noise instead of
11
+ removing it: agents that had stopped appending a meta-note began emitting a
12
+ bare `<br>` — markup they took to render as nothing — so the dangling line
13
+ under the reply survived in a third form. Each tightening only selects the
14
+ next-smallest token, so the wording lever is abandoned here and the branch
15
+ returns to its 5.103.9 text. The underlying conflict is structural: the gate
16
+ asks for silence at the one moment a model is least able to produce it, and
17
+ it only asks because it blocks AFTER a reply is already delivered. Fixing
18
+ that properly means not blocking in the already-replied case at all.
19
+
20
+ ## [5.103.10] — 2026-08-20
21
+
22
+ ### Fixed
23
+
24
+ - The checkpoint stop-gate's already-replied branch no longer leaves a dangling
25
+ filler line under the reply. "Add no further text" was being satisfied with a
26
+ meta-note (`(reply already delivered above - turn complete)`) instead of
27
+ silence, which is the same visible-noise defect as repeating the reply. Both
28
+ the gate reason and the `hq core checkpoint` reminder now rule out the
29
+ sign-off / acknowledgement / meta-comment class by name and state that
30
+ emitting nothing is the correct finished state.
31
+
5
32
  ## [5.103.9] — 2026-08-20
6
33
 
7
34
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigoai-us/hq-cli",
3
- "version": "5.103.9",
3
+ "version": "5.103.11",
4
4
  "description": "HQ by Indigo management CLI — modules and cloud sync",
5
5
  "main": "dist/index.js",
6
6
  "bin": {