@hybridaione/hybridclaw 0.21.1 → 0.22.0
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/AGENTS.md +6 -0
- package/CHANGELOG.md +58 -0
- package/README.md +9 -0
- package/console/dist/assets/chat-D-0oOWq6.js +94 -0
- package/console/dist/assets/index-SFw3GH_b.js +80 -0
- package/console/dist/assets/{query-RUG48qgh.js → query-ME417NFS.js} +1 -1
- package/console/dist/assets/rolldown-runtime-Bh1tDfsg.js +1 -0
- package/console/dist/assets/router-BkmmjtJ_.js +1 -0
- package/console/dist/assets/terminal-CaRX6YXB.js +7 -0
- package/console/dist/assets/terminal-p-Sr8mRs.js +1 -0
- package/console/dist/assets/{vendor-C4MCdPcq.js → vendor-WdvgvXHT.js} +3 -3
- package/console/dist/index.html +5 -6
- package/console/package.json +1 -1
- package/container/npm-shrinkwrap.json +119 -217
- package/container/package-lock.json +119 -217
- package/container/package.json +7 -7
- package/dist/audit/audit-events.d.ts.map +1 -1
- package/dist/audit/audit-events.js +18 -1
- package/dist/audit/audit-events.js.map +1 -1
- package/dist/auth/codex-auth.d.ts +1 -0
- package/dist/auth/codex-auth.d.ts.map +1 -1
- package/dist/auth/codex-auth.js +3 -2
- package/dist/auth/codex-auth.js.map +1 -1
- package/dist/cli.d.ts +1 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +101 -27
- package/dist/cli.js.map +1 -1
- package/dist/config/runtime-config.d.ts +9 -0
- package/dist/config/runtime-config.d.ts.map +1 -1
- package/dist/config/runtime-config.js +20 -0
- package/dist/config/runtime-config.js.map +1 -1
- package/dist/gateway/gateway.js +57 -1
- package/dist/gateway/gateway.js.map +1 -1
- package/dist/infra/container-setup.d.ts.map +1 -1
- package/dist/infra/container-setup.js +39 -28
- package/dist/infra/container-setup.js.map +1 -1
- package/dist/infra/progress-indicator.d.ts +7 -0
- package/dist/infra/progress-indicator.d.ts.map +1 -0
- package/dist/infra/progress-indicator.js +72 -0
- package/dist/infra/progress-indicator.js.map +1 -0
- package/dist/node-version-guard.d.ts +11 -0
- package/dist/node-version-guard.d.ts.map +1 -0
- package/dist/node-version-guard.js +34 -0
- package/dist/node-version-guard.js.map +1 -0
- package/dist/onboarding.d.ts.map +1 -1
- package/dist/onboarding.js +4 -4
- package/dist/onboarding.js.map +1 -1
- package/dist/plugins/plugin-manager.d.ts.map +1 -1
- package/dist/plugins/plugin-manager.js +5 -2
- package/dist/plugins/plugin-manager.js.map +1 -1
- package/dist/session/session-trace-export.d.ts.map +1 -1
- package/dist/session/session-trace-export.js +10 -43
- package/dist/session/session-trace-export.js.map +1 -1
- package/dist/session/session-turn-trace.d.ts.map +1 -1
- package/dist/session/session-turn-trace.js +20 -7
- package/dist/session/session-turn-trace.js.map +1 -1
- package/dist/update.d.ts +2 -0
- package/dist/update.d.ts.map +1 -1
- package/dist/update.js +161 -3
- package/dist/update.js.map +1 -1
- package/docs/content/developer-guide/runtime.md +2 -0
- package/docs/content/getting-started/installation.md +41 -0
- package/docs/content/internal/roadmap.md +1 -1
- package/docs/content/reference/commands.md +14 -0
- package/npm-shrinkwrap.json +1333 -1318
- package/package.json +14 -9
- package/skills/alexa/SKILL.md +518 -0
- package/skills/alexa/alexa-auth.cjs +1239 -0
- package/skills/alexa/alexa.cjs +2583 -0
- package/console/dist/assets/chat-DZIcidEg.js +0 -94
- package/console/dist/assets/cx-Dqc_1ltZ.js +0 -1
- package/console/dist/assets/index-DH_jaXi8.js +0 -80
- package/console/dist/assets/rolldown-runtime-DF2fYuay.js +0 -1
- package/console/dist/assets/router-BU9baKrP.js +0 -1
- package/console/dist/assets/terminal-BvzXR9aQ.js +0 -1
- package/console/dist/assets/terminal-CzORQPl2.js +0 -7
package/AGENTS.md
CHANGED
|
@@ -218,9 +218,15 @@ hybridclaw gateway status # gateway liveness, PID, build/version dia
|
|
|
218
218
|
task requires wider movement.
|
|
219
219
|
- Match the existing TypeScript + ESM patterns in the touched area.
|
|
220
220
|
- Update tests and docs when behavior, commands, or repo workflows change.
|
|
221
|
+
- Before creating, editing, or optimizing a skill, read
|
|
222
|
+
`docs/content/extensibility/skills.md` and follow its helper, command-surface,
|
|
223
|
+
approval, credential, gateway, and testing guidance.
|
|
221
224
|
- When implementing a new feature, ask before keeping any compatibility shim,
|
|
222
225
|
migration fallback, legacy alias, or feature flag solely for backward
|
|
223
226
|
compatibility.
|
|
227
|
+
- Do not preserve compatibility for previous internal states of a new,
|
|
228
|
+
unreleased feature. Remove provisional names, aliases, and workflows instead
|
|
229
|
+
of carrying them forward.
|
|
224
230
|
- Do not rename or relocate files in `templates/` without updating
|
|
225
231
|
`src/workspace.ts` and the workspace bootstrap tests.
|
|
226
232
|
- Do not mix container and gateway changes in one commit unless they are
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,64 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## [0.22.0](https://github.com/HybridAIOne/hybridclaw/tree/v0.22.0) - 2026-06-05
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- **One-line installer**: Added `scripts/install.sh` for Linux/macOS bootstrap
|
|
10
|
+
installs that ensure Node.js 22, install the global CLI, check Docker, and
|
|
11
|
+
optionally run onboarding without requiring `sudo`. Installation docs now
|
|
12
|
+
cover dry-run, pinned-version, no-prompt, verification, WSL2, and Alpine
|
|
13
|
+
usage.
|
|
14
|
+
- **Interactive startup update prompt**: Starting HybridClaw on a terminal
|
|
15
|
+
(`hybridclaw tui`, `hybridclaw gateway`, or `hybridclaw gateway start`) now
|
|
16
|
+
checks for a newer published release and offers a yes/no prompt to update
|
|
17
|
+
before continuing. Skipped for non-interactive shells and source checkouts.
|
|
18
|
+
- **`alexa` skill**: Added Alexa Skills Kit request verification, TTS-safe
|
|
19
|
+
response building, account-link session exchange, guarded Smart Home API
|
|
20
|
+
plans, and opt-in Alexa Remote workflows for devices, lists, announcements,
|
|
21
|
+
music playback, routines, and voice-command execution.
|
|
22
|
+
- **Gateway Docker startup recovery**: Interactive gateway and TUI startup can
|
|
23
|
+
recover from missing Docker, unavailable Docker daemons, and Docker permission
|
|
24
|
+
failures by retrying after the operator starts Docker or by continuing in
|
|
25
|
+
host mode for the current run only.
|
|
26
|
+
- **Agent runtime setup progress**: Container image pull/build operations now
|
|
27
|
+
show concise interactive progress for first-time setup, refreshes, and stale
|
|
28
|
+
runtime updates, with a `HYBRIDCLAW_NO_SPINNER=1` fallback for plain output.
|
|
29
|
+
|
|
30
|
+
### Changed
|
|
31
|
+
|
|
32
|
+
- **Full audit trace tool results**: Tool execution audit events now retain
|
|
33
|
+
redacted full result text for `/audit turn` and ATIF trace exports, with
|
|
34
|
+
`audit.toolResults.mode` and `audit.toolResults.maxChars` config available
|
|
35
|
+
when operators need truncation.
|
|
36
|
+
- **Node.js runtime guard**: CLI startup now fails fast on unsupported Node.js
|
|
37
|
+
versions instead of allowing later dependency/runtime failures under an
|
|
38
|
+
incompatible engine.
|
|
39
|
+
- **Test and CI wiring**: Docker-dependent e2e coverage is self-gating, while
|
|
40
|
+
container startup recovery, Node version guards, update prompts, audit
|
|
41
|
+
exports, and Alexa helpers gained targeted test coverage.
|
|
42
|
+
|
|
43
|
+
### Fixed
|
|
44
|
+
|
|
45
|
+
- **Provider onboarding secret exposure**: Provider API keys entered during
|
|
46
|
+
onboarding are masked instead of echoed in terminal prompts or summaries.
|
|
47
|
+
- **WhatsApp config reloads**: Gateway config changes now restart the WhatsApp
|
|
48
|
+
integration so pairing and policy updates take effect without a full gateway
|
|
49
|
+
restart.
|
|
50
|
+
- **OpenAI Codex auth compatibility**: Codex device-code auth now sends the
|
|
51
|
+
official `codex_cli_rs` originator and accepts responses that use `usercode`
|
|
52
|
+
instead of `user_code`.
|
|
53
|
+
- **TypeScript plugin loading**: Runtime plugin loading handles `.ts` plugin
|
|
54
|
+
entrypoints through `amaro` for Node.js 22.x compatibility.
|
|
55
|
+
- **Console theme initialization**: The admin console applies the configured
|
|
56
|
+
theme on every route instead of only initializing it from the admin shell.
|
|
57
|
+
- **Scheduler noop TUI delivery**: Scheduled tasks that report heartbeat or
|
|
58
|
+
idle/no-work results no longer create unnecessary proactive TUI deliveries.
|
|
59
|
+
- **Dependency audit advisories**: In-range and breaking dependency updates
|
|
60
|
+
clear high-severity transitive advisories while keeping release signature
|
|
61
|
+
audit baselines aligned.
|
|
62
|
+
|
|
5
63
|
## [0.21.1](https://github.com/HybridAIOne/hybridclaw/tree/v0.21.1) - 2026-05-29
|
|
6
64
|
|
|
7
65
|
### Fixed
|
package/README.md
CHANGED
|
@@ -68,6 +68,15 @@ HybridAI adds:
|
|
|
68
68
|
|
|
69
69
|
## Get running in 2 minutes
|
|
70
70
|
|
|
71
|
+
One-line install on Linux/macOS (ensures Node 22, installs the CLI, runs
|
|
72
|
+
onboarding):
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
curl -fsSL https://raw.githubusercontent.com/HybridAIOne/hybridclaw/main/scripts/install.sh | bash
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
Or do it by hand with npm:
|
|
79
|
+
|
|
71
80
|
```bash
|
|
72
81
|
npm install -g @hybridaione/hybridclaw
|
|
73
82
|
hybridclaw onboarding
|