Go to file
Michael Mainguy a7aa385d98 Add model selection and ground-projected directional placement
Model management:
- Add list_models, get_current_model, set_model tools
- Support Claude Sonnet 4, Opus 4, and Haiku 3.5
- Model selection persists for session duration

Directional placement improvements:
- Compute ground-projected forward/right vectors from camera
- Accounts for camera being parented to moving platform
- "Forward" means forward on ground plane, ignoring vertical look angle
- Pre-calculate example positions for left/right/forward/back
- Update system prompt to use get_camera_position for relative directions

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-20 16:14:44 -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 camera position tool and fix entity modification bugs 2025-12-20 15:59:30 -06:00
src Add model selection and ground-projected directional placement 2025-12-20 16:14:44 -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