Go to file
Michael Mainguy 74a2d179b9 Add Ollama as alternative AI provider and modify_connection tool
Ollama Integration:
- Add providerConfig.js for managing AI provider settings
- Add toolConverter.js to convert between Claude and Ollama formats
- Add ollama.js API handler with function calling support
- Update diagramAI.ts with Ollama models (llama3.1, mistral, qwen2.5)
- Route requests to appropriate provider based on selected model
- Use 127.0.0.1 to avoid IPv6 resolution issues

New modify_connection Tool:
- Add modify_connection tool to change connection labels and colors
- Support finding connections by label or by from/to entities
- Add chatModifyConnection event handler in diagramManager
- Clarify in tool descriptions that empty string removes labels

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 12:08:17 -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 Fix hamburger menu visibility and feature config format 2025-12-21 12:00:37 -06:00
server Add Ollama as alternative AI provider and modify_connection tool 2025-12-27 12:08:17 -06:00
src Add Ollama as alternative AI provider and modify_connection tool 2025-12-27 12:08:17 -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