Skip to content

v0.4.4 - Project Guidelines Now Opt-In

Choose a tag to compare

@nicobailon nicobailon released this 15 Jun 06:15
· 2 commits to master since this release
58cec04

What's Changed

Breaking Changes

  • Project guidelines (CLAUDE.md and cursor rules) are now opt-in by default
    • include_claude_memory parameter now defaults to False in all MCP tools and functions
    • include_cursor_rules parameter remains False by default (no change)
    • This change improves performance and gives users explicit control over configuration inclusion

Added

  • New CLI flag --include-claude-memory to opt-in to CLAUDE.md file inclusion
  • Deprecation warnings for --no-claude-memory flag (will be removed in a future version)

Deprecated

  • --no-claude-memory CLI flag - use --include-claude-memory to opt-in instead
    • The flag still works but shows a deprecation warning
    • Will be removed in the next major version

Fixed

  • Prevent task list information from appearing in GitHub PR reviews
  • Handle FunctionTool objects in CI by skipping tests when function not accessible
  • Resolve all pyright type checking errors following strict type safety guidelines

Full Changelog: v0.4.3...v0.4.4