Commit graph

6 commits

Author SHA1 Message Date
JAE
0caab5381c fix: install all deps from monorepo root so tsgo + bins are hoisted
Some checks are pending
CI / build-check-test (push) Waiting to run
2026-03-27 03:17:41 +00:00
JAE
f0f73e4d72 fix: strip husky prepare script + --ignore-scripts in Docker build
Some checks are pending
CI / build-check-test (push) Waiting to run
2026-03-27 03:13:53 +00:00
JAE
f7543e78f5 fix: disable husky in Docker build (HUSKY=0)
Some checks are pending
CI / build-check-test (push) Waiting to run
2026-03-27 03:11:59 +00:00
JAE
62c057e18c fix: Docker build uses monorepo root context for workspace links
Some checks are pending
CI / build-check-test (push) Waiting to run
2026-03-27 03:08:54 +00:00
JAE
bdd881e80c fix: use npm install instead of npm ci in Dockerfile (no lockfile)
Some checks are pending
CI / build-check-test (push) Waiting to run
2026-03-27 03:01:56 +00:00
JAE
00e9816e57 feat: add bash/browser agent tools + Docker support
Some checks are pending
CI / build-check-test (push) Waiting to run
- bash-tool.ts: execute shell commands via tool-server HTTP API
- browser-tool.ts: Playwright browser automation (navigate, click, type, screenshot)
- tool-server.mjs: Node.js HTTP server for bash exec + Playwright control (port 7700)
- Dockerfile + docker-compose.yml for containerised deployment
- Register tools in agent toolchain (main.ts, index.ts)
- Add dev:all script to run Vite + tool-server concurrently
2026-03-26 23:36:29 +00:00