Skip to content

Release v0.4.0

Choose a tag to compare

@nicobailon nicobailon released this 12 Jun 04:13
· 43 commits to master since this release
2b56f6a

What's New

🚀 New Features

  • ask_gemini MCP tool - Unified tool that combines file context generation with AI response in one step
  • generate-file-context CLI - Standalone CLI for debugging context generation without AI calls

🔧 Improvements

  • Better error handling using exceptions instead of ERROR strings
  • Shared file selection normalization function for code reuse
  • Enhanced logging and validation

📦 Changes

  • Deprecated generate_file_context MCP tool (use ask_gemini instead)
  • Updated documentation with new tool examples

🐛 Fixes

  • Removed unused parameters from ask_gemini
  • Fixed docstring inconsistencies

Full Changelog