Skip to content

v0.2.2

Choose a tag to compare

@codeofaxel codeofaxel released this 04 Mar 06:34
· 2786 commits to main since this release

What's New

Dynamic MCP Instructions

  • MCP instructions are now context-aware — generated at startup based on your actual config
  • Fresh installs get a conversational first-time setup guide: the agent asks what printer you have, runs network discovery, and connects it — no config files needed
  • Configured setups get a concise capability summary: which printers are connected, which marketplaces are available, slicer status, safety settings

Design Intelligence (26 new tools)

  • FDM design knowledge base: material properties, design patterns, print settings, troubleshooting
  • Design validation and feedback bridge
  • 300 MCP tools total (up from 273)

Fixes

  • Auth scope audit: ambient/trend tools added to READ_ONLY allowlist
  • Thread-safety test race condition in emergency coordinator
  • Ruff lint violations resolved (SIM105, SIM118, I001)