@nanhara/hara 0.132.0 → 0.132.1

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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ All notable changes to `@nanhara/hara`.
5
5
  > Versioning (pre-1.0, SemVer-style): the **minor** (middle) number bumps for a **new feature**; the
6
6
  > **patch** (last) number bumps for **optimizations/fixes of existing features**.
7
7
 
8
+ ## 0.132.1 — 2026-07-22 — stable native release gates
9
+
10
+ - Native release tests now wait for observable child-process and terminal-render handshakes within explicit
11
+ upper bounds instead of assuming fixed startup delays. This removes an Intel macOS runner race that could
12
+ read fixture state before Node or Ink had started while preserving the timeout, process-tree cleanup, MCP
13
+ diagnostic-boundary, and command-history assertions.
14
+ - This patch carries the observable gateway status, scoped web proxy, full config redaction, and
15
+ user-managed organization connection features introduced in 0.132.0 into the verified standalone and
16
+ Desktop release train. Upgrade with `npm i -g @nanhara/hara@0.132.1`.
17
+
8
18
  ## 0.132.0 — 2026-07-22 — observable chat gateways and scoped web proxies
9
19
 
10
20
  - `hara gateway status --platform <name>` now reports redacted credential readability, the live
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanhara/hara",
3
- "version": "0.132.0",
3
+ "version": "0.132.1",
4
4
  "description": "hara — a coding agent CLI that runs like an engineering org.",
5
5
  "bin": {
6
6
  "hara": "runtime-bootstrap.cjs"