Skip to content

Releases: wellkilo/RepoPilot

RepoPilot v0.3.0

Choose a tag to compare

@wellkilo wellkilo released this 24 Aug 08:45

MCP coherence and auditability

  • Add repopilot_get_run_detail for read-only lifecycle, evidence, approval, and hash-chain inspection.
  • Add explicit cancelled Step outcomes and a compatible PostgreSQL migration.
  • Support newest-first Runbook listing when no search query is supplied.
  • Standardize pull request check discovery as github_list_pull_request_checks.
  • Publish 15 MCP tools with synchronized contracts, Skills, deployment docs, and Glama verification.
  • Extend the verified control-plane reliability baseline to 52/52 tests.

Compatibility

The renamed pull request checks tool is a breaking MCP tool-name change. Clients using github_get_pull_request_checks must switch to github_list_pull_request_checks.

RepoPilot v0.2.2

Choose a tag to compare

@wellkilo wellkilo released this 24 Aug 05:27

Glama hosted runtime fix

  • Add a stable root-level stdio launcher for hosted MCP runtimes.
  • Build a self-contained production package at .glama/server.
  • Verify real MCP initialization and discovery of all 14 tools without external credentials.
  • Document the exact Glama build specification and commit pinning requirements.

RepoPilot v0.2.1

Choose a tag to compare

@wellkilo wellkilo released this 24 Aug 04:18

Highlights

  • Add a dedicated stdio MCP entrypoint for hosted registries and local child-process clients.
  • Preserve the existing Streamable HTTP control plane and all 14 production tool contracts.
  • Add an end-to-end stdio discovery test that requires no database or GitHub credentials.
  • Document the exact Glama build steps, command arguments, and optional environment schema.

Verification

  • 48/48 deterministic reliability checks passed.
  • 34/34 control-plane tests passed with PostgreSQL.
  • Production container build and stdio initialize / tools/list probe passed.

RepoPilot v0.2.0

Choose a tag to compare

@wellkilo wellkilo released this 24 Aug 02:49

RepoPilot v0.2.0 strengthens the public MCP server contract and its release path.

Highlights

  • Publishes 14 repository-maintenance tools with complete parameter semantics and standard MCP safety annotations.
  • Adds a reproducible Node.js 22 multi-stage production container that runs as a non-root user.
  • Adds Glama maintainer metadata and a standard Apache License 2.0 file.
  • Adds an SDK-level MCP discovery contract test covering tool descriptions, schemas, annotations, and server metadata.
  • Documents container deployment, credential boundaries, MCP discovery, and registry verification.
  • Updates the public project site with verifiable MCP release-readiness evidence.

Verification

  • 47/47 deterministic tests passed.
  • TypeScript type checking, ESLint, Prettier, and production builds passed.
  • The production image served the Console and exposed all 14 tools through Streamable HTTP MCP without model or GitHub credentials.