@hybridaione/hybridclaw 0.24.2 → 0.24.4

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 (86) hide show
  1. package/CHANGELOG.md +61 -0
  2. package/README.md +1 -1
  3. package/config.example.json +3 -1
  4. package/console/dist/assets/{chat-DUs1uwHA.js → chat-l6mMqTpB.js} +28 -28
  5. package/console/dist/assets/{index-B5qDvpvj.css → index-BF_BYy1U.css} +1 -1
  6. package/console/dist/assets/{index-CddqPFhC.js → index-BM_8rwPN.js} +8 -8
  7. package/console/dist/assets/{terminal-of2FhP0B.js → terminal-BguiTgJZ.js} +1 -1
  8. package/console/dist/index.html +2 -2
  9. package/console/package.json +1 -1
  10. package/container/dist/tools.js +24 -3
  11. package/container/dist/tools.js.map +1 -1
  12. package/container/npm-shrinkwrap.json +2 -2
  13. package/container/package-lock.json +2 -2
  14. package/container/package.json +1 -1
  15. package/container/src/tools.ts +26 -3
  16. package/dist/agent/agent.d.ts.map +1 -1
  17. package/dist/agent/agent.js +17 -11
  18. package/dist/agent/agent.js.map +1 -1
  19. package/dist/auth/codex-auth.d.ts +8 -2
  20. package/dist/auth/codex-auth.d.ts.map +1 -1
  21. package/dist/auth/codex-auth.js +59 -21
  22. package/dist/auth/codex-auth.js.map +1 -1
  23. package/dist/cli.d.ts.map +1 -1
  24. package/dist/cli.js +4 -5
  25. package/dist/cli.js.map +1 -1
  26. package/dist/config/runtime-config.d.ts +2 -0
  27. package/dist/config/runtime-config.d.ts.map +1 -1
  28. package/dist/config/runtime-config.js +4 -0
  29. package/dist/config/runtime-config.js.map +1 -1
  30. package/dist/gateway/gateway-chat-service.d.ts.map +1 -1
  31. package/dist/gateway/gateway-chat-service.js +26 -8
  32. package/dist/gateway/gateway-chat-service.js.map +1 -1
  33. package/dist/gateway/gateway-http-server.d.ts.map +1 -1
  34. package/dist/gateway/gateway-http-server.js +2 -1
  35. package/dist/gateway/gateway-http-server.js.map +1 -1
  36. package/dist/gateway/gateway-log-service.d.ts +17 -0
  37. package/dist/gateway/gateway-log-service.d.ts.map +1 -1
  38. package/dist/gateway/gateway-log-service.js +48 -4
  39. package/dist/gateway/gateway-log-service.js.map +1 -1
  40. package/dist/gateway/gateway-service.d.ts.map +1 -1
  41. package/dist/gateway/gateway-service.js +100 -22
  42. package/dist/gateway/gateway-service.js.map +1 -1
  43. package/dist/infra/container-runner.d.ts.map +1 -1
  44. package/dist/infra/container-runner.js +2 -3
  45. package/dist/infra/container-runner.js.map +1 -1
  46. package/dist/infra/host-runner.d.ts.map +1 -1
  47. package/dist/infra/host-runner.js +2 -3
  48. package/dist/infra/host-runner.js.map +1 -1
  49. package/dist/infra/model-response-debug.d.ts +1 -0
  50. package/dist/infra/model-response-debug.d.ts.map +1 -1
  51. package/dist/infra/model-response-debug.js +21 -2
  52. package/dist/infra/model-response-debug.js.map +1 -1
  53. package/dist/logger-format.d.ts +1 -0
  54. package/dist/logger-format.d.ts.map +1 -1
  55. package/dist/logger-format.js +1 -0
  56. package/dist/logger-format.js.map +1 -1
  57. package/dist/logger.d.ts +7 -0
  58. package/dist/logger.d.ts.map +1 -1
  59. package/dist/logger.js +39 -3
  60. package/dist/logger.js.map +1 -1
  61. package/dist/memory/db.d.ts.map +1 -1
  62. package/dist/memory/db.js +16 -5
  63. package/dist/memory/db.js.map +1 -1
  64. package/dist/providers/codex-discovery.d.ts.map +1 -1
  65. package/dist/providers/codex-discovery.js +47 -16
  66. package/dist/providers/codex-discovery.js.map +1 -1
  67. package/dist/providers/utils.d.ts +7 -1
  68. package/dist/providers/utils.d.ts.map +1 -1
  69. package/dist/providers/utils.js +12 -2
  70. package/dist/providers/utils.js.map +1 -1
  71. package/dist/security/confidential-redact.d.ts +13 -0
  72. package/dist/security/confidential-redact.d.ts.map +1 -1
  73. package/dist/security/confidential-redact.js +47 -8
  74. package/dist/security/confidential-redact.js.map +1 -1
  75. package/dist/security/confidential-runtime.d.ts +14 -6
  76. package/dist/security/confidential-runtime.d.ts.map +1 -1
  77. package/dist/security/confidential-runtime.js +136 -35
  78. package/dist/security/confidential-runtime.js.map +1 -1
  79. package/docs/content/README.md +10 -9
  80. package/docs/content/guides/hatching-task-ideas.md +1 -1
  81. package/docs/index.html +19 -19
  82. package/npm-shrinkwrap.json +5 -5
  83. package/package.json +1 -1
  84. package/templates/BOOTSTRAP.md +17 -13
  85. package/templates/TASK_IDEAS.md +1 -1
  86. package/templates/USER.md +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,67 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## [0.24.4](https://github.com/HybridAIOne/hybridclaw/tree/v0.24.4) - 2026-06-16
6
+
7
+ ### Added
8
+
9
+ - **Admin logging modes**: The admin Logs page can switch logging Off, On, or
10
+ Debug from the console, persist the runtime config, reload the gateway, and
11
+ keep selected log tails pinned to the newest content after load or refresh.
12
+
13
+ ### Changed
14
+
15
+ - **Admin Logs readability**: The Logs page gives the detail panel more room,
16
+ avoids duplicate path display, keeps the selected path visible in metadata,
17
+ strips ANSI color from tails, aligns mid-file tails, and shows full local
18
+ dates in formatted timestamps.
19
+ - **Runtime logging config**: Request logging and model-response debug capture
20
+ are controlled through `ops.logRequests` and `ops.debugModelResponses` while
21
+ preserving environment and CLI startup overrides.
22
+
23
+ ### Fixed
24
+
25
+ - **Admin dropdown selection**: Controlled native selects now apply the first
26
+ chosen option immediately by marking fields touched through React
27
+ change/blur handling instead of wrapper-level native listeners.
28
+ - **GPT-5 onboarding email send**: GPT-5-family hatching prompts now tell the
29
+ agent to send the welcome message once basic user info and a valid email
30
+ address are present, without showing a draft or asking for another
31
+ confirmation.
32
+ - **Logging mode save feedback**: The Logs page checks gateway reload
33
+ responses before reporting logging mode updates as saved and refreshes the
34
+ effective runtime state after save.
35
+
36
+ ## [0.24.3](https://github.com/HybridAIOne/hybridclaw/tree/v0.24.3) - 2026-06-15
37
+
38
+ ### Changed
39
+
40
+ - **Hatching conversation flow**: Agent hatching now stays conversational and
41
+ uses a tailored first-email subject instead of a fixed default. Web chat
42
+ reflects gateway-owned hatching autostart with a thinking state and refreshed
43
+ history instead of injecting a hidden kickoff message from the browser.
44
+
45
+ ### Fixed
46
+
47
+ - **Confidential audit metadata**: Confidential masking and rehydration now
48
+ write metadata-only audit events with redaction counts, class summaries, and
49
+ surface names while keeping raw secret and client values out of the audit
50
+ wire log.
51
+ - **Codex model discovery recovery**: Codex model discovery force-refreshes
52
+ stale credentials after authorization failures, can re-import the Codex CLI
53
+ auth store when refresh requires relogin, and avoids caching empty model
54
+ lists after rejected credentials.
55
+ - **Hatching chat continuity**: Switched-agent hatching turns now keep the full
56
+ prior chat history in context, avoid repeating onboarding after the prelude,
57
+ and reload browser history so gateway-authored hatching messages appear
58
+ immediately.
59
+ - **Legacy audit user actors**: Structured audit queries canonicalize legacy
60
+ plain user ids as local user actors and validate the normalized actor before
61
+ indexing.
62
+ - **Container edit compatibility**: The container `edit` tool accepts
63
+ model-generated `old_text` and `new_text` aliases in addition to the primary
64
+ replacement fields.
65
+
5
66
  ## [0.24.2](https://github.com/HybridAIOne/hybridclaw/tree/v0.24.2) - 2026-06-14
6
67
 
7
68
  ### Added
package/README.md CHANGED
@@ -211,7 +211,7 @@ Core pieces:
211
211
  | Build desktop releases | [Desktop Release Builds](https://hybridaione.github.io/hybridclaw/docs/developer-guide/desktop-release) |
212
212
  | Contribute | [CONTRIBUTING.md](./CONTRIBUTING.md), [docs/content/README.md](./docs/content/README.md) |
213
213
 
214
- Latest release: [v0.24.2](https://github.com/HybridAIOne/hybridclaw/releases/tag/v0.24.2).
214
+ Latest release: [v0.24.4](https://github.com/HybridAIOne/hybridclaw/releases/tag/v0.24.4).
215
215
  Release notes: [CHANGELOG.md](./CHANGELOG.md)
216
216
 
217
217
  ## Development
@@ -581,7 +581,9 @@
581
581
  "gatewayBaseUrl": "http://127.0.0.1:9090",
582
582
  "gatewayApiToken": "",
583
583
  "dbPath": "~/.hybridclaw/data/hybridclaw.db",
584
- "logLevel": "info"
584
+ "logLevel": "info",
585
+ "logRequests": false,
586
+ "debugModelResponses": false
585
587
  },
586
588
  "observability": {
587
589
  "enabled": true,