Commit graph

2 commits

Author SHA1 Message Date
pdogra1299
749b0e9986 v1.0.1: fix: Improve search_code response formatting and testing
- Enhanced formatCodeSearchOutput for cleaner AI consumption
- Improved HTML entity decoding (", <, >, &, /, ')
- Simplified response structure with file:line:text format
- Removed HTML formatting tags for better readability
- Updated package.json to version 1.0.1
- Updated CHANGELOG.md with comprehensive v1.0.1 entry
- Updated memory bank files with testing results and patterns
- Enhanced .clinerules with v1.0.1 evolution notes
- Validated functionality with live MCP testing workflow
- Confirmed search patterns working with real Bitbucket data
- Removed currentTask.yml as no longer needed
2025-08-08 16:37:20 +05:30
pdogra1299
5a088ecf0d feat: Add search_code tool and bump version to 1.0.0
- Add search_code tool for searching code across Bitbucket repositories
- Currently supports Bitbucket Server only (Cloud support planned)
- Implement SearchHandlers class following modular architecture
- Add formatCodeSearchOutput for clean AI-friendly output
- Support file pattern filtering with glob patterns
- Add comprehensive documentation and examples
- Create Memory Bank for project documentation
- Bump version to 1.0.0 indicating stable API with comprehensive features
- Update CHANGELOG.md with v1.0.0 release notes
2025-07-25 17:50:37 +05:30