OpenClawDashboard/bridge
Manohar 968d6fd178 fix(bridge): tempfile escaping in chat/dispatch/tasks; remove stale K8S refs
Shell escaping fixes (all three routes had the same bug):
- chat.ts: replace escapedMessage + shell-inline with tmpFile docker cp pattern
- dispatch.ts: replace escapedJson + printf with tmpFile docker cp pattern
- tasks.ts: same as dispatch
- inbox path corrected: /sandbox/... → /home/node/.openclaw/workspace/tasks/inbox

Stale reference removals:
- tiger.ts: remove K8S_NAMESPACE + POD_NAME constants (dead since k3s exit)
- index.ts: rewrite header docblock (Caddy→Traefik, k3s→docker exec)
- dispatch.ts: kubectl comment → docker exec comment
- tasks.ts: same kubectl comment fix
2026-05-02 20:10:43 +00:00
..
src fix(bridge): tempfile escaping in chat/dispatch/tasks; remove stale K8S refs 2026-05-02 20:10:43 +00:00
.gitignore feat: complete Tiger dashboard implementation 2026-04-12 23:27:51 +05:30
package.json feat: complete Tiger dashboard implementation 2026-04-12 23:27:51 +05:30
tsconfig.json feat: complete Tiger dashboard implementation 2026-04-12 23:27:51 +05:30