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: v0.14.3-alpha — custom provider persistence fix (#12) FAQ entry covering the symptom (selector reverts to Anthropic on restart while custom URL/model values stay) and the root cause: the ParamGet mirror only encodes 11 providers; non-prefs providers left a stale ProviderIndex that shadowed the JSON, and the dialog's preset application wiped fields on switch-to-Custom because the preset ships empty strings. Cross-link from the Custom-provider section in Configuration.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
docs: v0.14.1+v0.14.2-alpha — github reranker default, theme troubleshooting - Configuration.md / Tool-Reranking.md: document the github provider's keyword-reranker default (top_n=8), applied only when the reranker UI is at factory state. Covers v0.14.1-alpha which skipped wiki updates. - FAQ.md: add a Troubleshooting entry for the chat panel painting dark on a light-themed FreeCAD (Linux + dark host Qt theme), pointing to v0.14.2-alpha as the fix and noting the custom-theme fallback caveat. 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>
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 SVG diagrams and embed in wiki pages Four architectural/conceptual diagrams: - data-flow.svg: User message → LLM → tool loop → response pipeline - agentic-tool-loop.svg: Detailed tool execution loop with max turns - pocket-offset.svg: Why sketch at z=H is correct vs z=0 (no floor) - enclosure-anatomy.svg: Cross-section with all structural features Images referenced from Architecture.md, FAQ.md, and 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.