denchclaw 2.3.5 → 2.3.7
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/apps/web/.next/standalone/apps/web/.next/BUILD_ID +1 -1
- package/apps/web/.next/standalone/apps/web/.next/app-build-manifest.json +148 -113
- package/apps/web/.next/standalone/apps/web/.next/app-path-routes-manifest.json +36 -31
- package/apps/web/.next/standalone/apps/web/.next/build-manifest.json +2 -2
- package/apps/web/.next/standalone/apps/web/.next/required-server-files.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/routes-manifest.json +8 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/_not-found/page.js +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/api/apps/cron/route.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/cron/route.js.nft.json +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/cron/route_client-reference-manifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/proxy/route.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/proxy/route.js.nft.json +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/proxy/route_client-reference-manifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/route.js +197 -9
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/serve/[...path]/route.js +197 -9
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/serve/[...path]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/store/route.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/store/route.js.nft.json +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/store/route_client-reference-manifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/webhooks/[...path]/route.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/webhooks/[...path]/route.js.nft.json +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/webhooks/[...path]/route_client-reference-manifest.js +1 -0
- 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.js.nft.json +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.js.nft.json +1 -1
- 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/runs/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/runs/route.js.nft.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/runs/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.js.nft.json +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 +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/stream/route.js.nft.json +1 -1
- 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.js.nft.json +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_client-reference-manifest.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_client-reference-manifest.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 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/feedback/route_client-reference-manifest.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_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_client-reference-manifest.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_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/terminal/port/route_client-reference-manifest.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.js.nft.json +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_client-reference-manifest.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_client-reference-manifest.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_client-reference-manifest.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_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/execute/route.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/execute/route.js.nft.json +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/execute/route_client-reference-manifest.js +1 -0
- 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 +1 -1
- 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_client-reference-manifest.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_client-reference-manifest.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_client-reference-manifest.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_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_client-reference-manifest.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_client-reference-manifest.js +1 -1
- 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_client-reference-manifest.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_client-reference-manifest.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_client-reference-manifest.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_client-reference-manifest.js +1 -1
- 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_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_client-reference-manifest.js +1 -1
- 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_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/page.js +5 -5
- 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_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app-paths-manifest.json +36 -31
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/6426.js +3 -9
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/687.js +7 -0
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/7173.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/8137.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/functions-config-manifest.json +26 -21
- package/apps/web/.next/standalone/apps/web/.next/server/pages/500.html +1 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/cron/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/proxy/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/serve/[...path]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/store/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/webhooks/[...path]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/active/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/runs/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/stop/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/stream/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/subagents/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/jobs/[jobId]/runs/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/jobs/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/runs/[sessionId]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/runs/search-transcript/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/feedback/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/memories/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/profiles/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/profiles/switch/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sessions/[sessionId]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sessions/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/skills/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/terminal/port/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/[id]/messages/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/[id]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/assets/[...path]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/browse/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/browse-file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/context/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/copy/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/db/introspect/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/db/query/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/delete/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/execute/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/init/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/list/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/mkdir/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/move/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/display-field/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/bulk-delete/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/options/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/reorder/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/views/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/open-file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/path-info/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/query/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/raw-file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/rename/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/reports/execute/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/search-index/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/suggest-files/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/switch/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/thumbnail/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/tree/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/upload/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/virtual-file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/watch/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/write-binary/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/{layout-6e90e504e2adba63.js → layout-a0f54c498e78b06e.js} +1 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/page-441fc26d2fd5ddf4.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/css/eb7b54c9778eb5c7.css +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/mOcRFLcuuyC7J3QuiCUwf/_buildManifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/server.js +1 -1
- package/apps/web/.next/standalone/package.json +1 -1
- package/apps/web/.next/static/chunks/app/api/apps/cron/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/apps/proxy/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/apps/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/apps/serve/[...path]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/apps/store/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/apps/webhooks/[...path]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/active/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/runs/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/stop/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/stream/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/subagents/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/jobs/[jobId]/runs/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/jobs/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/runs/[sessionId]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/runs/search-transcript/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/feedback/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/memories/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/profiles/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/profiles/switch/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/sessions/[sessionId]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/sessions/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/skills/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/terminal/port/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/web-sessions/[id]/messages/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/web-sessions/[id]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/web-sessions/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/assets/[...path]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/browse/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/browse-file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/context/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/copy/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/db/introspect/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/db/query/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/delete/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/execute/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/init/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/list/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/mkdir/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/move/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/display-field/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/bulk-delete/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/options/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/reorder/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/views/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/open-file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/path-info/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/query/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/raw-file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/rename/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/reports/execute/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/search-index/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/suggest-files/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/switch/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/thumbnail/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/tree/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/upload/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/virtual-file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/watch/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/write-binary/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/{layout-6e90e504e2adba63.js → layout-a0f54c498e78b06e.js} +1 -1
- package/apps/web/.next/static/chunks/app/page-441fc26d2fd5ddf4.js +1 -0
- package/apps/web/.next/static/css/eb7b54c9778eb5c7.css +1 -0
- package/apps/web/.next/static/mOcRFLcuuyC7J3QuiCUwf/_buildManifest.js +1 -0
- package/dist/entry.js +1 -1
- package/dist/{program-CLbWyFKO.js → program-BDssgdL4.js} +97 -10
- package/dist/{run-main-DYUPMl0Z.js → run-main-CiJ0dwZR.js} +1 -1
- package/extensions/posthog-analytics/lib/build-env.js +1 -1
- package/package.json +1 -1
- package/skills/app-builder/SKILL.md +122 -1789
- package/skills/app-builder/agent-builder/SKILL.md +277 -0
- package/skills/app-builder/data-builder/SKILL.md +993 -0
- package/skills/app-builder/game-builder/SKILL.md +1379 -0
- package/skills/app-builder/platform-api/SKILL.md +338 -0
- package/apps/web/.next/standalone/apps/web/.next/static/Teq2gB3xG7TsKJ3zBj2MC/_buildManifest.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/serve/[...path]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/active/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/runs/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/stop/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/stream/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/subagents/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/jobs/[jobId]/runs/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/jobs/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/runs/[sessionId]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/runs/search-transcript/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/feedback/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/memories/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/profiles/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/profiles/switch/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sessions/[sessionId]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sessions/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/skills/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/terminal/port/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/[id]/messages/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/[id]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/assets/[...path]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/browse/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/browse-file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/context/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/copy/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/db/introspect/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/db/query/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/delete/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/init/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/list/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/mkdir/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/move/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/display-field/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/bulk-delete/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/options/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/reorder/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/views/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/open-file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/path-info/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/query/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/raw-file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/rename/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/reports/execute/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/search-index/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/suggest-files/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/switch/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/thumbnail/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/tree/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/upload/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/virtual-file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/watch/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/write-binary/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/page-a42d210666478706.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/css/877366416eab5665.css +0 -1
- package/apps/web/.next/static/Teq2gB3xG7TsKJ3zBj2MC/_buildManifest.js +0 -1
- package/apps/web/.next/static/chunks/app/api/apps/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/apps/serve/[...path]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/active/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/runs/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/stop/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/stream/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/subagents/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/jobs/[jobId]/runs/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/jobs/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/runs/[sessionId]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/runs/search-transcript/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/feedback/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/memories/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/profiles/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/profiles/switch/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/sessions/[sessionId]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/sessions/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/skills/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/terminal/port/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/web-sessions/[id]/messages/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/web-sessions/[id]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/web-sessions/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/assets/[...path]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/browse/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/browse-file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/context/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/copy/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/db/introspect/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/db/query/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/delete/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/init/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/list/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/mkdir/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/move/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/display-field/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/bulk-delete/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/options/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/reorder/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/views/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/open-file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/path-info/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/query/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/raw-file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/rename/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/reports/execute/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/search-index/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/suggest-files/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/switch/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/thumbnail/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/tree/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/upload/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/virtual-file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/watch/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/write-binary/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/page-a42d210666478706.js +0 -1
- package/apps/web/.next/static/css/877366416eab5665.css +0 -1
- /package/apps/web/.next/standalone/apps/web/.next/static/{Teq2gB3xG7TsKJ3zBj2MC → mOcRFLcuuyC7J3QuiCUwf}/_ssgManifest.js +0 -0
- /package/apps/web/.next/static/{Teq2gB3xG7TsKJ3zBj2MC → mOcRFLcuuyC7J3QuiCUwf}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agent-builder
|
|
3
|
+
description: Build AI-powered DenchClaw apps that interact with the OpenClaw agent — create chat sessions, send and receive messages with streaming, expose app tools for agent invocation, and access agent memory.
|
|
4
|
+
metadata: { "openclaw": { "inject": true, "always": true, "emoji": "🤖" } }
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# App Agent Builder
|
|
8
|
+
|
|
9
|
+
This skill covers building apps that interact with the AI agent. For core app structure and manifest basics, see the parent **app-builder** skill (`app-builder/SKILL.md`).
|
|
10
|
+
|
|
11
|
+
## Chat API (`agent` permission required)
|
|
12
|
+
|
|
13
|
+
### Creating Sessions
|
|
14
|
+
|
|
15
|
+
```javascript
|
|
16
|
+
// Create a new chat session
|
|
17
|
+
const { sessionId } = await dench.chat.createSession("My Analysis Session");
|
|
18
|
+
|
|
19
|
+
// List existing sessions
|
|
20
|
+
const sessions = await dench.chat.getSessions({ limit: 20 });
|
|
21
|
+
// Returns array of { id, title, createdAt, ... }
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
### Sending Messages with Streaming
|
|
25
|
+
|
|
26
|
+
```javascript
|
|
27
|
+
const result = await dench.chat.send(sessionId, "Analyze the people table and summarize trends", {
|
|
28
|
+
onEvent(event) {
|
|
29
|
+
switch (event.type) {
|
|
30
|
+
case "text-delta":
|
|
31
|
+
appendToChat(event.data);
|
|
32
|
+
break;
|
|
33
|
+
case "reasoning-delta":
|
|
34
|
+
updateThinking(event.data);
|
|
35
|
+
break;
|
|
36
|
+
case "tool-input-start":
|
|
37
|
+
showToolCall(event.name, event.args);
|
|
38
|
+
break;
|
|
39
|
+
case "tool-output-available":
|
|
40
|
+
showToolResult(event.result);
|
|
41
|
+
break;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
// result contains the full accumulated response: { text, toolCalls, reasoning }
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
### Chat History & Control
|
|
49
|
+
|
|
50
|
+
```javascript
|
|
51
|
+
// Get message history for a session
|
|
52
|
+
const messages = await dench.chat.getHistory(sessionId);
|
|
53
|
+
// Returns array of { role, content, toolCalls?, ... }
|
|
54
|
+
|
|
55
|
+
// Check if a session has an active run
|
|
56
|
+
const isActive = await dench.chat.isActive(sessionId);
|
|
57
|
+
|
|
58
|
+
// Abort an active run
|
|
59
|
+
await dench.chat.abort(sessionId);
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
### Simple Agent Message (fire-and-forget)
|
|
63
|
+
|
|
64
|
+
```javascript
|
|
65
|
+
// Send a one-off message to the agent (no streaming, no session management)
|
|
66
|
+
await dench.agent.send("Remind me to check the reports tomorrow at 9am");
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
## App-as-Tool (`agent` permission required)
|
|
70
|
+
|
|
71
|
+
Apps can expose themselves as tools that the agent can invoke. Declare tools in the manifest:
|
|
72
|
+
|
|
73
|
+
```yaml
|
|
74
|
+
name: "Chart Analyzer"
|
|
75
|
+
permissions:
|
|
76
|
+
- agent
|
|
77
|
+
tools:
|
|
78
|
+
- name: "analyze-chart"
|
|
79
|
+
description: "Generates a visual chart analysis from structured data"
|
|
80
|
+
inputSchema:
|
|
81
|
+
type: object
|
|
82
|
+
properties:
|
|
83
|
+
data:
|
|
84
|
+
type: array
|
|
85
|
+
description: "Array of data points"
|
|
86
|
+
chartType:
|
|
87
|
+
type: string
|
|
88
|
+
enum: ["bar", "line", "pie", "scatter"]
|
|
89
|
+
required: ["data", "chartType"]
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
Register tool handlers in the app:
|
|
93
|
+
|
|
94
|
+
```javascript
|
|
95
|
+
dench.tool.register("analyze-chart", async (input) => {
|
|
96
|
+
const { data, chartType } = input;
|
|
97
|
+
|
|
98
|
+
// Process the data and generate the chart
|
|
99
|
+
const chart = renderChart(data, chartType);
|
|
100
|
+
const analysis = analyzeData(data);
|
|
101
|
+
|
|
102
|
+
// Return result to the agent
|
|
103
|
+
return {
|
|
104
|
+
analysis: analysis,
|
|
105
|
+
chartImageUrl: chart.toDataURL(),
|
|
106
|
+
summary: `Generated ${chartType} chart with ${data.length} data points`
|
|
107
|
+
};
|
|
108
|
+
});
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
When the agent invokes the tool, the app receives the input, processes it, and returns the result. The app must be open (active tab) for tool invocation to work.
|
|
112
|
+
|
|
113
|
+
## Agent Memory Access (`agent` permission required)
|
|
114
|
+
|
|
115
|
+
```javascript
|
|
116
|
+
// Read the agent's memory (MEMORY.md + daily logs)
|
|
117
|
+
const memory = await dench.memory.get();
|
|
118
|
+
// Returns { memory: "...", dailyLogs: [...] }
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
## Gateway WebSocket Protocol (Advanced)
|
|
122
|
+
|
|
123
|
+
For advanced apps that want to build their own chat UI or need direct Gateway access, here's the WebSocket protocol:
|
|
124
|
+
|
|
125
|
+
### Connection
|
|
126
|
+
|
|
127
|
+
```javascript
|
|
128
|
+
const ws = new WebSocket("ws://127.0.0.1:18789");
|
|
129
|
+
// Port is configurable via gateway.port in ~/.openclaw-dench/openclaw.json
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
### Frame Types
|
|
133
|
+
|
|
134
|
+
```javascript
|
|
135
|
+
// Request (client -> gateway)
|
|
136
|
+
{ type: "req", id: "uuid", method: "agent", params: { ... } }
|
|
137
|
+
|
|
138
|
+
// Response (gateway -> client)
|
|
139
|
+
{ type: "res", id: "uuid", ok: true, payload: { ... } }
|
|
140
|
+
|
|
141
|
+
// Event (gateway -> client)
|
|
142
|
+
{ type: "event", event: "agent", seq: 1, payload: { ... } }
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
### Connection Handshake
|
|
146
|
+
|
|
147
|
+
```javascript
|
|
148
|
+
ws.onopen = () => {
|
|
149
|
+
ws.send(JSON.stringify({
|
|
150
|
+
type: "req",
|
|
151
|
+
id: crypto.randomUUID(),
|
|
152
|
+
method: "connect",
|
|
153
|
+
params: {
|
|
154
|
+
minProtocol: 3,
|
|
155
|
+
maxProtocol: 3,
|
|
156
|
+
client: { id: "my-app", version: "1.0", platform: "web", mode: "backend" },
|
|
157
|
+
role: "user",
|
|
158
|
+
scopes: ["agent", "chat"],
|
|
159
|
+
caps: ["tool-events"]
|
|
160
|
+
}
|
|
161
|
+
}));
|
|
162
|
+
};
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
### Sending Messages
|
|
166
|
+
|
|
167
|
+
```javascript
|
|
168
|
+
// Start an agent run
|
|
169
|
+
ws.send(JSON.stringify({
|
|
170
|
+
type: "req",
|
|
171
|
+
id: crypto.randomUUID(),
|
|
172
|
+
method: "agent",
|
|
173
|
+
params: {
|
|
174
|
+
message: "Hello, analyze this data",
|
|
175
|
+
sessionKey: "agent:main:web:my-session-id",
|
|
176
|
+
channel: "webchat",
|
|
177
|
+
lane: "web"
|
|
178
|
+
}
|
|
179
|
+
}));
|
|
180
|
+
|
|
181
|
+
// Abort a run
|
|
182
|
+
ws.send(JSON.stringify({
|
|
183
|
+
type: "req",
|
|
184
|
+
id: crypto.randomUUID(),
|
|
185
|
+
method: "chat.abort",
|
|
186
|
+
params: { sessionKey: "agent:main:web:my-session-id" }
|
|
187
|
+
}));
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
### Agent Events
|
|
191
|
+
|
|
192
|
+
```javascript
|
|
193
|
+
ws.onmessage = (e) => {
|
|
194
|
+
const frame = JSON.parse(e.data);
|
|
195
|
+
if (frame.type !== "event" || frame.event !== "agent") return;
|
|
196
|
+
|
|
197
|
+
const { stream, data } = frame.payload;
|
|
198
|
+
|
|
199
|
+
switch (stream) {
|
|
200
|
+
case "lifecycle":
|
|
201
|
+
// data.phase: "start" | "end" | "error"
|
|
202
|
+
break;
|
|
203
|
+
case "thinking":
|
|
204
|
+
// data.delta: incremental reasoning text
|
|
205
|
+
break;
|
|
206
|
+
case "assistant":
|
|
207
|
+
// data.delta: incremental response text
|
|
208
|
+
// data.text: full text (on completion)
|
|
209
|
+
// data.stopReason: "end_turn" | "tool_use" | etc.
|
|
210
|
+
break;
|
|
211
|
+
case "tool":
|
|
212
|
+
// data.phase: "start" | "update" | "result"
|
|
213
|
+
// data.name, data.args, data.result
|
|
214
|
+
break;
|
|
215
|
+
}
|
|
216
|
+
};
|
|
217
|
+
```
|
|
218
|
+
|
|
219
|
+
NOTE: For most apps, the bridge chat API (`dench.chat.*`) is much simpler than direct WebSocket usage. Use the Gateway WS only when you need full control over the connection.
|
|
220
|
+
|
|
221
|
+
## Patterns
|
|
222
|
+
|
|
223
|
+
### Chat UI App
|
|
224
|
+
|
|
225
|
+
```javascript
|
|
226
|
+
let currentSessionId = null;
|
|
227
|
+
const chatContainer = document.getElementById("chat");
|
|
228
|
+
|
|
229
|
+
async function startNewChat() {
|
|
230
|
+
const { sessionId } = await dench.chat.createSession("App Chat");
|
|
231
|
+
currentSessionId = sessionId;
|
|
232
|
+
chatContainer.innerHTML = "";
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
async function sendMessage(text) {
|
|
236
|
+
appendMessage("user", text);
|
|
237
|
+
const responseEl = appendMessage("assistant", "");
|
|
238
|
+
|
|
239
|
+
await dench.chat.send(currentSessionId, text, {
|
|
240
|
+
onEvent(event) {
|
|
241
|
+
if (event.type === "text-delta") {
|
|
242
|
+
responseEl.textContent += event.data;
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
});
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
function appendMessage(role, content) {
|
|
249
|
+
const div = document.createElement("div");
|
|
250
|
+
div.className = `message ${role}`;
|
|
251
|
+
div.textContent = content;
|
|
252
|
+
chatContainer.appendChild(div);
|
|
253
|
+
chatContainer.scrollTop = chatContainer.scrollHeight;
|
|
254
|
+
return div;
|
|
255
|
+
}
|
|
256
|
+
```
|
|
257
|
+
|
|
258
|
+
### Agent-Powered Data Analysis
|
|
259
|
+
|
|
260
|
+
```javascript
|
|
261
|
+
async function analyzeData(objectName) {
|
|
262
|
+
const schema = await dench.objects.getSchema(objectName);
|
|
263
|
+
const { sessionId } = await dench.chat.createSession("Data Analysis");
|
|
264
|
+
|
|
265
|
+
const result = await dench.chat.send(sessionId,
|
|
266
|
+
`Analyze the ${objectName} object. It has these fields: ${schema.fields.map(f => f.name).join(", ")}. ` +
|
|
267
|
+
`Query the data and provide insights.`,
|
|
268
|
+
{
|
|
269
|
+
onEvent(event) {
|
|
270
|
+
if (event.type === "text-delta") updateAnalysisPanel(event.data);
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
);
|
|
274
|
+
|
|
275
|
+
showFinalAnalysis(result.text);
|
|
276
|
+
}
|
|
277
|
+
```
|