@hybridaione/hybridclaw 0.20.0 → 0.21.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.
- package/CHANGELOG.md +99 -0
- package/README.md +19 -3
- package/console/dist/assets/{chat-ppqniKXc.js → chat-DZIcidEg.js} +27 -27
- package/console/dist/assets/{cx-Ctu98fSy.js → cx-Dqc_1ltZ.js} +1 -1
- package/console/dist/assets/index-DH_jaXi8.js +80 -0
- package/console/dist/assets/index-z7-uHEVk.css +1 -0
- package/console/dist/assets/{terminal-CZP712bZ.js → terminal-BvzXR9aQ.js} +1 -1
- package/console/dist/index.html +3 -3
- package/console/package.json +2 -1
- package/container/npm-shrinkwrap.json +2 -2
- package/container/package-lock.json +2 -2
- package/container/package.json +1 -1
- package/container/shared/skill-policy.js +23 -9
- package/dist/a2a/a2a-outbox-delivery.d.ts +2 -4
- package/dist/a2a/a2a-outbox-delivery.d.ts.map +1 -1
- package/dist/a2a/a2a-outbox-delivery.js +47 -28
- package/dist/a2a/a2a-outbox-delivery.js.map +1 -1
- package/dist/a2a/a2a-outbox-persistence.d.ts.map +1 -1
- package/dist/a2a/a2a-outbox-persistence.js +10 -1
- package/dist/a2a/a2a-outbox-persistence.js.map +1 -1
- package/dist/a2a/identity-resolver-invalidation.d.ts +5 -0
- package/dist/a2a/identity-resolver-invalidation.d.ts.map +1 -0
- package/dist/a2a/identity-resolver-invalidation.js +13 -0
- package/dist/a2a/identity-resolver-invalidation.js.map +1 -0
- package/dist/a2a/identity-resolver.d.ts +5 -0
- package/dist/a2a/identity-resolver.d.ts.map +1 -0
- package/dist/a2a/identity-resolver.js +129 -0
- package/dist/a2a/identity-resolver.js.map +1 -0
- package/dist/a2a/peer-descriptor.d.ts +2 -1
- package/dist/a2a/peer-descriptor.d.ts.map +1 -1
- package/dist/a2a/peer-descriptor.js +25 -12
- package/dist/a2a/peer-descriptor.js.map +1 -1
- package/dist/a2a/runtime.d.ts +2 -0
- package/dist/a2a/runtime.d.ts.map +1 -1
- package/dist/a2a/runtime.js +11 -4
- package/dist/a2a/runtime.js.map +1 -1
- package/dist/a2a/store.d.ts +2 -0
- package/dist/a2a/store.d.ts.map +1 -1
- package/dist/a2a/store.js +85 -13
- package/dist/a2a/store.js.map +1 -1
- package/dist/a2a/trust-ledger.d.ts +1 -0
- package/dist/a2a/trust-ledger.d.ts.map +1 -1
- package/dist/a2a/trust-ledger.js +5 -1
- package/dist/a2a/trust-ledger.js.map +1 -1
- package/dist/agent/executor.d.ts.map +1 -1
- package/dist/agent/executor.js +3 -5
- package/dist/agent/executor.js.map +1 -1
- package/dist/agents/agent-registry.d.ts.map +1 -1
- package/dist/agents/agent-registry.js +3 -1
- package/dist/agents/agent-registry.js.map +1 -1
- package/dist/agents/agent-types.d.ts +2 -0
- package/dist/agents/agent-types.d.ts.map +1 -1
- package/dist/agents/agent-types.js +30 -4
- package/dist/agents/agent-types.js.map +1 -1
- package/dist/audit/audit-events.d.ts.map +1 -1
- package/dist/audit/audit-events.js +6 -0
- package/dist/audit/audit-events.js.map +1 -1
- package/dist/audit/audit-trail.d.ts +3 -0
- package/dist/audit/audit-trail.d.ts.map +1 -1
- package/dist/audit/audit-trail.js +23 -0
- package/dist/audit/audit-trail.js.map +1 -1
- package/dist/auth/codex-auth.d.ts +1 -1
- package/dist/auth/codex-auth.d.ts.map +1 -1
- package/dist/auth/codex-auth.js +4 -2
- package/dist/auth/codex-auth.js.map +1 -1
- package/dist/board/budget-chip.d.ts +3 -1
- package/dist/board/budget-chip.d.ts.map +1 -1
- package/dist/board/budget-chip.js +20 -10
- package/dist/board/budget-chip.js.map +1 -1
- package/dist/channels/imessage/backend-bluebubbles.d.ts.map +1 -1
- package/dist/channels/imessage/backend-bluebubbles.js +15 -7
- package/dist/channels/imessage/backend-bluebubbles.js.map +1 -1
- package/dist/cli/env-command.d.ts +2 -0
- package/dist/cli/env-command.d.ts.map +1 -0
- package/dist/cli/env-command.js +57 -0
- package/dist/cli/env-command.js.map +1 -0
- package/dist/cli/help.d.ts +2 -0
- package/dist/cli/help.d.ts.map +1 -1
- package/dist/cli/help.js +45 -0
- package/dist/cli/help.js.map +1 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +161 -1
- package/dist/cli.js.map +1 -1
- package/dist/command-registry.d.ts.map +1 -1
- package/dist/command-registry.js +255 -4
- package/dist/command-registry.js.map +1 -1
- package/dist/commands/second-opinion-command.d.ts +27 -0
- package/dist/commands/second-opinion-command.d.ts.map +1 -0
- package/dist/commands/second-opinion-command.js +757 -0
- package/dist/commands/second-opinion-command.js.map +1 -0
- package/dist/commands/second-opinion-web-search.d.ts +16 -0
- package/dist/commands/second-opinion-web-search.d.ts.map +1 -0
- package/dist/commands/second-opinion-web-search.js +347 -0
- package/dist/commands/second-opinion-web-search.js.map +1 -0
- package/dist/config/config.d.ts +0 -1
- package/dist/config/config.d.ts.map +1 -1
- package/dist/config/config.js +0 -2
- package/dist/config/config.js.map +1 -1
- package/dist/config/runtime-config.d.ts +3 -2
- package/dist/config/runtime-config.d.ts.map +1 -1
- package/dist/config/runtime-config.js +65 -3
- package/dist/config/runtime-config.js.map +1 -1
- package/dist/config/runtime-env.d.ts +10 -0
- package/dist/config/runtime-env.d.ts.map +1 -0
- package/dist/config/runtime-env.js +149 -0
- package/dist/config/runtime-env.js.map +1 -0
- package/dist/doctor/checks/security.d.ts.map +1 -1
- package/dist/doctor/checks/security.js +46 -0
- package/dist/doctor/checks/security.js.map +1 -1
- package/dist/evals/eval-command.d.ts.map +1 -1
- package/dist/evals/eval-command.js +1 -8
- package/dist/evals/eval-command.js.map +1 -1
- package/dist/evals/hybridai-skills-command.d.ts.map +1 -1
- package/dist/evals/hybridai-skills-command.js +1 -0
- package/dist/evals/hybridai-skills-command.js.map +1 -1
- package/dist/evolution/harness-evolution.d.ts +215 -0
- package/dist/evolution/harness-evolution.d.ts.map +1 -0
- package/dist/evolution/harness-evolution.js +1328 -0
- package/dist/evolution/harness-evolution.js.map +1 -0
- package/dist/gateway/gateway-http-proxy.d.ts.map +1 -1
- package/dist/gateway/gateway-http-proxy.js +15 -6
- package/dist/gateway/gateway-http-proxy.js.map +1 -1
- package/dist/gateway/gateway-http-server.d.ts.map +1 -1
- package/dist/gateway/gateway-http-server.js +153 -7
- package/dist/gateway/gateway-http-server.js.map +1 -1
- package/dist/gateway/gateway-http-utils.d.ts +2 -1
- package/dist/gateway/gateway-http-utils.d.ts.map +1 -1
- package/dist/gateway/gateway-http-utils.js +2 -12
- package/dist/gateway/gateway-http-utils.js.map +1 -1
- package/dist/gateway/gateway-service.d.ts +3 -1
- package/dist/gateway/gateway-service.d.ts.map +1 -1
- package/dist/gateway/gateway-service.js +265 -13
- package/dist/gateway/gateway-service.js.map +1 -1
- package/dist/gateway/gateway-types.d.ts +11 -2
- package/dist/gateway/gateway-types.d.ts.map +1 -1
- package/dist/gateway/gateway-types.js.map +1 -1
- package/dist/gateway/gateway.js +10 -5
- package/dist/gateway/gateway.js.map +1 -1
- package/dist/gateway/proactive-delivery.d.ts +3 -1
- package/dist/gateway/proactive-delivery.d.ts.map +1 -1
- package/dist/gateway/proactive-delivery.js +13 -0
- package/dist/gateway/proactive-delivery.js.map +1 -1
- package/dist/gateway/response-ratings.d.ts +17 -0
- package/dist/gateway/response-ratings.d.ts.map +1 -0
- package/dist/gateway/response-ratings.js +78 -0
- package/dist/gateway/response-ratings.js.map +1 -0
- package/dist/identity/resolver.d.ts +1 -0
- package/dist/identity/resolver.d.ts.map +1 -1
- package/dist/identity/resolver.js +1 -1
- package/dist/identity/resolver.js.map +1 -1
- package/dist/infra/container-runner.d.ts.map +1 -1
- package/dist/infra/container-runner.js +9 -3
- package/dist/infra/container-runner.js.map +1 -1
- package/dist/infra/host-runner.d.ts.map +1 -1
- package/dist/infra/host-runner.js +4 -2
- package/dist/infra/host-runner.js.map +1 -1
- package/dist/infra/worker-signature.d.ts +1 -0
- package/dist/infra/worker-signature.d.ts.map +1 -1
- package/dist/infra/worker-signature.js +1 -0
- package/dist/infra/worker-signature.js.map +1 -1
- package/dist/media/audio-transcription.d.ts.map +1 -1
- package/dist/media/audio-transcription.js +1 -2
- package/dist/media/audio-transcription.js.map +1 -1
- package/dist/media/pdf-context.d.ts.map +1 -1
- package/dist/media/pdf-context.js +1 -2
- package/dist/media/pdf-context.js.map +1 -1
- package/dist/memory/db.d.ts +51 -6
- package/dist/memory/db.d.ts.map +1 -1
- package/dist/memory/db.js +365 -21
- package/dist/memory/db.js.map +1 -1
- package/dist/policy/policy-store.d.ts.map +1 -1
- package/dist/policy/policy-store.js +0 -2
- package/dist/policy/policy-store.js.map +1 -1
- package/dist/providers/auxiliary.d.ts +1 -0
- package/dist/providers/auxiliary.d.ts.map +1 -1
- package/dist/providers/auxiliary.js +10 -27
- package/dist/providers/auxiliary.js.map +1 -1
- package/dist/providers/factory.d.ts.map +1 -1
- package/dist/providers/factory.js +79 -25
- package/dist/providers/factory.js.map +1 -1
- package/dist/scheduler/heartbeat.d.ts.map +1 -1
- package/dist/scheduler/heartbeat.js +7 -8
- package/dist/scheduler/heartbeat.js.map +1 -1
- package/dist/security/media-paths.d.ts +0 -1
- package/dist/security/media-paths.d.ts.map +1 -1
- package/dist/security/media-paths.js +0 -1
- package/dist/security/media-paths.js.map +1 -1
- package/dist/security/mount-config.d.ts +6 -2
- package/dist/security/mount-config.d.ts.map +1 -1
- package/dist/security/mount-config.js +18 -14
- package/dist/security/mount-config.js.map +1 -1
- package/dist/security/redact.d.ts +1 -0
- package/dist/security/redact.d.ts.map +1 -1
- package/dist/security/redact.js +1 -0
- package/dist/security/redact.js.map +1 -1
- package/dist/session/session-trace-export.d.ts +4 -0
- package/dist/session/session-trace-export.d.ts.map +1 -1
- package/dist/session/session-trace-export.js +102 -65
- package/dist/session/session-trace-export.js.map +1 -1
- package/dist/session/session-turn-trace.d.ts +69 -0
- package/dist/session/session-turn-trace.d.ts.map +1 -0
- package/dist/session/session-turn-trace.js +420 -0
- package/dist/session/session-turn-trace.js.map +1 -0
- package/dist/skills/adaptive-skills-types.d.ts +5 -0
- package/dist/skills/adaptive-skills-types.d.ts.map +1 -1
- package/dist/skills/skill-formatters.d.ts.map +1 -1
- package/dist/skills/skill-formatters.js +7 -2
- package/dist/skills/skill-formatters.js.map +1 -1
- package/dist/skills/skill-manifest.d.ts +8 -0
- package/dist/skills/skill-manifest.d.ts.map +1 -1
- package/dist/skills/skill-manifest.js +52 -0
- package/dist/skills/skill-manifest.js.map +1 -1
- package/dist/skills/skills-inspection.d.ts.map +1 -1
- package/dist/skills/skills-inspection.js +5 -0
- package/dist/skills/skills-inspection.js.map +1 -1
- package/dist/skills/skills-lifecycle.d.ts.map +1 -1
- package/dist/skills/skills-lifecycle.js +5 -0
- package/dist/skills/skills-lifecycle.js.map +1 -1
- package/dist/skills/skills-observation.d.ts +6 -0
- package/dist/skills/skills-observation.d.ts.map +1 -1
- package/dist/skills/skills-observation.js +32 -1
- package/dist/skills/skills-observation.js.map +1 -1
- package/dist/skills/skills.d.ts +1 -1
- package/dist/skills/skills.d.ts.map +1 -1
- package/dist/skills/skills.js +1 -0
- package/dist/skills/skills.js.map +1 -1
- package/dist/tui.d.ts.map +1 -1
- package/dist/tui.js +7 -3
- package/dist/tui.js.map +1 -1
- package/dist/types/models.d.ts +1 -1
- package/dist/types/models.d.ts.map +1 -1
- package/dist/types/models.js +1 -0
- package/dist/types/models.js.map +1 -1
- package/dist/types/session.d.ts +14 -0
- package/dist/types/session.d.ts.map +1 -1
- package/dist/utils/number-normalization.d.ts +2 -0
- package/dist/utils/number-normalization.d.ts.map +1 -1
- package/dist/utils/number-normalization.js +24 -0
- package/dist/utils/number-normalization.js.map +1 -1
- package/dist/workspace.d.ts +1 -0
- package/dist/workspace.d.ts.map +1 -1
- package/dist/workspace.js +50 -5
- package/dist/workspace.js.map +1 -1
- package/docs/content/README.md +9 -3
- package/docs/content/agents.md +1 -0
- package/docs/content/channels/admin-console.md +6 -1
- package/docs/content/channels/imessage.md +11 -10
- package/docs/content/developer-guide/README.md +2 -0
- package/docs/content/developer-guide/harness-evolution.md +289 -0
- package/docs/content/extensibility/skills.md +9 -0
- package/docs/content/guides/bundled-skills.md +2 -2
- package/docs/content/guides/skills/README.md +2 -2
- package/docs/content/guides/skills/development.md +95 -1
- package/docs/content/internal/roadmap.md +25 -16
- package/docs/content/manifesto.md +2 -2
- package/docs/content/reference/commands.md +57 -4
- package/docs/content/reference/configuration.md +15 -5
- package/docs/content/reference/diagnostics.md +10 -1
- package/docs/imessage.md +7 -4
- package/docs/static/docs.js +1 -1
- package/npm-shrinkwrap.json +4 -4
- package/package.json +3 -3
- package/plugins/concierge-router/src/command.js +1 -4
- package/skills/fronius/SKILL.md +273 -0
- package/skills/fronius/fronius.cjs +927 -0
- package/skills/homematic/SKILL.md +286 -0
- package/skills/homematic/fixtures/hcu-state.json +86 -0
- package/skills/homematic/homematic.cjs +1021 -0
- package/console/dist/assets/index-CUEYvdos.css +0 -1
- package/console/dist/assets/index-Ca1dVjou.js +0 -80
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,99 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## [0.21.1](https://github.com/HybridAIOne/hybridclaw/tree/v0.21.1) - 2026-05-29
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- **Codex device-code login**: Accepted OpenAI Codex device-code responses that
|
|
10
|
+
return `usercode` instead of `user_code`, and defaulted missing verification
|
|
11
|
+
URLs to the current Codex device login page.
|
|
12
|
+
|
|
13
|
+
## [0.21.0](https://github.com/HybridAIOne/hybridclaw/tree/v0.21.0) - 2026-05-29
|
|
14
|
+
|
|
15
|
+
### Added
|
|
16
|
+
|
|
17
|
+
- **A2A cross-instance transport**: Outbound A2A delivery can resolve
|
|
18
|
+
canonical peer IDs through the local deployment URL or active tunnel URL, the
|
|
19
|
+
public-key trust ledger, and DNS-style discovery, then dispatch over the A2A
|
|
20
|
+
transport with route invalidation and coverage for remote handoff delivery.
|
|
21
|
+
- **Harness evolution loop**: Added `hybridclaw harness-evolve` for
|
|
22
|
+
eval-driven coworker workspace evolution, including seed validation,
|
|
23
|
+
round/rollout summaries, F12 manifest reporting, allowed-surface write
|
|
24
|
+
enforcement, and admin inspection support.
|
|
25
|
+
- **Second-opinion command**: Added `/second-opinion` for stronger-model
|
|
26
|
+
comparison, validation of the last answer, and optional fact-checking with
|
|
27
|
+
web-search evidence. The command refreshes the model catalog, estimates
|
|
28
|
+
context/cost, honors per-agent budgets, and redacts or blocks confidential
|
|
29
|
+
payloads before remote model calls.
|
|
30
|
+
- **Web response ratings**: Added thumbs-up/thumbs-down controls for persisted
|
|
31
|
+
web chat assistant responses, backed by idempotent per-operator ratings,
|
|
32
|
+
`response.rating` observability events, and Adaptive Skills feedback when a
|
|
33
|
+
response maps to a skill observation.
|
|
34
|
+
- **Turn-level audit traces**: Added focused `/audit turn` and `/audit run`
|
|
35
|
+
trace views plus session trace export support for inspecting the exact
|
|
36
|
+
request, response, tool, approval, and audit events around one turn.
|
|
37
|
+
- **Token agent budgets**: Agent budget config now supports token caps in
|
|
38
|
+
addition to USD/EUR spend caps, and board/job budget chips report token
|
|
39
|
+
usage with neutral, warning, and over-budget states.
|
|
40
|
+
- **Per-channel brand-voice profiles**: The `output-guard` plugin can apply
|
|
41
|
+
channel-specific brand-voice profiles, blocked terms, rewrite behavior, and
|
|
42
|
+
guard configuration.
|
|
43
|
+
- **`homematic` skill**: Added Homematic IP Home Control Unit state reads,
|
|
44
|
+
Connect API auth setup payloads, WebSocket message planning, guarded switch,
|
|
45
|
+
thermostat, shutter, scene, and safety-alarm control plans, and offline HCU
|
|
46
|
+
state fixture summaries.
|
|
47
|
+
- **`fronius` skill**: Added Fronius photovoltaic monitoring through local
|
|
48
|
+
Fronius Solar API V1 and Solar.web Query API reads, including local health,
|
|
49
|
+
live power flow, energy rollups, cloud system/device/status endpoints, and
|
|
50
|
+
SecretRef-backed Solar.web access-key headers.
|
|
51
|
+
|
|
52
|
+
### Changed
|
|
53
|
+
|
|
54
|
+
- **Security fallback deprecations**: Added migration warnings for legacy
|
|
55
|
+
BlueBubbles query-param webhook auth, unbound `bearerSecretName` and
|
|
56
|
+
`secretHeaders` injection, and legacy `container.additionalMounts` config.
|
|
57
|
+
Existing setups continue to work during the deprecation window while docs and
|
|
58
|
+
`hybridclaw doctor security` point operators to header auth, bound bearer
|
|
59
|
+
secrets, and `container.binds`.
|
|
60
|
+
- **A2A handoff ownership**: Handoff envelopes now preserve recipient
|
|
61
|
+
ownership and org-chart context so inbox views, persisted threads, and audit
|
|
62
|
+
records can distinguish handoff recipient responsibility from ordinary chat
|
|
63
|
+
routing.
|
|
64
|
+
- **Slash-command rendering**: Web chat treats slash-command output as a
|
|
65
|
+
distinct command-result block instead of rendering it as ordinary assistant
|
|
66
|
+
prose, with stream metadata carried through history reloads.
|
|
67
|
+
- **Admin console dialog behavior**: Console sheets were consolidated into the
|
|
68
|
+
dialog component, exit animation handling moved to the Web Animations API,
|
|
69
|
+
and focus guards were tightened for modal navigation.
|
|
70
|
+
- **Console linting**: Added a console lint script and moved Biome scoping into
|
|
71
|
+
the shared config so root and console checks use the same formatting source
|
|
72
|
+
of truth.
|
|
73
|
+
- **Roadmap status**: Updated internal roadmap status for merged A2A,
|
|
74
|
+
brand-voice, budget-chip, second-opinion, response-rating, harness
|
|
75
|
+
evolution, Homematic, Fronius, and T Cloud Public work, and added follow-up
|
|
76
|
+
rows for AWS, Blink, BYD Battery, Alexa, Hue, skill identity assets/chat
|
|
77
|
+
rendering, and pluggable secret backends.
|
|
78
|
+
|
|
79
|
+
### Fixed
|
|
80
|
+
|
|
81
|
+
- **Unknown provider prefixes**: Provider factory validation now rejects
|
|
82
|
+
unknown provider-prefixed model ids instead of falling through to an
|
|
83
|
+
unintended provider.
|
|
84
|
+
- **Recovered skill tool failures**: Skill evaluations that recover from tool
|
|
85
|
+
failures are classified as partial instead of successful, and the admin
|
|
86
|
+
Skills page surfaces those partial states more clearly.
|
|
87
|
+
- **Idle heartbeat runs**: Heartbeat scheduling skips idle agent runs instead
|
|
88
|
+
of creating empty proactive work.
|
|
89
|
+
- **Web chat newlines**: Assistant message rendering preserves newlines in web
|
|
90
|
+
chat responses.
|
|
91
|
+
- **npm signature audit attestation 404s**: Treat missing npm registry
|
|
92
|
+
attestation endpoint artifacts as best-effort after retries while keeping
|
|
93
|
+
registry signature validation failures fatal.
|
|
94
|
+
- **Release workflow reruns**: Skip `npm publish` when the exact package
|
|
95
|
+
version already exists on npm so release reruns can complete after partial
|
|
96
|
+
publishes.
|
|
97
|
+
|
|
5
98
|
## [0.20.0](https://github.com/HybridAIOne/hybridclaw/tree/v0.20.0) - 2026-05-26
|
|
6
99
|
|
|
7
100
|
### Added
|
|
@@ -72,6 +165,8 @@
|
|
|
72
165
|
- **Skill amendment safety**: Skill amendment generation and application now
|
|
73
166
|
enforce tighter best-practice constraints, clearer formatting, and rollback
|
|
74
167
|
evaluation behavior.
|
|
168
|
+
- **SkillOpt roadmap status**: Roadmap docs reflect the full SkillOpt-lite
|
|
169
|
+
implementation status after the acceptance gates landed.
|
|
75
170
|
- **Auxiliary routing and provider health**: Auxiliary model calls prefer
|
|
76
171
|
healthy local providers when configured and route through health-aware
|
|
77
172
|
fallback decisions.
|
|
@@ -87,6 +182,10 @@
|
|
|
87
182
|
|
|
88
183
|
- **Remote A2A routing bug**: Fixed `sendMessage` delivery for remote A2A
|
|
89
184
|
recipients that were incorrectly treated as local recipients.
|
|
185
|
+
- **Skill CLI runtime bug**: Fixed skill CLI runtime initialization so skill
|
|
186
|
+
commands start with the expected runtime context.
|
|
187
|
+
- **Targeted skill learning bug**: Fixed targeted skill learning so quiet
|
|
188
|
+
learning paths do not emit unnecessary operator-facing output.
|
|
90
189
|
- **Admin SPA navigation bug**: Fixed admin job links that triggered full-page
|
|
91
190
|
reloads instead of staying inside the existing SPA route.
|
|
92
191
|
- **Observability ingest token bug**: Fixed stale observability ingest tokens
|
package/README.md
CHANGED
|
@@ -117,6 +117,9 @@ Once the gateway is running, open HybridClaw locally:
|
|
|
117
117
|
- Web Chat accepts `/btw <question>` side questions while a primary run is
|
|
118
118
|
active, so you can ask an ephemeral follow-up without interrupting the
|
|
119
119
|
current run
|
|
120
|
+
- Web Chat renders slash-command output as command results and lets operators
|
|
121
|
+
rate persisted assistant responses with thumbs-up/down feedback that feeds
|
|
122
|
+
observability and skill-improvement signals
|
|
120
123
|
- Admin Console: `http://127.0.0.1:9090/admin` for channels, versioned agent files,
|
|
121
124
|
scheduler, audit, statistics, config, secrets, output guard, A2A inbox threads, and
|
|
122
125
|
channel-specific instructions
|
|
@@ -147,6 +150,8 @@ Once the gateway is running, open HybridClaw locally:
|
|
|
147
150
|
spend summaries without scanning every stored session on page load.
|
|
148
151
|
- `/admin/agent-scoreboard` ranks agents by observed skill scores, reliability,
|
|
149
152
|
timing, best skills, and CV links.
|
|
153
|
+
- `/audit turn <n>` and `/audit run <runId>` show focused turn traces for
|
|
154
|
+
debugging one request without reading the full session audit stream.
|
|
150
155
|
- `hybridclaw agent config` accepts generated JSON payloads to upsert agent
|
|
151
156
|
metadata, write bootstrap markdown, import profile images into the agent
|
|
152
157
|
workspace, and optionally activate the agent.
|
|
@@ -180,6 +185,9 @@ Once the gateway is running, open HybridClaw locally:
|
|
|
180
185
|
- `/goal` stores a standing completion condition for the current thread and
|
|
181
186
|
queues supervised continuations until the goal is judged complete, paused,
|
|
182
187
|
cleared, interrupted, or blocked by approval policy.
|
|
188
|
+
- `/second-opinion` asks a stronger configured model to compare a question,
|
|
189
|
+
validate the last answer, or fact-check with web-search evidence while
|
|
190
|
+
honoring configured model context, confidentiality, and agent-budget limits.
|
|
183
191
|
- `proactive.delegation.model` can pin delegated work to a different model
|
|
184
192
|
from the parent turn; `/status` shows delegate token totals and local-token
|
|
185
193
|
share when that split is configured.
|
|
@@ -189,11 +197,18 @@ Once the gateway is running, open HybridClaw locally:
|
|
|
189
197
|
Cloudflare Tunnel providers read `NGROK_AUTHTOKEN`, `TS_AUTHKEY`,
|
|
190
198
|
`CLOUDFLARE_TUNNEL_TOKEN`, and Cloudflare certificate credentials from the
|
|
191
199
|
encrypted runtime secret store.
|
|
200
|
+
- A2A cross-instance delivery resolves canonical peer IDs in order from the
|
|
201
|
+
local deployment URL or active tunnel URL, the A2A public-key trust ledger,
|
|
202
|
+
then DNS-style discovery when `HYBRIDCLAW_IDENTITY_DISCOVERY_ZONE` is
|
|
203
|
+
configured.
|
|
192
204
|
- `container.warmPool` keeps a bounded adaptive pool of idle host/container
|
|
193
205
|
runtimes for recently active agents when low cold-start latency matters.
|
|
194
206
|
- `container.persistBashState` controls whether bash tool calls share shell
|
|
195
207
|
state (`cd`, exported env vars, aliases) across turns in the same active
|
|
196
208
|
runtime session; `/admin/config` exposes the same setting as `Persistent bash state`.
|
|
209
|
+
- Agent budget config supports monthly USD/EUR caps and token caps; job and
|
|
210
|
+
board budget chips show neutral, warning, and over-budget states for
|
|
211
|
+
configured agents.
|
|
197
212
|
- `security.confidentialRedactionEnabled` controls whether optional
|
|
198
213
|
`.confidential.yml` rules redact prompts and block matching outbound text;
|
|
199
214
|
`/admin/config` exposes the same setting as `Confidential leak guard`.
|
|
@@ -222,8 +237,8 @@ Once the gateway is running, open HybridClaw locally:
|
|
|
222
237
|
local operators review scanner-blocked skills and record a bypass marker for
|
|
223
238
|
the installed copy when the finding has been accepted.
|
|
224
239
|
- Bundled skills include CRM, finance, infrastructure, monitoring,
|
|
225
|
-
home-automation, fax, local PII redaction, media,
|
|
226
|
-
workflows. Skill setup guides live in the
|
|
240
|
+
home-automation and solar monitoring, fax, local PII redaction, media,
|
|
241
|
+
search, and office workflows. Skill setup guides live in the
|
|
227
242
|
[Skills Catalog](https://hybridaione.github.io/hybridclaw/docs/guides/skills/).
|
|
228
243
|
- The bundled tutorials cover owner, GTM, marketing, sales, DevRel, content,
|
|
229
244
|
invoicing, webinar, and release-launch workflows that can run from the TUI,
|
|
@@ -278,7 +293,8 @@ Once the gateway is running, open HybridClaw locally:
|
|
|
278
293
|
Salesforce inspection, GitHub issue queue processing (`gh-issues`),
|
|
279
294
|
monthly SaaS invoice harvesting (`download-platform-invoices`), Airtable,
|
|
280
295
|
FastBill, Lexware Office, managed or self-hosted Firecrawl, Google Ads, GA4 reporting,
|
|
281
|
-
HeyGen, Hermes3000 long-form writing,
|
|
296
|
+
HeyGen, Hermes3000 long-form writing, Fronius solar monitoring, Homematic
|
|
297
|
+
HCU state/control planning, natural-language warehouse SQL
|
|
282
298
|
(`warehouse-sql`), brand-voice drafting, speech transcription and language
|
|
283
299
|
detection (`speech.transcribe`, `speech.detect-language`), validated
|
|
284
300
|
diagram-as-code creation through `diagram`, and editable Excalidraw diagram
|