Skip to content

docmd@0.9.2 ⚡️ (AI Assistant Reliability & UX)

Choose a tag to compare

@mgks mgks released this 11 Aug 09:58
· 67 commits to main since this release
1a1557a

docmd logo

Container Engine & AI Assistant Improvements

✨ This release makes the AI Assistant more reliable across multi-turn conversations and relay environments, with improved tool execution, cleaner code blocks, resilient streaming, and better Markdown rendering.

Highlights

docmd v0.9.2 significantly improves the reliability and usability of the AI Assistant, with more dependable multi-turn tool execution, stronger context preservation, cleaner code block rendering, and improved compatibility with streaming and non-streaming relay endpoints.

AI Assistant

  • Reliable multi-turn tool execution: Upgraded to docmd-assistant v0.1.11, improving context and query preservation across multiple tool calls such as search_documentation and get_site_structure.
  • Better context-grounded responses: Final responses now stay grounded in retrieved documentation and preserve relevant links.
  • Improved code blocks: Code snippets now use a dedicated language header and cleaner formatting inside the chat interface.
  • Fixed Markdown rendering: Resolved stray paragraphs and line breaks around code blocks and lists.
  • Improved relay compatibility: The assistant now handles both streaming (text/event-stream) and standard JSON responses, avoiding failures on proxy and serverless deployments.
  • Improved TypeScript types: Fixed missing parameter and hook type definitions across @docmd/plugin-ai.

Thanks 💖

Thanks to all contributors and community members who reported issues and provided feedback.

Documentation: https://docs.docmd.io/
docmd Cloud: https://cloud.docmd.io
docmd-assistant: https://github.com/docmd-io/docmd-assistant
docmd-search: https://github.com/docmd-io/docmd-search
Skills: https://github.com/docmd-io/docmd-skills

Full Changelog: 0.9.1...0.9.2