v0.8.0 (2025-02-28)
This release is published under the AGPL-3.0-or-later License.
Features
- Add enhanced prompts and resources (#15,
093dab5) - Add comprehensive documentation to all MCP prompt modules
- Enhance search prompt with detailed contextual output formatting
- Implement consistent logging and docstring patterns across prompt utilities
- Added/Enhanced -
search.py: New formatted output with relevance scores, excerpts, and next steps recent_activity.py: Enhanced with better metadata handling and documentationcontinue_conversation.py: Improved context management- Added/Enhanced -
ai_assistant_guide: Resource with description to give to LLM to understand how to use the tools - Add new
canvastool to create json canvas files in obsidian. (#14,0d7b0b3) - Incremental sync on watch (#13,
37a01b8) - experimental
read_resourcetool for reading non-markdown files in raw form (pdf, image)
Technical improvements
- Added detailed docstrings to all prompt modules explaining their purpose and usage
- Enhanced the search prompt with rich contextual output that helps LLMs understand results
- Created a consistent pattern for formatting output across prompts
- Improved error handling in metadata extraction
- Standardized import organization and naming conventions
- Fixed various type checking issues across the codebase
Chores
Detailed Changes: v0.7.0...v0.8.0