Skip to content

pult 0.3.0

Latest

Choose a tag to compare

@sockulags sockulags released this 28 Jul 09:11
· 1 commit to main since this release

First public release.

Highlights

  • MCP server (36 tools + resources) — AI clients like Claude Code can read state, configure apps and control runs over Streamable HTTP on 127.0.0.1:7858. Mutations are approval-gated in pult's UI (no approve tool exists), env values never leave the app (key names only; secrets are typed directly into pult), repo reading is fenced with a denylist and token masking, and every call is audit-logged.
  • English/Swedish UI — English by default, switchable with the SV/EN toggle in the toolbar; the choice persists locally. Core error/receipt texts are still Swedish (known limitation).
  • Everything from 0.2.0: standard runs + profiles with env inheritance, port preflight with override, persistent logs and crash receipts, recovery of orphaned runs, pult.yaml manifests, managed git worktrees, start groups with rollback, tray + context menus.

Install: run pult Setup 0.3.0.exe (per-user, one-click). Data lives in %APPDATA%\pult.

Verified with 307 unit/integration tests and 14 Playwright Electron E2E journeys.