Skip to content

Releases: Helmi/claude-simone

simone-mcp v0.4.0

19 Aug 11:27

Choose a tag to compare

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

  • feat(mcp): improve work_issue prompt with branch switching and manual testing by @Helmi in #73

Documentation

Full Changelog: simone-mcp/v0.3.0...simone-mcp/v0.4.0

simone-mcp v0.3.0

30 Jul 18:38

Choose a tag to compare

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

23 Jul 20:34
614aba1

Choose a tag to compare

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-simone

Choose between:

  • Legacy version (default): The stable, production-ready Simone
  • MCP version (--mcp flag): 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

23 Jul 19:35
5f6e9aa

Choose a tag to compare

What's Changed

Changed

  • Updated MCP installer to use simone-mcp@latest with --yes flag for automatic updates
  • Installer now always fetches the latest version of simone-mcp without npm prompts

Installation

npx hello-simone

Choose between:

  • Legacy version (default): The stable, production-ready Simone
  • MCP version (--mcp flag): The new Model Context Protocol implementation

simone-mcp v0.2.0

23 Jul 19:33
5f6e9aa

Choose a tag to compare

simone-mcp v0.2.0 Pre-release
Pre-release

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 --mcp

This will automatically configure simone-mcp for your project.

Legacy Simone v0.3.5

23 Jul 19:43

Choose a tag to compare

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-simone

This will install the legacy version by default.