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).
33 lines
718 B
Markdown
33 lines
718 B
Markdown
## Summary
|
|
|
|
<!-- What does this PR do? Keep it brief — 1-3 sentences. -->
|
|
|
|
## Changes
|
|
|
|
<!-- Bullet list of key changes. -->
|
|
|
|
-
|
|
|
|
## Related Issues
|
|
|
|
<!-- Link any related issues: Fixes #123, Closes #456 -->
|
|
|
|
## Type
|
|
|
|
<!-- Check the one that applies. -->
|
|
|
|
- [ ] `feat` — New feature
|
|
- [ ] `fix` — Bug fix
|
|
- [ ] `refactor` — Code refactoring (no behavior change)
|
|
- [ ] `perf` — Performance improvement
|
|
- [ ] `docs` — Documentation
|
|
- [ ] `test` — Tests
|
|
- [ ] `chore` — Build / tooling / dependencies
|
|
|
|
## Checklist
|
|
|
|
- [ ] `npx tsc --noEmit` passes
|
|
- [ ] `bun --bun run test` passes
|
|
- [ ] No unrelated changes included
|
|
- [ ] Commit messages follow [Conventional Commits](https://www.conventionalcommits.org/)
|