Skip to content

History / Architecture

Revisions

  • wiki: v0.21.0-alpha — managed backups dir + auto-save fix - Home: bump latest-release banner to v0.21.0-alpha (also folds in the skipped v0.20.0-alpha MCP-URL-client release into the builds-on chain). - Configuration: document the retention family in the config reference — max_backups (new in v0.21.0) plus the previously-undocumented max_saved_conversations / max_session_logs / max_retention_age_days. - Architecture: note that execute_code auto-save snapshots now live in the managed <FreeCADAI dir>/backups/ dir, not beside the user's document.

    @ghbalf ghbalf committed Jul 27, 2026
  • 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>

    @ghbalf ghbalf committed May 1, 2026
  • Document deferred MCP loading, tool search, and fix stale tool counts Add deferred loading and tool search sections to MCP-Integration.md, add deferred field to Configuration.md, update Architecture.md with lazy_params and test_mcp_deferred.py. Fix 21→33 tool counts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @ghbalf ghbalf committed Mar 9, 2026
  • 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>

    @ghbalf ghbalf committed Feb 23, 2026
  • 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>

    @ghbalf ghbalf committed Feb 23, 2026
  • 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.

    @ghbalf ghbalf committed Feb 23, 2026