S
ShipRepo
Sign in

Changelog

Small releases, every few days.

2026-04-21

Full-stack scaffolder, alerts, auto-topup

newops
  • task_type=app scaffolds a working Express + SQLite + auth + Docker stack
  • • CLI · GitHub Action · VS Code extension shipped to GitHub
  • • Auto-topup when credits hit 0 + email alerts + admin overview at /admin.html
2026-04-21

Sandbox hardening + approval gates

securitynew
  • • Docker sandbox runs non-root, read-only rootfs, no network, dropped capabilities
  • • Approve-plan / approve-diff gates — pause mid-pipeline and require human OK
  • • A/B model router and nightly benchmark cron
2026-04-15

Public REST API v1

new
  • • OpenAPI 3.1 spec + Swagger docs at /docs
  • • Personal access tokens (sr_…) for CLI / CI integrations
  • • Server-Sent Events stream for step logs
2026-04-09

Ship-to-Web + Ship-to-Git

new
  • • Scaffolder auto-deploys sites to shiprepo.com/s/<slug>/
  • • One-click create-new-GitHub-repo + push for scaffold tasks
2026-04-03

Unified checkout and account provisioning

new
  • • Buy without an account — we auto-create one from the payment email
  • • Region-aware form (EU / UK / EEA show full billing fields, everyone else only email)
2026-03-28

Repo memory + few-shot fixer

newquality
  • • After each merged PR, ShipRepo extracts repo conventions
  • • Next task on the same repo inherits style + past accepted diffs
2026-03-22

Stack auto-detection

new
  • • Node (npm/pnpm/yarn), Python, Rust, Go auto-detected
  • • Pipeline runs install → typecheck → lint → test with stack-specific commands
2026-03-16

Multi-agent pipeline + retry loop

new
  • • Planner splits a task into steps before locating files
  • • Reviewer agent catches bad fixes before validation
  • • Debug loop retries up to twice, escalates to a stronger model on final attempt
2026-03-10

BYOK + model routing

new
  • • Bring your own OpenAI / Together / Fireworks key — AES-256 vault
  • • Per-step routing: cheap model for Inspector, coder model for Fixer
2026-03-04

Docker sandbox runner

new
  • • Per-task isolated container with memory + CPU limits
  • • Real test runner output fed back to the agent loop
2026-02-26

Free playground

new
  • • 5 preview tasks per month — public repos only
  • • Diff preview before any commit is made
2026-02-20

First PR automation

new
  • • Branch → commit → push → Octokit PR creation
  • • Single-file fixes end-to-end
2026-02-13

Dashboard + task lifecycle

new
  • • Task list, step logs, diff viewer, PR links
  • • BullMQ queue + worker with retry policy
2026-02-06

Landing + auth

new
  • • Public shiprepo.com with pricing and features
  • • SSO sign-in via Melyx auth
2026-01-29

First Inspector / Fixer / Validator

new
  • • Three-agent pipeline, single-model baseline
  • • Internal benchmark harness stood up
2026-01-23

Infra bootstrap

new
  • • Postgres + Redis + Caddy + PM2 stack
  • • First private alpha invites out