v0.4.4 - Project Guidelines Now Opt-In
What's Changed
Breaking Changes
- Project guidelines (CLAUDE.md and cursor rules) are now opt-in by default
include_claude_memoryparameter now defaults toFalsein all MCP tools and functionsinclude_cursor_rulesparameter remainsFalseby default (no change)- This change improves performance and gives users explicit control over configuration inclusion
Added
- New CLI flag
--include-claude-memoryto opt-in to CLAUDE.md file inclusion - Deprecation warnings for
--no-claude-memoryflag (will be removed in a future version)
Deprecated
--no-claude-memoryCLI flag - use--include-claude-memoryto 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