Releases: Helmi/claude-simone
Releases · Helmi/claude-simone
simone-mcp v0.4.0
What's Changed
Bug Fixes
- fix(mcp): resolve built-in partials path for both dev and production environments by @Helmi in #77
- fix(mcp): add missing Handlebars logical helpers (or, and, not) by @Helmi in #82
Features
Documentation
- docs: properly attribute refine_pr prompt to @Swahjak in changelog by @Helmi in #69
- docs: update changelog by @Helmi in #68
Full Changelog: simone-mcp/v0.3.0...simone-mcp/v0.4.0
simone-mcp v0.3.0
What's Changed
Features
- feat: add refine_pr prompt template for iterative PR refinement by @Swahjak in #63 (supersedes #53)
- feat: add optional GitHub Projects integration by @Helmi in #62
- feat: comprehensive test suite implementation by @Helmi in #64
Bug Fixes
- fix: resolve ESLint configuration and dependency issues by @Helmi in #66
- fix(tests): update activity logger tests to check for logError instead of console.error by @Helmi in #67
Documentation
- docs: improve installation and configuration documentation
- docs: add test suite documentation
Full Changelog: simone-mcp/v0.2.0...simone-mcp/v0.3.0
hello-simone v0.6.3
What's Fixed
Template Download Issues Resolved
- Fixed template downloads failing with 404 errors by correcting GitHub URLs from 'main' to 'master' branch
- Removed attempt to download non-existent CLAUDE.md.template
- Updated manual download URL in error messages
Installation
npx hello-simoneChoose between:
- Legacy version (default): The stable, production-ready Simone
- MCP version (
--mcpflag): The new Model Context Protocol implementation
User Impact
Users will no longer see template download warnings when running npx hello-simone --mcp. The installer will successfully download the available templates for project configuration.
hello-simone v0.6.2
What's Changed
Changed
- Updated MCP installer to use
simone-mcp@latestwith--yesflag for automatic updates - Installer now always fetches the latest version of simone-mcp without npm prompts
Installation
npx hello-simoneChoose between:
- Legacy version (default): The stable, production-ready Simone
- MCP version (
--mcpflag): The new Model Context Protocol implementation
simone-mcp v0.2.0
What's Changed
Added
- PR review wait feature that automatically monitors and reports pull request status
- Configurable optional features system allowing users to enable/disable functionality
- Better error handling and retry logic for GitHub API operations
Changed
- Enhanced work_issue prompt with automatic git synchronization and improved flexibility
- Improved template context handling for more reliable prompt rendering
Fixed
- SQLite database lock errors by implementing proper connection sharing
- Features configuration not being passed to Handlebars templates correctly
- GitHub label fetching in create_issue prompt now retrieves actual repository labels
Removed
- Git worktree feature due to incompatibility with Claude's session isolation model
Installation
Install using hello-simone:
npx hello-simone --mcpThis will automatically configure simone-mcp for your project.
Legacy Simone v0.3.5
Community Contributions & Improvements
What's Changed
- Community contributions and improvements
- Bug fixes and enhancements
- Better error handling and stability
Installation
Install using hello-simone:
npx hello-simoneThis will install the legacy version by default.