Go to file
Michael Mainguy 2fd87b2d14 Fix entity connections and add clear diagram tool
Connection fixes:
- Add chatResolveEntity event to resolve labels to entity IDs
- Update connectEntities to resolve from/to labels before creating connection
- Auto-generate connection labels as "{from label} to {to label}"

Clear diagram tool:
- Add clear_diagram tool with confirmation requirement
- Claude prompts user for confirmation before executing
- Clears all entities from diagram and resets session
- Syncs empty entity list to server after clearing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-20 14:02:11 -06:00
.github/workflows Update node.js.yml 2024-08-30 12:18:10 -05:00
api Initial Menu System Commit. 2023-06-29 21:03:00 -05:00
docs Add WebXR rendering mode toggle with 4 modes 2025-11-13 10:36:03 -06:00
functions Added Initial Voice Command Handler, fixed connection issues. 2023-08-14 13:27:20 -05:00
netlify/functions added request headers to CORD response. 2023-12-12 06:53:14 -06:00
pages Initial Menu System Commit. 2023-06-27 16:58:19 -05:00
public version bump 2025-12-19 15:32:28 -06:00
server Add server-side session persistence for chat 2025-12-20 13:42:01 -06:00
src Fix entity connections and add clear diagram tool 2025-12-20 14:02:11 -06:00
.gitignore Refactored api path. 2023-08-11 07:51:46 -05:00
CLAUDE.md Add configurable feature management system with JSON-based feature flags 2025-11-18 06:52:39 -06:00
EXPRESS_API_PLAN.md Add Express API server for Claude API proxy 2025-12-20 12:32:49 -06:00
index.html Added chat interface. 2025-12-20 11:24:31 -06:00
LICENSE.txt Disabled service worker, enhanced management console. 2024-08-30 12:43:19 -05:00
NEXT_MIGRATION_PLAN.md Add Express API server for Claude API proxy 2025-12-20 12:32:49 -06:00
package-lock.json Add Express API server for Claude API proxy 2025-12-20 12:32:49 -06:00
package.json Add Express API server for Claude API proxy 2025-12-20 12:32:49 -06:00
ROADMAP.md Add Quest VR onboarding flow with auto-entry prompt 2025-11-20 10:47:28 -06:00
server.js Add Express API server for Claude API proxy 2025-12-20 12:32:49 -06:00
tsconfig.json Added 3d closet demo, cleaned up menus. 2024-02-05 10:46:23 -06:00
versionBump.js Added smart versioning 2024-06-11 16:58:35 -05:00
vite.config.ts Add Express API server for Claude API proxy 2025-12-20 12:32:49 -06:00
VRCONFIGPLAN.md Add VR configuration panel implementation plan and Phase 1 foundation 2025-11-18 11:53:47 -06:00