Built-in design generation now runs as an agentic MCP tool-loop (reusing the agent-rs BuiltInProvider), gated behind OPENPENCIL_DESIGN_AGENT_LOOP / the Settings experimental toggle; the orchestrator stays the default. - design-agent system prompt + in-process design toolset (parity-locked with the MCP surface) + flag-gated Intent::Design routing - spawn_agents execution as sequential sub-loops + live creation-mode badges (per-agent glow + 'N/M designing...' header) - new MCP tools: get_guidelines, ToolSearch, get_screenshot, get_editor_state, export_nodes, spawn_agents; style-guide local audit - #27 AI panel restyle: rounded tool cards + green check-rings, gray user bubbles, model-pill bottom toolbar, header, empty-state pills, the PARALLEL AGENTS (agent_team_size) 1x-6x chip dropdown - multi-chat tabs: ChatSessions model (Deref-to-active) + tab row UI (switch / close / + / Cmd+T) with each run bound to its tab Large checkpoint commit spanning the working tree (Rust shell crates).
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "@zseven-w/pen-react",
|
|
"version": "0.8.0",
|
|
"description": "React UI SDK for OpenPencil — hooks, components, and state bridges for pen-engine",
|
|
"homepage": "https://github.com/ZSeven-W/openpencil/tree/main/packages/pen-react",
|
|
"bugs": {
|
|
"url": "https://github.com/ZSeven-W/openpencil/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "ZSeven-W",
|
|
"email": "xkayshen@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ZSeven-W/openpencil.git",
|
|
"directory": "packages/pen-react"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./src/index.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@zseven-w/pen-core": "workspace:*",
|
|
"@zseven-w/pen-engine": "workspace:*",
|
|
"@zseven-w/pen-types": "workspace:*",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"lucide-react": "^0.511.0",
|
|
"tailwind-merge": "^3.4.0",
|
|
"zustand": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^16.0.0",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@radix-ui/react-popover": "^1.1.0",
|
|
"@radix-ui/react-select": "^2.2.0",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slider": "^1.3.0",
|
|
"@radix-ui/react-switch": "^1.2.0",
|
|
"@radix-ui/react-toggle": "^1.1.0",
|
|
"@radix-ui/react-tooltip": "^1.2.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
}
|
|
}
|