mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 08:03:46 +00:00
- Add hidden `mock-agent-process` CLI subcommand implementing a stdio JSON-RPC echo agent (ported from examples/mock-acp-agent) - Update write_mock_agent_process_launcher() to exec the new subcommand instead of exiting with error - Update sdks/react to support React 18 and 19 peer dependencies - Update @types/react to v19 across workspace (pnpm override + inspector) - Fix RefObject<T | null> compatibility for React 19 useRef() signatures - Add version reference replacement logic to release update_version.ts covering all docs, examples, and code files listed in CLAUDE.md - Add missing files to CLAUDE.md Install Version References list (architecture.mdx, boxlite, modal, computesdk docs and examples) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
27 lines
677 B
JSON
27 lines
677 B
JSON
{
|
|
"name": "sandbox-agent-workspace",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"packageManager": "pnpm@9.15.0",
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev --parallel",
|
|
"generate": "turbo run generate",
|
|
"prepare": "git rev-parse --git-dir >/dev/null 2>&1 && lefthook install || true",
|
|
"typecheck": "turbo run typecheck"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.6",
|
|
"@types/node": "^24.5.2",
|
|
"lefthook": "^2.1.3",
|
|
"turbo": "^2.4.0",
|
|
"typescript": "^5.9.2",
|
|
"vitest": "^3.0.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@types/react": "^19.1.12",
|
|
"@types/react-dom": "^19.1.6"
|
|
}
|
|
}
|
|
}
|