denchclaw 2.0.6 → 2.0.8
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/README.md +9 -3
- package/apps/web/.next/standalone/apps/web/.next/BUILD_ID +1 -1
- package/apps/web/.next/standalone/apps/web/.next/app-build-manifest.json +233 -225
- package/apps/web/.next/standalone/apps/web/.next/app-path-routes-manifest.json +29 -28
- package/apps/web/.next/standalone/apps/web/.next/build-manifest.json +6 -6
- package/apps/web/.next/standalone/apps/web/.next/react-loadable-manifest.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/required-server-files.json +3 -3
- package/apps/web/.next/standalone/apps/web/.next/server/app/_not-found/page.js +2 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/_not-found.html +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/_not-found.rsc +2 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/active/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/active/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/route.js +2 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/stop/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/stop/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/stream/route.js +2 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/stream/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/subagents/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/subagents/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/jobs/[jobId]/runs/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/jobs/[jobId]/runs/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/jobs/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/jobs/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/runs/[sessionId]/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/runs/[sessionId]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/runs/search-transcript/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/runs/search-transcript/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/feedback/route.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/feedback/route.js.nft.json +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/feedback/route_client-reference-manifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/memories/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/memories/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/profiles/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/profiles/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/profiles/switch/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/profiles/switch/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/sessions/[sessionId]/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/sessions/[sessionId]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/sessions/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/skills/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/skills/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/[id]/messages/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/[id]/messages/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/[id]/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/[id]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/assets/[...path]/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/assets/[...path]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/browse/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/browse/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/browse-file/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/browse-file/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/context/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/context/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/copy/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/copy/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/db/introspect/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/db/introspect/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/db/query/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/db/query/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/delete/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/delete/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/file/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/file/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/init/route.js +2 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/init/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/list/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/list/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/mkdir/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/mkdir/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/move/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/move/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/display-field/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/display-field/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/[id]/route.js +2 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/[id]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/bulk-delete/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/bulk-delete/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/options/route.js +2 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/options/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/fields/[fieldId]/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/fields/[fieldId]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/fields/reorder/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/fields/reorder/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/route.js +2 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/views/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/views/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/open-file/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/open-file/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/path-info/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/path-info/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/query/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/query/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/raw-file/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/raw-file/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/rename/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/rename/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/reports/execute/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/reports/execute/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/search-index/route.js +2 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/search-index/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/suggest-files/route.js +2 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/suggest-files/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/switch/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/switch/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/thumbnail/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/thumbnail/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/tree/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/tree/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/upload/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/upload/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/virtual-file/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/virtual-file/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/watch/route.js +2 -2
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/watch/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/write-binary/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/write-binary/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/index.html +1 -72
- package/apps/web/.next/standalone/apps/web/.next/server/app/index.rsc +3 -3
- package/apps/web/.next/standalone/apps/web/.next/server/app/page.js +3 -3
- package/apps/web/.next/standalone/apps/web/.next/server/app/page.js.nft.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/workspace/page.js +14 -14
- package/apps/web/.next/standalone/apps/web/.next/server/app/workspace/page.js.nft.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/workspace/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/workspace.html +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/workspace.rsc +3 -3
- package/apps/web/.next/standalone/apps/web/.next/server/app-paths-manifest.json +29 -28
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/5334.js +9 -0
- package/apps/web/.next/standalone/apps/web/.next/server/functions-config-manifest.json +19 -18
- package/apps/web/.next/standalone/apps/web/.next/server/middleware-build-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/pages/404.html +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/pages/500.html +1 -1
- package/apps/web/.next/standalone/apps/web/.next/static/_8L73FbiTvTDeQfyyo9Kx/_buildManifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/{9978-a2bf90231d08284f.js → 4988-a31fb680255d2e53.js} +3 -3
- package/apps/web/.next/{static/chunks/7597.6cb599051f1a46f7.js → standalone/apps/web/.next/static/chunks/9978.7ad588863427f502.js} +1 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/_not-found/page-23e70510b8d52088.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/active/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/stop/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/stream/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/subagents/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/jobs/[jobId]/runs/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/jobs/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/runs/[sessionId]/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/runs/search-transcript/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/feedback/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/memories/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/profiles/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/profiles/switch/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sessions/[sessionId]/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sessions/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/skills/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/[id]/messages/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/[id]/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/assets/[...path]/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/browse/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/browse-file/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/context/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/copy/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/db/introspect/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/db/query/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/delete/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/file/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/init/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/list/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/mkdir/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/move/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/display-field/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/bulk-delete/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/options/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/reorder/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/views/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/open-file/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/path-info/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/query/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/raw-file/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/rename/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/reports/execute/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/search-index/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/suggest-files/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/switch/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/thumbnail/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/tree/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/upload/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/virtual-file/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/watch/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/write-binary/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/layout-4d0405acdb5ee8e5.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/page-b213929ad6255c65.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/workspace/{page-a9c68aaa3f71a7fe.js → page-ad24ce15d77e044d.js} +1 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/df90ee31-b8ee23eaa0135739.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/main-app-c71b105c32544ad9.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/{webpack-1032d39338965700.js → webpack-38d8ef58f812737b.js} +1 -1
- package/apps/web/.next/standalone/apps/web/public/fonts/Bookerly-Bold.ttf +0 -0
- package/apps/web/.next/standalone/apps/web/public/fonts/Bookerly-BoldItalic.ttf +0 -0
- package/apps/web/.next/standalone/apps/web/public/fonts/Bookerly-Regular.ttf +0 -0
- package/apps/web/.next/standalone/apps/web/public/fonts/Bookerly-RegularItalic.ttf +0 -0
- package/apps/web/.next/standalone/apps/web/server.js +1 -1
- package/apps/web/.next/standalone/package.json +2 -1
- package/apps/web/.next/static/_8L73FbiTvTDeQfyyo9Kx/_buildManifest.js +1 -0
- package/apps/web/.next/static/chunks/{9978-a2bf90231d08284f.js → 4988-a31fb680255d2e53.js} +3 -3
- package/apps/web/.next/{standalone/apps/web/.next/static/chunks/7597.6cb599051f1a46f7.js → static/chunks/9978.7ad588863427f502.js} +1 -1
- package/apps/web/.next/static/chunks/app/_not-found/page-23e70510b8d52088.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/active/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/stop/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/stream/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/subagents/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/jobs/[jobId]/runs/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/jobs/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/runs/[sessionId]/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/runs/search-transcript/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/feedback/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/memories/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/profiles/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/profiles/switch/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/sessions/[sessionId]/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/sessions/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/skills/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/web-sessions/[id]/messages/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/web-sessions/[id]/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/web-sessions/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/assets/[...path]/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/browse/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/browse-file/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/context/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/copy/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/db/introspect/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/db/query/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/delete/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/file/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/init/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/list/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/mkdir/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/move/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/display-field/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/bulk-delete/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/options/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/reorder/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/views/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/open-file/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/path-info/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/query/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/raw-file/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/rename/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/reports/execute/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/search-index/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/suggest-files/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/switch/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/thumbnail/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/tree/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/upload/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/virtual-file/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/watch/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/write-binary/route-ff99b057da8a00ed.js +1 -0
- package/apps/web/.next/static/chunks/app/layout-4d0405acdb5ee8e5.js +1 -0
- package/apps/web/.next/static/chunks/app/page-b213929ad6255c65.js +1 -0
- package/apps/web/.next/static/chunks/app/workspace/{page-a9c68aaa3f71a7fe.js → page-ad24ce15d77e044d.js} +1 -1
- package/apps/web/.next/static/chunks/df90ee31-b8ee23eaa0135739.js +1 -0
- package/apps/web/.next/static/chunks/main-app-c71b105c32544ad9.js +1 -0
- package/apps/web/.next/static/chunks/{webpack-1032d39338965700.js → webpack-38d8ef58f812737b.js} +1 -1
- package/apps/web/public/fonts/Bookerly-Bold.ttf +0 -0
- package/apps/web/public/fonts/Bookerly-BoldItalic.ttf +0 -0
- package/apps/web/public/fonts/Bookerly-Regular.ttf +0 -0
- package/apps/web/public/fonts/Bookerly-RegularItalic.ttf +0 -0
- package/dist/{cli-name-yhDyCrts.js → cli-name-YmLsNGR6.js} +1 -1
- package/dist/entry.js +3 -2
- package/dist/{program-CVEqiDmd.js → program-BYwTE_Ot.js} +602 -26
- package/dist/{run-main-CBWtZaUl.js → run-main-CWe8UBRN.js} +4 -4
- package/dist/{telemetry-UyOfXAoS.js → telemetry-CwRnbZ2F.js} +3 -2
- package/extensions/bluebubbles/node_modules/.bin/ironclaw +21 -0
- package/extensions/copilot-proxy/node_modules/.bin/ironclaw +21 -0
- package/extensions/diagnostics-otel/node_modules/.bin/ironclaw +21 -0
- package/extensions/discord/node_modules/.bin/ironclaw +21 -0
- package/extensions/feishu/node_modules/.bin/ironclaw +21 -0
- package/extensions/google-antigravity-auth/node_modules/.bin/ironclaw +21 -0
- package/extensions/google-gemini-cli-auth/node_modules/.bin/ironclaw +21 -0
- package/extensions/googlechat/node_modules/.bin/ironclaw +21 -0
- package/extensions/imessage/node_modules/.bin/ironclaw +21 -0
- package/extensions/irc/node_modules/.bin/ironclaw +21 -0
- package/extensions/line/node_modules/.bin/ironclaw +21 -0
- package/extensions/llm-task/node_modules/.bin/ironclaw +21 -0
- package/extensions/lobster/node_modules/.bin/ironclaw +21 -0
- package/extensions/matrix/node_modules/.bin/ironclaw +21 -0
- package/extensions/matrix/node_modules/.bin/markdown-it +21 -0
- package/extensions/mattermost/node_modules/.bin/ironclaw +21 -0
- package/extensions/memory-core/node_modules/.bin/ironclaw +21 -0
- package/extensions/memory-lancedb/node_modules/.bin/ironclaw +21 -0
- package/extensions/memory-lancedb/node_modules/.bin/openai +21 -0
- package/extensions/minimax-portal-auth/node_modules/.bin/ironclaw +21 -0
- package/extensions/msteams/node_modules/.bin/ironclaw +21 -0
- package/extensions/nextcloud-talk/node_modules/.bin/ironclaw +21 -0
- package/extensions/nostr/node_modules/.bin/ironclaw +21 -0
- package/extensions/open-prose/node_modules/.bin/ironclaw +21 -0
- package/extensions/posthog-analytics/index.ts +162 -0
- package/extensions/posthog-analytics/lib/event-mappers.ts +391 -0
- package/extensions/posthog-analytics/lib/posthog-client.ts +81 -0
- package/extensions/posthog-analytics/lib/privacy.ts +218 -0
- package/extensions/posthog-analytics/lib/trace-context.ts +103 -0
- package/extensions/posthog-analytics/lib/types.ts +28 -0
- package/extensions/posthog-analytics/openclaw.plugin.json +22 -0
- package/extensions/posthog-analytics/package.json +8 -0
- package/extensions/signal/node_modules/.bin/ironclaw +21 -0
- package/extensions/slack/node_modules/.bin/ironclaw +21 -0
- package/extensions/synology-chat/node_modules/.bin/ironclaw +21 -0
- package/extensions/telegram/node_modules/.bin/ironclaw +21 -0
- package/extensions/tlon/node_modules/.bin/ironclaw +21 -0
- package/extensions/twitch/node_modules/.bin/ironclaw +21 -0
- package/extensions/voice-call/node_modules/.bin/ironclaw +21 -0
- package/extensions/whatsapp/node_modules/.bin/ironclaw +21 -0
- package/extensions/zalo/node_modules/.bin/ironclaw +21 -0
- package/extensions/zalouser/node_modules/.bin/ironclaw +21 -0
- package/package.json +2 -1
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/3180.js +0 -9
- package/apps/web/.next/standalone/apps/web/.next/static/bfBSw7Zh4Df36UcKsQE27/_buildManifest.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/_not-found/page-6934a35b4d14cdab.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/active/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/stop/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/stream/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/subagents/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/jobs/[jobId]/runs/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/jobs/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/runs/[sessionId]/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/runs/search-transcript/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/memories/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/profiles/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/profiles/switch/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sessions/[sessionId]/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sessions/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/skills/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/[id]/messages/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/[id]/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/assets/[...path]/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/browse/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/browse-file/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/context/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/copy/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/db/introspect/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/db/query/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/delete/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/file/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/init/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/list/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/mkdir/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/move/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/display-field/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/bulk-delete/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/options/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/reorder/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/views/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/open-file/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/path-info/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/query/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/raw-file/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/rename/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/reports/execute/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/search-index/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/suggest-files/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/switch/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/thumbnail/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/tree/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/upload/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/virtual-file/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/watch/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/write-binary/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/layout-01f7966beacdd67b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/page-f365ecf6d5915738.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/df90ee31-33cbf7968acd3b6e.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/main-app-b49c23ad3d7c2890.js +0 -1
- package/apps/web/.next/static/bfBSw7Zh4Df36UcKsQE27/_buildManifest.js +0 -1
- package/apps/web/.next/static/chunks/app/_not-found/page-6934a35b4d14cdab.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/active/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/stop/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/stream/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/subagents/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/jobs/[jobId]/runs/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/jobs/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/runs/[sessionId]/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/runs/search-transcript/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/memories/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/profiles/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/profiles/switch/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/sessions/[sessionId]/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/sessions/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/skills/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/web-sessions/[id]/messages/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/web-sessions/[id]/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/web-sessions/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/assets/[...path]/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/browse/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/browse-file/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/context/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/copy/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/db/introspect/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/db/query/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/delete/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/file/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/init/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/list/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/mkdir/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/move/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/display-field/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/bulk-delete/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/options/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/reorder/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/views/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/open-file/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/path-info/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/query/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/raw-file/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/rename/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/reports/execute/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/search-index/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/suggest-files/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/switch/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/thumbnail/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/tree/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/upload/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/virtual-file/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/watch/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/write-binary/route-5dc3b3b56eb45a36.js +0 -1
- package/apps/web/.next/static/chunks/app/layout-01f7966beacdd67b.js +0 -1
- package/apps/web/.next/static/chunks/app/page-f365ecf6d5915738.js +0 -1
- package/apps/web/.next/static/chunks/df90ee31-33cbf7968acd3b6e.js +0 -1
- package/apps/web/.next/static/chunks/main-app-b49c23ad3d7c2890.js +0 -1
- /package/apps/web/.next/standalone/apps/web/.next/static/{bfBSw7Zh4Df36UcKsQE27 → _8L73FbiTvTDeQfyyo9Kx}/_ssgManifest.js +0 -0
- /package/apps/web/.next/static/{bfBSw7Zh4Df36UcKsQE27 → _8L73FbiTvTDeQfyyo9Kx}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
import { existsSync, readFileSync } from "node:fs";
|
|
2
|
+
import { join } from "node:path";
|
|
3
|
+
|
|
4
|
+
const SECRETS_PATTERN =
|
|
5
|
+
/(?:sk-[a-zA-Z0-9]{20,}|ghp_[a-zA-Z0-9]{36}|xoxb-[a-zA-Z0-9-]+|AKIA[A-Z0-9]{16}|eyJ[a-zA-Z0-9_-]{10,}\.[a-zA-Z0-9_-]{10,})/g;
|
|
6
|
+
|
|
7
|
+
const REDACTED = "[REDACTED]";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Read privacy mode from DenchClaw's telemetry config.
|
|
11
|
+
* Default is true (privacy on) when the file is missing or unreadable.
|
|
12
|
+
*/
|
|
13
|
+
export function readPrivacyMode(openclawConfig?: any): boolean {
|
|
14
|
+
try {
|
|
15
|
+
const stateDir =
|
|
16
|
+
openclawConfig?.stateDir ??
|
|
17
|
+
join(process.env.HOME || "~", ".openclaw-dench");
|
|
18
|
+
const configPath = join(stateDir, "telemetry.json");
|
|
19
|
+
if (!existsSync(configPath)) return true;
|
|
20
|
+
const raw = JSON.parse(readFileSync(configPath, "utf-8"));
|
|
21
|
+
return raw.privacyMode !== false;
|
|
22
|
+
} catch {
|
|
23
|
+
return true;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/** Strip known credential patterns from any string value. */
|
|
28
|
+
export function stripSecrets(value: unknown): unknown {
|
|
29
|
+
if (typeof value === "string") {
|
|
30
|
+
return value.replace(SECRETS_PATTERN, REDACTED);
|
|
31
|
+
}
|
|
32
|
+
if (Array.isArray(value)) {
|
|
33
|
+
return value.map(stripSecrets);
|
|
34
|
+
}
|
|
35
|
+
if (value && typeof value === "object") {
|
|
36
|
+
const out: Record<string, unknown> = {};
|
|
37
|
+
for (const [k, v] of Object.entries(value)) {
|
|
38
|
+
const keyLower = k.toLowerCase();
|
|
39
|
+
if (
|
|
40
|
+
keyLower.includes("key") ||
|
|
41
|
+
keyLower.includes("token") ||
|
|
42
|
+
keyLower.includes("secret") ||
|
|
43
|
+
keyLower.includes("password") ||
|
|
44
|
+
keyLower.includes("credential")
|
|
45
|
+
) {
|
|
46
|
+
out[k] = REDACTED;
|
|
47
|
+
} else {
|
|
48
|
+
out[k] = stripSecrets(v);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
return out;
|
|
52
|
+
}
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Redact message content for privacy mode.
|
|
58
|
+
* Preserves structure (role, tool names) but removes actual text content.
|
|
59
|
+
*/
|
|
60
|
+
export function redactMessages(messages: unknown): unknown {
|
|
61
|
+
if (!Array.isArray(messages)) return messages;
|
|
62
|
+
return messages.map((msg: any) => {
|
|
63
|
+
if (!msg || typeof msg !== "object") return msg;
|
|
64
|
+
const redacted: Record<string, unknown> = { role: msg.role };
|
|
65
|
+
if (msg.name) redacted.name = msg.name;
|
|
66
|
+
if (msg.tool_call_id) redacted.tool_call_id = msg.tool_call_id;
|
|
67
|
+
redacted.content = REDACTED;
|
|
68
|
+
return redacted;
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* Sanitize a value based on privacy mode.
|
|
74
|
+
* When privacy is on: redacts content, always strips secrets.
|
|
75
|
+
* When privacy is off: only strips secrets.
|
|
76
|
+
*/
|
|
77
|
+
export function sanitizeForCapture(
|
|
78
|
+
value: unknown,
|
|
79
|
+
privacyMode: boolean,
|
|
80
|
+
): unknown {
|
|
81
|
+
if (privacyMode) return REDACTED;
|
|
82
|
+
return stripSecrets(value);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Redact a tool_calls array while preserving tool name, id, and type metadata.
|
|
87
|
+
* Only arguments are redacted.
|
|
88
|
+
*/
|
|
89
|
+
function redactToolCalls(toolCalls: unknown[]): unknown[] {
|
|
90
|
+
return toolCalls.map((tc: any) => {
|
|
91
|
+
if (!tc || typeof tc !== "object") return tc;
|
|
92
|
+
const out: Record<string, unknown> = {
|
|
93
|
+
id: tc.id,
|
|
94
|
+
type: tc.type ?? "function",
|
|
95
|
+
};
|
|
96
|
+
if (tc.function && typeof tc.function === "object") {
|
|
97
|
+
out.function = {
|
|
98
|
+
name: tc.function.name,
|
|
99
|
+
arguments: REDACTED,
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
if (tc.name) out.name = tc.name;
|
|
103
|
+
return out;
|
|
104
|
+
});
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Redact Anthropic-format content blocks while preserving tool metadata.
|
|
109
|
+
* Text blocks get redacted; toolCall blocks keep their name but redact arguments.
|
|
110
|
+
*/
|
|
111
|
+
function redactContentBlocks(blocks: unknown[]): unknown[] {
|
|
112
|
+
return blocks.map((block: any) => {
|
|
113
|
+
if (!block || typeof block !== "object") return block;
|
|
114
|
+
if (block.type === "text") {
|
|
115
|
+
return { type: "text", text: REDACTED };
|
|
116
|
+
}
|
|
117
|
+
if (block.type === "toolCall") {
|
|
118
|
+
return {
|
|
119
|
+
type: "toolCall",
|
|
120
|
+
id: block.id ?? block.toolCallId,
|
|
121
|
+
name: block.name,
|
|
122
|
+
arguments: REDACTED,
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
if (block.type === "tool_use") {
|
|
126
|
+
return {
|
|
127
|
+
type: "tool_use",
|
|
128
|
+
id: block.id,
|
|
129
|
+
name: block.name,
|
|
130
|
+
input: REDACTED,
|
|
131
|
+
};
|
|
132
|
+
}
|
|
133
|
+
if (block.type === "thinking") {
|
|
134
|
+
return { type: "thinking", text: REDACTED };
|
|
135
|
+
}
|
|
136
|
+
return { type: block.type };
|
|
137
|
+
});
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Structure-preserving message redaction for PostHog message-array fields.
|
|
142
|
+
* Preserves: role, tool names, tool_call IDs, message ordering, tool types.
|
|
143
|
+
* Redacts: text content, tool arguments, tool results.
|
|
144
|
+
*/
|
|
145
|
+
export function redactMessagesStructured(messages: unknown): unknown {
|
|
146
|
+
if (!Array.isArray(messages)) return messages;
|
|
147
|
+
return messages.map((msg: any) => {
|
|
148
|
+
if (!msg || typeof msg !== "object") return msg;
|
|
149
|
+
const out: Record<string, unknown> = { role: msg.role };
|
|
150
|
+
|
|
151
|
+
if (msg.name) out.name = msg.name;
|
|
152
|
+
if (msg.tool_call_id) out.tool_call_id = msg.tool_call_id;
|
|
153
|
+
if (msg.toolCallId) out.toolCallId = msg.toolCallId;
|
|
154
|
+
if (msg.toolName) out.toolName = msg.toolName;
|
|
155
|
+
if (msg.isError != null) out.isError = msg.isError;
|
|
156
|
+
if (msg.stopReason) out.stopReason = msg.stopReason;
|
|
157
|
+
if (msg.model) out.model = msg.model;
|
|
158
|
+
if (msg.provider) out.provider = msg.provider;
|
|
159
|
+
|
|
160
|
+
if (Array.isArray(msg.content)) {
|
|
161
|
+
out.content = redactContentBlocks(msg.content);
|
|
162
|
+
} else {
|
|
163
|
+
out.content = REDACTED;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
if (Array.isArray(msg.tool_calls)) {
|
|
167
|
+
out.tool_calls = redactToolCalls(msg.tool_calls);
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
return out;
|
|
171
|
+
});
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Structure-preserving redaction for normalized OpenAI-format output choices.
|
|
176
|
+
* Keeps role, tool_calls[].function.name, tool_calls[].type.
|
|
177
|
+
* Redacts text content and tool arguments.
|
|
178
|
+
*/
|
|
179
|
+
export function redactOutputChoicesStructured(choices: unknown): unknown {
|
|
180
|
+
if (!Array.isArray(choices)) return choices;
|
|
181
|
+
return choices.map((choice: any) => {
|
|
182
|
+
if (!choice || typeof choice !== "object") return choice;
|
|
183
|
+
const out: Record<string, unknown> = {
|
|
184
|
+
role: choice.role,
|
|
185
|
+
content: choice.content != null ? REDACTED : null,
|
|
186
|
+
};
|
|
187
|
+
if (Array.isArray(choice.tool_calls)) {
|
|
188
|
+
out.tool_calls = redactToolCalls(choice.tool_calls);
|
|
189
|
+
}
|
|
190
|
+
return out;
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* Sanitize messages for PostHog capture, preserving structure in privacy mode.
|
|
196
|
+
* Privacy on: redacts text content/arguments but keeps role, tool names, ordering.
|
|
197
|
+
* Privacy off: only strips credential patterns.
|
|
198
|
+
*/
|
|
199
|
+
export function sanitizeMessages(
|
|
200
|
+
messages: unknown,
|
|
201
|
+
privacyMode: boolean,
|
|
202
|
+
): unknown {
|
|
203
|
+
if (privacyMode) return redactMessagesStructured(messages);
|
|
204
|
+
return stripSecrets(messages);
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* Sanitize normalized output choices for PostHog capture, preserving structure.
|
|
209
|
+
* Privacy on: redacts text content/arguments but keeps role, tool names.
|
|
210
|
+
* Privacy off: only strips credential patterns.
|
|
211
|
+
*/
|
|
212
|
+
export function sanitizeOutputChoices(
|
|
213
|
+
choices: unknown,
|
|
214
|
+
privacyMode: boolean,
|
|
215
|
+
): unknown {
|
|
216
|
+
if (privacyMode) return redactOutputChoicesStructured(choices);
|
|
217
|
+
return stripSecrets(choices);
|
|
218
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { randomUUID } from "node:crypto";
|
|
2
|
+
import { redactMessages } from "./privacy.js";
|
|
3
|
+
import type { TraceEntry, ToolSpanEntry } from "./types.js";
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Resolve a stable session key from the hook context.
|
|
7
|
+
* OpenClaw assigns different `runId` values to different hook phases
|
|
8
|
+
* in the same agent loop, so we use sessionId/sessionKey as the
|
|
9
|
+
* stable key for trace indexing.
|
|
10
|
+
*/
|
|
11
|
+
export function resolveSessionKey(ctx: {
|
|
12
|
+
sessionId?: string;
|
|
13
|
+
sessionKey?: string;
|
|
14
|
+
runId?: string;
|
|
15
|
+
}): string {
|
|
16
|
+
return ctx.sessionId ?? ctx.sessionKey ?? ctx.runId ?? "unknown";
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Tracks in-flight trace and span state per session.
|
|
21
|
+
* Each session has at most one active agent run at a time
|
|
22
|
+
* (OpenClaw serializes runs per session), so sessionId is
|
|
23
|
+
* a stable key across all hooks in the same agent loop.
|
|
24
|
+
*/
|
|
25
|
+
export class TraceContextManager {
|
|
26
|
+
private traces = new Map<string, TraceEntry>();
|
|
27
|
+
|
|
28
|
+
startTrace(sessionKey: string, runId: string): void {
|
|
29
|
+
this.traces.set(sessionKey, {
|
|
30
|
+
traceId: randomUUID(),
|
|
31
|
+
sessionId: sessionKey,
|
|
32
|
+
runId,
|
|
33
|
+
startedAt: Date.now(),
|
|
34
|
+
toolSpans: [],
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
setModel(sessionKey: string, model: string): void {
|
|
39
|
+
const t = this.traces.get(sessionKey);
|
|
40
|
+
if (!t) return;
|
|
41
|
+
t.model = model;
|
|
42
|
+
const slashIdx = model.indexOf("/");
|
|
43
|
+
if (slashIdx > 0) {
|
|
44
|
+
t.provider = model.slice(0, slashIdx);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
setInput(sessionKey: string, messages: unknown, privacyMode: boolean): void {
|
|
49
|
+
const t = this.traces.get(sessionKey);
|
|
50
|
+
if (!t) return;
|
|
51
|
+
t.input = privacyMode ? redactMessages(messages) : messages;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
startToolSpan(sessionKey: string, toolName: string, params?: unknown): void {
|
|
55
|
+
const t = this.traces.get(sessionKey);
|
|
56
|
+
if (!t) return;
|
|
57
|
+
t.toolSpans.push({
|
|
58
|
+
toolName,
|
|
59
|
+
spanId: randomUUID(),
|
|
60
|
+
startedAt: Date.now(),
|
|
61
|
+
params,
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
endToolSpan(sessionKey: string, toolName: string, result?: unknown): void {
|
|
66
|
+
const t = this.traces.get(sessionKey);
|
|
67
|
+
if (!t) return;
|
|
68
|
+
for (let i = t.toolSpans.length - 1; i >= 0; i--) {
|
|
69
|
+
const span = t.toolSpans[i];
|
|
70
|
+
if (span.toolName === toolName && !span.endedAt) {
|
|
71
|
+
span.endedAt = Date.now();
|
|
72
|
+
span.result = result;
|
|
73
|
+
span.isError =
|
|
74
|
+
result != null &&
|
|
75
|
+
typeof result === "object" &&
|
|
76
|
+
"error" in (result as Record<string, unknown>);
|
|
77
|
+
break;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
getTrace(sessionKey: string): TraceEntry | undefined {
|
|
83
|
+
return this.traces.get(sessionKey);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
getModel(sessionKey: string): string | undefined {
|
|
87
|
+
return this.traces.get(sessionKey)?.model;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
getLastToolSpan(sessionKey: string): ToolSpanEntry | undefined {
|
|
91
|
+
const t = this.traces.get(sessionKey);
|
|
92
|
+
if (!t || t.toolSpans.length === 0) return undefined;
|
|
93
|
+
return t.toolSpans[t.toolSpans.length - 1];
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
endTrace(sessionKey: string): void {
|
|
97
|
+
const t = this.traces.get(sessionKey);
|
|
98
|
+
if (t) {
|
|
99
|
+
t.endedAt = Date.now();
|
|
100
|
+
}
|
|
101
|
+
setTimeout(() => this.traces.delete(sessionKey), 5_000);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export type PluginConfig = {
|
|
2
|
+
apiKey: string;
|
|
3
|
+
host?: string;
|
|
4
|
+
enabled?: boolean;
|
|
5
|
+
feedbackSurveyId?: string;
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export type ToolSpanEntry = {
|
|
9
|
+
toolName: string;
|
|
10
|
+
spanId: string;
|
|
11
|
+
startedAt: number;
|
|
12
|
+
endedAt?: number;
|
|
13
|
+
params?: unknown;
|
|
14
|
+
result?: unknown;
|
|
15
|
+
isError?: boolean;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export type TraceEntry = {
|
|
19
|
+
traceId: string;
|
|
20
|
+
sessionId: string;
|
|
21
|
+
runId: string;
|
|
22
|
+
model?: string;
|
|
23
|
+
provider?: string;
|
|
24
|
+
input?: unknown;
|
|
25
|
+
startedAt: number;
|
|
26
|
+
endedAt?: number;
|
|
27
|
+
toolSpans: ToolSpanEntry[];
|
|
28
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "posthog-analytics",
|
|
3
|
+
"name": "PostHog LLM Analytics",
|
|
4
|
+
"description": "Captures LLM generations, tool calls, and user feedback into PostHog AI",
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"configSchema": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"additionalProperties": false,
|
|
9
|
+
"properties": {
|
|
10
|
+
"apiKey": { "type": "string" },
|
|
11
|
+
"host": { "type": "string", "default": "https://us.i.posthog.com" },
|
|
12
|
+
"enabled": { "type": "boolean", "default": true },
|
|
13
|
+
"feedbackSurveyId": { "type": "string" }
|
|
14
|
+
},
|
|
15
|
+
"required": []
|
|
16
|
+
},
|
|
17
|
+
"uiHints": {
|
|
18
|
+
"apiKey": { "label": "PostHog Project API Key", "sensitive": true },
|
|
19
|
+
"host": { "label": "PostHog Host", "placeholder": "https://us.i.posthog.com" },
|
|
20
|
+
"feedbackSurveyId": { "label": "PostHog Survey ID for feedback" }
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
+
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
+
basedir=`cygpath -w "$basedir"`
|
|
8
|
+
fi
|
|
9
|
+
;;
|
|
10
|
+
esac
|
|
11
|
+
|
|
12
|
+
if [ -z "$NODE_PATH" ]; then
|
|
13
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules"
|
|
14
|
+
else
|
|
15
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
+
fi
|
|
17
|
+
if [ -x "$basedir/node" ]; then
|
|
18
|
+
exec "$basedir/node" "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
19
|
+
else
|
|
20
|
+
exec node "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
21
|
+
fi
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
+
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
+
basedir=`cygpath -w "$basedir"`
|
|
8
|
+
fi
|
|
9
|
+
;;
|
|
10
|
+
esac
|
|
11
|
+
|
|
12
|
+
if [ -z "$NODE_PATH" ]; then
|
|
13
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules"
|
|
14
|
+
else
|
|
15
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
+
fi
|
|
17
|
+
if [ -x "$basedir/node" ]; then
|
|
18
|
+
exec "$basedir/node" "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
19
|
+
else
|
|
20
|
+
exec node "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
21
|
+
fi
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
+
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
+
basedir=`cygpath -w "$basedir"`
|
|
8
|
+
fi
|
|
9
|
+
;;
|
|
10
|
+
esac
|
|
11
|
+
|
|
12
|
+
if [ -z "$NODE_PATH" ]; then
|
|
13
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules"
|
|
14
|
+
else
|
|
15
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
+
fi
|
|
17
|
+
if [ -x "$basedir/node" ]; then
|
|
18
|
+
exec "$basedir/node" "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
19
|
+
else
|
|
20
|
+
exec node "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
21
|
+
fi
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
+
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
+
basedir=`cygpath -w "$basedir"`
|
|
8
|
+
fi
|
|
9
|
+
;;
|
|
10
|
+
esac
|
|
11
|
+
|
|
12
|
+
if [ -z "$NODE_PATH" ]; then
|
|
13
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules"
|
|
14
|
+
else
|
|
15
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
+
fi
|
|
17
|
+
if [ -x "$basedir/node" ]; then
|
|
18
|
+
exec "$basedir/node" "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
19
|
+
else
|
|
20
|
+
exec node "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
21
|
+
fi
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
+
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
+
basedir=`cygpath -w "$basedir"`
|
|
8
|
+
fi
|
|
9
|
+
;;
|
|
10
|
+
esac
|
|
11
|
+
|
|
12
|
+
if [ -z "$NODE_PATH" ]; then
|
|
13
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules"
|
|
14
|
+
else
|
|
15
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
+
fi
|
|
17
|
+
if [ -x "$basedir/node" ]; then
|
|
18
|
+
exec "$basedir/node" "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
19
|
+
else
|
|
20
|
+
exec node "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
21
|
+
fi
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
+
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
+
basedir=`cygpath -w "$basedir"`
|
|
8
|
+
fi
|
|
9
|
+
;;
|
|
10
|
+
esac
|
|
11
|
+
|
|
12
|
+
if [ -z "$NODE_PATH" ]; then
|
|
13
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules"
|
|
14
|
+
else
|
|
15
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
+
fi
|
|
17
|
+
if [ -x "$basedir/node" ]; then
|
|
18
|
+
exec "$basedir/node" "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
19
|
+
else
|
|
20
|
+
exec node "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
21
|
+
fi
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
+
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
+
basedir=`cygpath -w "$basedir"`
|
|
8
|
+
fi
|
|
9
|
+
;;
|
|
10
|
+
esac
|
|
11
|
+
|
|
12
|
+
if [ -z "$NODE_PATH" ]; then
|
|
13
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules"
|
|
14
|
+
else
|
|
15
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
+
fi
|
|
17
|
+
if [ -x "$basedir/node" ]; then
|
|
18
|
+
exec "$basedir/node" "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
19
|
+
else
|
|
20
|
+
exec node "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
21
|
+
fi
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
+
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
+
basedir=`cygpath -w "$basedir"`
|
|
8
|
+
fi
|
|
9
|
+
;;
|
|
10
|
+
esac
|
|
11
|
+
|
|
12
|
+
if [ -z "$NODE_PATH" ]; then
|
|
13
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules"
|
|
14
|
+
else
|
|
15
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
+
fi
|
|
17
|
+
if [ -x "$basedir/node" ]; then
|
|
18
|
+
exec "$basedir/node" "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
19
|
+
else
|
|
20
|
+
exec node "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
21
|
+
fi
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
+
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
+
basedir=`cygpath -w "$basedir"`
|
|
8
|
+
fi
|
|
9
|
+
;;
|
|
10
|
+
esac
|
|
11
|
+
|
|
12
|
+
if [ -z "$NODE_PATH" ]; then
|
|
13
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules"
|
|
14
|
+
else
|
|
15
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
+
fi
|
|
17
|
+
if [ -x "$basedir/node" ]; then
|
|
18
|
+
exec "$basedir/node" "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
19
|
+
else
|
|
20
|
+
exec node "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
21
|
+
fi
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
+
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
+
basedir=`cygpath -w "$basedir"`
|
|
8
|
+
fi
|
|
9
|
+
;;
|
|
10
|
+
esac
|
|
11
|
+
|
|
12
|
+
if [ -z "$NODE_PATH" ]; then
|
|
13
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules"
|
|
14
|
+
else
|
|
15
|
+
export NODE_PATH="/Users/kumareth/Documents/projects/ironclaw/node_modules:/Users/kumareth/Documents/projects/node_modules:/Users/kumareth/Documents/node_modules:/Users/kumareth/node_modules:/Users/node_modules:/node_modules:/Users/kumareth/Documents/projects/ironclaw/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
+
fi
|
|
17
|
+
if [ -x "$basedir/node" ]; then
|
|
18
|
+
exec "$basedir/node" "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
19
|
+
else
|
|
20
|
+
exec node "$basedir/../ironclaw/openclaw.mjs" "$@"
|
|
21
|
+
fi
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "denchclaw",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "Fully Managed OpenClaw Framework for managing your CRM, Sales Automation and Outreach agents. The only local productivity tool you need.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://github.com/DenchHQ/DenchClaw#readme",
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"README.md",
|
|
27
27
|
"assets/",
|
|
28
28
|
"dist/",
|
|
29
|
+
"extensions/",
|
|
29
30
|
"skills/"
|
|
30
31
|
],
|
|
31
32
|
"type": "module",
|