@hybridaione/hybridclaw 0.12.8 → 0.12.10
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 +66 -0
- package/README.md +13 -0
- package/console/dist/assets/chat-99PtDMpR.js +93 -0
- package/console/dist/assets/chat-Bsx9fu6P.css +1 -0
- package/console/dist/assets/cx-D_Ee3160.js +1 -0
- package/console/dist/assets/{index-DON3wuuC.js → index-Oer5XQrC.js} +7 -7
- package/console/dist/assets/{terminal-BQEo_jcm.js → terminal-CCSFrUcy.js} +1 -1
- package/console/dist/index.html +2 -2
- package/container/Dockerfile +3 -3
- package/container/package-lock.json +2 -2
- package/container/package.json +1 -1
- package/dist/agent/prompt-hooks.d.ts.map +1 -1
- package/dist/agent/prompt-hooks.js +2 -1
- package/dist/agent/prompt-hooks.js.map +1 -1
- package/dist/agents/agent-registry.d.ts.map +1 -1
- package/dist/agents/agent-registry.js +1 -9
- package/dist/agents/agent-registry.js.map +1 -1
- package/dist/auth/codex-auth.d.ts.map +1 -1
- package/dist/auth/codex-auth.js +1 -3
- package/dist/auth/codex-auth.js.map +1 -1
- package/dist/channels/discord/prompt-adapter.d.ts.map +1 -1
- package/dist/channels/discord/prompt-adapter.js +1 -3
- package/dist/channels/discord/prompt-adapter.js.map +1 -1
- package/dist/channels/email/metadata.d.ts.map +1 -1
- package/dist/channels/email/metadata.js +1 -4
- package/dist/channels/email/metadata.js.map +1 -1
- package/dist/channels/email/prompt-adapter.d.ts.map +1 -1
- package/dist/channels/email/prompt-adapter.js +1 -3
- package/dist/channels/email/prompt-adapter.js.map +1 -1
- package/dist/channels/imessage/prompt-adapter.d.ts.map +1 -1
- package/dist/channels/imessage/prompt-adapter.js +1 -3
- package/dist/channels/imessage/prompt-adapter.js.map +1 -1
- package/dist/channels/msteams/prompt-adapter.d.ts.map +1 -1
- package/dist/channels/msteams/prompt-adapter.js +1 -3
- package/dist/channels/msteams/prompt-adapter.js.map +1 -1
- package/dist/channels/msteams/utils.d.ts +2 -1
- package/dist/channels/msteams/utils.d.ts.map +1 -1
- package/dist/channels/msteams/utils.js +3 -4
- package/dist/channels/msteams/utils.js.map +1 -1
- package/dist/channels/prompt-adapters.d.ts.map +1 -1
- package/dist/channels/prompt-adapters.js +1 -3
- package/dist/channels/prompt-adapters.js.map +1 -1
- package/dist/channels/telegram/prompt-adapter.d.ts.map +1 -1
- package/dist/channels/telegram/prompt-adapter.js +1 -3
- package/dist/channels/telegram/prompt-adapter.js.map +1 -1
- package/dist/channels/whatsapp/message-store.d.ts.map +1 -1
- package/dist/channels/whatsapp/message-store.js +1 -3
- package/dist/channels/whatsapp/message-store.js.map +1 -1
- package/dist/channels/whatsapp/prompt-adapter.d.ts.map +1 -1
- package/dist/channels/whatsapp/prompt-adapter.js +1 -3
- package/dist/channels/whatsapp/prompt-adapter.js.map +1 -1
- package/dist/config/config.d.ts.map +1 -1
- package/dist/config/config.js.map +1 -1
- package/dist/evals/eval-command.d.ts +69 -0
- package/dist/evals/eval-command.d.ts.map +1 -1
- package/dist/evals/eval-command.js +27 -13
- package/dist/evals/eval-command.js.map +1 -1
- package/dist/evals/eval-profile.d.ts.map +1 -1
- package/dist/evals/eval-profile.js +1 -3
- package/dist/evals/eval-profile.js.map +1 -1
- package/dist/evals/hybridai-skills-command.d.ts +48 -0
- package/dist/evals/hybridai-skills-command.d.ts.map +1 -0
- package/dist/evals/hybridai-skills-command.js +1437 -0
- package/dist/evals/hybridai-skills-command.js.map +1 -0
- package/dist/gateway/auth-token.d.ts +1 -0
- package/dist/gateway/auth-token.d.ts.map +1 -1
- package/dist/gateway/auth-token.js +8 -4
- package/dist/gateway/auth-token.js.map +1 -1
- package/dist/gateway/gateway-http-server.d.ts.map +1 -1
- package/dist/gateway/gateway-http-server.js +70 -16
- package/dist/gateway/gateway-http-server.js.map +1 -1
- package/dist/gateway/gateway-service.d.ts +1 -0
- package/dist/gateway/gateway-service.d.ts.map +1 -1
- package/dist/gateway/gateway-service.js +1 -0
- package/dist/gateway/gateway-service.js.map +1 -1
- package/dist/gateway/gateway-types.d.ts +1 -0
- package/dist/gateway/gateway-types.d.ts.map +1 -1
- package/dist/gateway/gateway-types.js.map +1 -1
- package/dist/gateway/openai-compatible-request.d.ts.map +1 -1
- package/dist/gateway/openai-compatible-request.js +1 -4
- package/dist/gateway/openai-compatible-request.js.map +1 -1
- package/dist/gateway/openai-compatible.d.ts.map +1 -1
- package/dist/gateway/openai-compatible.js +45 -8
- package/dist/gateway/openai-compatible.js.map +1 -1
- package/dist/gateway/skill-commands.js +1 -1
- package/dist/gateway/skill-commands.js.map +1 -1
- package/dist/infra/container-runner.d.ts +1 -1
- package/dist/infra/container-runner.d.ts.map +1 -1
- package/dist/infra/container-runner.js +11 -9
- 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 +1 -1
- package/dist/infra/host-runner.js.map +1 -1
- package/dist/memory/db.d.ts +3 -1
- package/dist/memory/db.d.ts.map +1 -1
- package/dist/memory/db.js +160 -39
- package/dist/memory/db.js.map +1 -1
- package/dist/plugins/plugin-dependencies.d.ts.map +1 -1
- package/dist/plugins/plugin-dependencies.js +1 -4
- package/dist/plugins/plugin-dependencies.js.map +1 -1
- package/dist/providers/model-catalog.js.map +1 -1
- package/dist/session/recent-chat-search.d.ts +7 -0
- package/dist/session/recent-chat-search.d.ts.map +1 -0
- package/dist/session/recent-chat-search.js +23 -0
- package/dist/session/recent-chat-search.js.map +1 -0
- package/dist/session/session-preview.d.ts +2 -0
- package/dist/session/session-preview.d.ts.map +1 -1
- package/dist/session/session-preview.js +46 -0
- package/dist/session/session-preview.js.map +1 -1
- package/dist/utils/normalized-strings.d.ts +2 -0
- package/dist/utils/normalized-strings.d.ts.map +1 -1
- package/dist/utils/normalized-strings.js +6 -0
- package/dist/utils/normalized-strings.js.map +1 -1
- package/docs/chat.html +115 -3
- package/docs/content/README.md +10 -14
- package/docs/content/channels/admin-console.md +3 -1
- package/docs/content/channels/discord.md +1 -1
- package/docs/content/channels/email.md +1 -1
- package/docs/content/channels/imessage.md +3 -3
- package/docs/content/channels/local-config-and-secrets.md +1 -1
- package/docs/content/channels/msteams.md +1 -1
- package/docs/content/channels/slack.md +2 -2
- package/docs/content/channels/telegram.md +1 -1
- package/docs/content/channels/whatsapp.md +1 -1
- package/docs/content/getting-started/first-channel.md +1 -1
- package/docs/content/getting-started/quickstart.md +3 -0
- package/docs/content/guides/skills/README.md +24 -0
- package/docs/content/guides/skills/office.md +4 -2
- package/docs/content/reference/commands.md +25 -1
- package/docs/development/README.md +10 -15
- package/docs/development/getting-started/quickstart.md +3 -0
- package/docs/development/guides/skills/README.md +24 -0
- package/docs/development/guides/skills/office.md +4 -2
- package/docs/development/reference/commands.md +25 -1
- package/docs/static/chat-ui-config.json +4 -0
- package/package.json +1 -1
- package/skills/pdf/SKILL.md +3 -1
- package/skills/pdf/scripts/create_pdf.mjs +146 -29
- package/console/dist/assets/chat-A439MpRy.css +0 -1
- package/console/dist/assets/chat-I6Pguk2e.js +0 -93
- package/console/dist/assets/cx-Dzb14TPi.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,72 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## [0.12.10](https://github.com/HybridAIOne/hybridclaw/tree/v0.12.10)
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- **Web chat conversation search**: The built-in `/chat` sidebar can now search
|
|
10
|
+
recent sessions by title and show contextual match snippets, making it much
|
|
11
|
+
easier to jump back into older browser conversations without paging through
|
|
12
|
+
the default recent list.
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- **Bundled PDF creation handles longer documents cleanly**:
|
|
17
|
+
`skills/pdf/scripts/create_pdf.mjs` now wraps long lines, respects explicit
|
|
18
|
+
`\n` line breaks, and adds pages automatically when content exceeds the
|
|
19
|
+
first page. The bundled PDF skill guidance and office-skills docs now call
|
|
20
|
+
out the improved layout behavior.
|
|
21
|
+
|
|
22
|
+
### Fixed
|
|
23
|
+
|
|
24
|
+
- **Browser chat stays keyboard-ready between turns**: Both the built-in web
|
|
25
|
+
chat and the console chat now restore focus to the composer after streamed
|
|
26
|
+
replies finish, so back-to-back prompts no longer require clicking back into
|
|
27
|
+
the input field.
|
|
28
|
+
- **Artifact downloads survive custom workspace display roots**: Container
|
|
29
|
+
output artifacts are remapped against the active workspace path even when the
|
|
30
|
+
runtime exposes a different display root such as `/app`, keeping generated
|
|
31
|
+
files downloadable and attachable from chat surfaces.
|
|
32
|
+
- **Web chat history search respects authenticated session identity**:
|
|
33
|
+
`/api/chat/recent` title search now uses the signed session subject for
|
|
34
|
+
authenticated browser sessions, restoring recent-search access after the auth
|
|
35
|
+
regression in the initial chat-search rollout.
|
|
36
|
+
|
|
37
|
+
## [0.12.9](https://github.com/HybridAIOne/hybridclaw/tree/v0.12.9)
|
|
38
|
+
|
|
39
|
+
### Added
|
|
40
|
+
|
|
41
|
+
- **HybridAI skills eval suite**: Added `hybridclaw eval hybridai-skills
|
|
42
|
+
[setup|list|run|results]` plus local `/eval hybridai-skills ...` flows that
|
|
43
|
+
harvest the "Try it yourself" prompts from the bundled skills guides into a
|
|
44
|
+
fixture set and grade which documented skill actually fired from the model's
|
|
45
|
+
tool trace. It also includes `--explicit` for
|
|
46
|
+
forced `/<skill> ...` invocation, richer result traces with observed skill,
|
|
47
|
+
artifact presence, and counted tool-call totals, and fresh-agent cleanup so
|
|
48
|
+
temporary eval workspaces, sessions, and audit trails do not accumulate after
|
|
49
|
+
grading.
|
|
50
|
+
|
|
51
|
+
### Changed
|
|
52
|
+
|
|
53
|
+
- **`/admin/gateway` now reloads config instead of restarting the runtime**:
|
|
54
|
+
The browser action now uses `Reload Gateway`, which refreshes runtime config
|
|
55
|
+
and secrets through the admin API without tearing down the enclosing
|
|
56
|
+
workspace container. Local/manual `hybridclaw gateway restart` stays
|
|
57
|
+
available when a full restart is still required.
|
|
58
|
+
|
|
59
|
+
### Fixed
|
|
60
|
+
|
|
61
|
+
- **Unattended eval runs no longer stop on tool approvals**: Eval-profiled
|
|
62
|
+
loopback requests now auto-approve tools end to end, expose execution-session
|
|
63
|
+
and artifact-count response headers for correlation, and let detached local
|
|
64
|
+
eval runs finish without manual approval interruptions.
|
|
65
|
+
- **Agent image builds are quieter in CI**: The container Dockerfile now sets
|
|
66
|
+
`DEBIAN_FRONTEND=noninteractive` for the apt-based image layers and
|
|
67
|
+
Playwright's `install-deps chromium` step, eliminating repeated `debconf`
|
|
68
|
+
frontend fallback warnings during release and snapshot builds without
|
|
69
|
+
changing the installed package set or runtime behavior.
|
|
70
|
+
|
|
5
71
|
## [0.12.8](https://github.com/HybridAIOne/hybridclaw/tree/v0.12.8)
|
|
6
72
|
|
|
7
73
|
### Changed
|
package/README.md
CHANGED
|
@@ -93,6 +93,8 @@ operator and maintainer manual lives at
|
|
|
93
93
|
Once the gateway is running, open HybridClaw locally:
|
|
94
94
|
|
|
95
95
|
- Web Chat: `http://127.0.0.1:9090/chat`
|
|
96
|
+
- Web Chat keeps a recent-session sidebar and can search conversation titles
|
|
97
|
+
with contextual snippets before you reopen an older browser session
|
|
96
98
|
- Admin Console: `http://127.0.0.1:9090/admin` for channels, versioned agent files,
|
|
97
99
|
scheduler, audit, config, and channel-specific instructions
|
|
98
100
|
- Agent Dashboard: `http://127.0.0.1:9090/agents`
|
|
@@ -113,6 +115,11 @@ Once the gateway is running, open HybridClaw locally:
|
|
|
113
115
|
Twilio voice settings, and per-channel instructions that are injected into
|
|
114
116
|
prompts at runtime.
|
|
115
117
|
- `/admin/approvals` manages approval policies from the browser.
|
|
118
|
+
- `/admin/gateway` reloads runtime config and refreshes secrets from the
|
|
119
|
+
browser without tearing down the enclosing workspace container; keep
|
|
120
|
+
`hybridclaw gateway restart` for local/manual full restarts.
|
|
121
|
+
- Generated artifacts remain downloadable and attachable even when the sandbox
|
|
122
|
+
exposes a custom workspace display root such as `/app`.
|
|
116
123
|
- `hybridclaw tui` includes a keyboard-driven approval picker and prints a
|
|
117
124
|
ready-to-run `hybridclaw tui --resume <sessionId>` command on exit.
|
|
118
125
|
- `hybridclaw doctor` checks runtime health including resource hygiene
|
|
@@ -122,6 +129,9 @@ Once the gateway is running, open HybridClaw locally:
|
|
|
122
129
|
`config.json` becomes invalid.
|
|
123
130
|
- `hybridclaw skill import` supports community sources, local directories,
|
|
124
131
|
and `.zip` archives.
|
|
132
|
+
- `hybridclaw eval hybridai-skills` turns the bundled skills pages' "Try it
|
|
133
|
+
yourself" prompts into a local eval suite, and live summaries surface the
|
|
134
|
+
observed skill, artifact presence, and counted tool-call totals.
|
|
125
135
|
- Channel delivery stays predictable: email seeds its first mailbox cursor from
|
|
126
136
|
the current head instead of replaying old inbox mail, retry-aware transports
|
|
127
137
|
honor server `Retry-After` backoff, and WhatsApp startup avoids intermittent
|
|
@@ -137,6 +147,9 @@ Once the gateway is running, open HybridClaw locally:
|
|
|
137
147
|
- Skills can be enabled or disabled globally or per channel from
|
|
138
148
|
`hybridclaw skill enable|disable`, TUI `/skill config`, or the admin
|
|
139
149
|
`Skills` page.
|
|
150
|
+
- Built-in office skills handle longer PDF creation flows cleanly: the bundled
|
|
151
|
+
PDF creator wraps long lines, honors explicit `\n`, and adds pages
|
|
152
|
+
automatically when reports or invoices spill past the first page.
|
|
140
153
|
- Built-in memory can stay standalone or layer with ByteRover, Mem0, Honcho,
|
|
141
154
|
MemPalace, QMD, and GBrain plugins depending on whether you want
|
|
142
155
|
local-first recall, hosted memory, or domain-specific retrieval.
|