docs: refresh Settings dialog screenshots with Tool Reranking section Update captions to reflect current section layout (Provider + Model Parameters / Behavior + System Prompt + Tool Reranking / MCP + User Tools + Skills + Hooks + Test Connection). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
docs: reranker model params, Ollama /v1 gotcha, test outcomes - Configuration: /v1 vs /api Ollama warning in the main Ollama setup section, with both endpoint classes explained - Tool-Reranking: always-editable params table behavior, Test Reranker button with three outcome states, model selection guidance for Ollama rerankers (which models echo control tags, which work well) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
docs: tool reranking page (keyword + LLM) Covers the two reranker methods, the robustness contract, user/MCP tool handling, quality tips for custom tools, known lexical blind spots in the keyword path, and the LLM-reranker provider override. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
docs: update Home for v0.9.0-alpha — 50 tools, 7 skills, file attachments Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: add edit_sketch tool and sketch-from-image skill - Add edit_sketch to Tool-Reference (clear_all, constraint overwrite, Y-axis) - Update create_sketch notes: auto-constraining, overwrite, Y-axis warning - Add sketch-from-image to Skills and Skills-Reference (early development) - Update tool count 48→50, skill count 6→7 (8→9 in reference) Co-Authored-By: Claude Opus 4.6 (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>
docs: document Model Parameters table and Strip Thinking History - Updated Parameters Section → Model Parameters Section with per-model sampling parameters table explanation and rationale - Added Strip Thinking History section explaining tristate checkbox, auto-detection, and when to change it - Updated config schema with model_params and strip_thinking_history - Updated Field Reference table - Updated Moonshot note (no longer "locked", now editable defaults) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: add 11 new tools to Tool-Reference for v0.8.0-alpha Added: list_faces, list_edges, list_documents, switch_document, describe_model, create_variable_set, create_spreadsheet, set_expression. Updated fillet_edges/chamfer_edges with filter keywords. Updated modify_property with relative expressions. Tool count: 48 (was 37). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: update Settings dialog screenshots for v0.8.0-alpha Shows new Model Parameters table, strip thinking checkbox, and merged Parameters section. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: add assembly tools to Tool Reference Add create_assembly, add_assembly_joint, add_part_to_assembly with parameter tables, examples, joint type guide, and Ball joint warning. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: note that dark mode theme changes require restart Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: update Home.md features for v0.6.0-alpha Fix tool count (33→37), add skill optimizer, hooks, dark mode, vision routing, image support, configurable context window. Update provider count and skills description. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: update Home.md provider table with all 20 providers Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: update Settings screenshots (3 images for full dialog) Dialog now has too many sections for two screenshots. Third image covers User Tools, Skills, Hooks, and Test Connection. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: add redo, undo_history, describe_model, Skills section Tool-Reference: updated undo with "until" param, added redo, undo_history, and describe_model tool docs. Configuration: added Skills section documentation, updated dialog section list. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: update Settings dialog screenshots and Behavior section - New screenshots showing System Prompt section, tool calling checkbox, and current UI layout - Added "Model supports tool calling" to Behavior section table Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: add use_skill tool, system prompt section, config field - Tool-Reference: add use_skill tool documentation - Configuration: add System Prompt section, system_prompt_override field reference, add to config schema example Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: update provider table for v0.4.0-alpha (22 providers) Add all 16 new providers to the comparison table with their default models and notes. Add Moonshot parameter constraints section. Update provider.name field reference. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: add section_area check type for detecting flipped parts Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: add bbox_position check type for catching orientation errors Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: expand expression language reference with examples and limitations Replaces the brief bullet list with a full reference: syntax table, formula examples (shell, posts, circle, diagonal, lip), and explicit list of what's NOT supported (strings, comparisons, imports, ^ vs **). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: add /optimize-skill and /create-validation to Skills Reference - /optimize-skill: scoring metrics table, VALIDATION.md integration - /create-validation: usage, warnings about draft quality, common errors table, example workflow - Updated skill count to 8 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: add geometry validation, report_skill_params, VALIDATION.md documentation - Tool Reference: add report_skill_params tool (34 tools total) - Creating Skills: add VALIDATION.md section with format, check types, expressions, tolerances, conditional rules, --validate usage - Creating Skills: add VALIDATION.md to directory structure Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add Dynamic API Keys documentation (file: and cmd: prefixes) Explains OAuth/dynamic token support: file:/path reads token from file, cmd:command runs a shell command. Includes examples for gcloud, Azure, and cron-based refresh scripts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update settings dialog screenshots (now scrollable, two images) Settings dialog is now too tall for one screenshot. Split into: - settings-dialog.png: top half (Provider, Parameters, Behavior, MCP) - settings-dialog-2.png: bottom half (MCP buttons, User Tools, Hooks) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Document hooks system, context window, and hooks_disabled config field - Added Hooks section: structure, writing hooks, events table, return values, context keys, managing hooks in Settings, built-in hooks - Added Context Window to Parameters section - Added context_window and hooks_disabled to JSON schema and field reference - Added hooks directory to Other Configuration Directories table Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update screenshots and remove unused chat-panel-full.png - settings-dialog.png: now shows Context Window, Viewport capture, Vision checkbox, Edit button for MCP servers, User Tools section - chat-panel.png: now shows Capture and Attach buttons - workbench-active.png: updated to match current UI - Removed unused chat-panel-full.png Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Document skill optimizer settings, workflow, and version history Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add llm-vision-mcp installation and configuration guide Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>