docs(wiki): refresh default Anthropic model and FreeCAD 1.1+ install paths (v0.15.1-alpha) - Configuration / Getting-Started / FAQ: default Anthropic model claude-sonnet-4-20250514 -> claude-sonnet-4-6, and refreshed the available-models lists (opus-4-8, haiku-4-5) to match v0.15.1-alpha (issue #15). Also fixed the stale "claude-sonnet-4-latest" CLI comment. - Installation: documented FreeCAD 1.1+ version-scoped Mod dirs (~/.local/share/FreeCAD/v1.1/Mod/) with a per-platform table and an "installed but doesn't appear" troubleshooting bullet (issue #14). Tool-Reference needed no changes — no tool behavior or signature changed; the #14 sandbox-timeout fix is internal and no specific timeout value was ever documented there. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
docs(wiki): document Up/Down input history and fix Stop-button description (v0.15.0-alpha) The pre-existing "Up arrow recalls previous message" line was aspirational — nothing implemented it. v0.15.0-alpha actually ships shell-style history (walks all prior user messages in the current conversation, draft preservation, caret-position gated). Also corrects the Stop control: it's the Send button morphing, not a separate appearing button. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
docs: v0.13.0-alpha — Configuration paths section, <FreeCADAI dir> placeholder Document the new path resolution (<FreeCAD user config dir>/FreeCADAI/ on FreeCAD 1.1+ Linux: ~/.config/FreeCAD/v1-1/FreeCADAI/) and the rename-then- move-plus-sweep migration in Configuration.md. Switch literal ~/.config/FreeCAD/FreeCADAI/ references to <FreeCADAI dir> placeholder across Architecture, Skills, Skills-Reference, Creating-Skills, Creating- Custom-Tools, Tool-Reranking, MCP-Integration, AGENTS-md, Getting-Started, FAQ. Architecture and Getting-Started link back to Configuration#configuration-paths. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
docs: capability detection, Plan-mode Check/Fix-with-AI, persistent dock Catches the wiki up to v0.11.0-alpha and v0.11.1-alpha: - Configuration.md: document Ollama /api/show capability detection (vision/tools/thinking) vs OCR probe path for other providers. Add tools_detected, thinking_detected, chat_dock_geometry, chat_dock_mw_state to schema and field reference. Note that detection results are persisted across sessions. - Getting-Started.md: add Review Code dialog section explaining the Edit/Check/Fix-with-AI/Execute buttons and the auto-attached viewport on error retries. - Home.md: refresh feature bullets for persistent dock layout, Plan-mode validation, and capability-aware vision routing. Edit -> Preferences page and ParamGet bridge work on master is not documented here yet; that ships with v0.12.0-alpha. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
docs: document file attachments and file_attach hook - Add file_attach event to hooks documentation (events table, context keys, return values) - Add example PDF hook section with installation instructions and zero-dependencies design rationale - Update Attach button docs: text files, binary detection, drag-and-drop across entire chat panel Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: add prompt examples for new v0.8.0 features Added examples to Getting Started for: - Parametric modeling with variable sets - Batch operations with filter keywords - Relative modifications (+20%, *1.5) - Multi-document workflow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Document vision routing, image controls, and vision config fields Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Document Capture button states and viewport capture config fields Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fix image paths to use absolute raw GitHub wiki URLs GitHub wiki doesn't serve images from relative paths. Changed all image references from images/file.png to the absolute raw URL: https://raw.githubusercontent.com/wiki/ghbalf/freecad-ai/images/file.png Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add FreeCAD screenshots and embed in wiki pages 3D viewport screenshots (generated via FreeCAD scripted capture): - simple-box.png, box-fillets.png: Tutorial Simple Box - enclosure-base.png, enclosure-assembled.png: Tutorial Enclosure - boolean-fuse.png: Tool Reference boolean operations - fillet-vs-chamfer.png: Tool Reference fillet/chamfer UI screenshots (captured via Qt widget grab): - workbench-active.png: Full FreeCAD window with AI workbench - chat-panel.png: AI chat dock widget close-up - chat-panel-full.png: Full window with chat visible - settings-dialog.png: Settings dialog showing all sections Image references added to: Home, Getting-Started, Configuration, Tool-Reference, Tutorial Simple Box, Tutorial Enclosure. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add complete wiki documentation (16 pages) Covers installation, configuration, getting started, tool reference (21 tools), skills system (6 built-in skills), AGENTS.md, MCP integration, architecture, 3 tutorials (simple box, enclosure, gear), and FAQ/troubleshooting.