Skip to content

Releases: maxritter/pilot-shell

v7.10.1

31 Mar 15:03

Choose a tag to compare

7.10.1 (2026-03-31)

Bug Fixes

  • shorten share URLs ~25% by streamlining encoding pipeline (c39edb7)

v7.10.0

31 Mar 13:15

Choose a tag to compare

7.10.0 (2026-03-31)

Bug Fixes

  • improve Codex CLI invocation and reviewer agent prompting (#124) (d0c8494)
  • security audit hardening across console, launcher, and installer (822c513)

Features

  • Codex adversarial reviewers, spec sharing, and Console improvements (#123) (55055d9)

Dev Pre-release dev-202b34a-20260331

31 Mar 11:24

Choose a tag to compare

Pre-release

Pre-release build (manual trigger)

Commit: 202b34a

This is a development pre-release for testing. Not for production use.

v7.9.0

30 Mar 14:41

Choose a tag to compare

7.9.0 (2026-03-30)

Features

  • add E2E encrypted spec sharing with collaborative annotation feedback (8144796)

v7.8.5

30 Mar 13:32

Choose a tag to compare

7.8.5 (2026-03-30)

Bug Fixes

  • Added sudo prompt for npm if needed (0f916df)

v7.8.4

30 Mar 11:26

Choose a tag to compare

7.8.4 (2026-03-30)

Bug Fixes

  • use AskUserQuestion at code review gate so stop guard allows exit (afb5f76)

v7.8.3

30 Mar 10:10

Choose a tag to compare

7.8.3 (2026-03-30)

Bug Fixes

  • prefer Claude Code Chrome over agent-browser for browser automation (f472cac)

v7.8.2

30 Mar 06:50

Choose a tag to compare

7.8.2 (2026-03-30)

Bug Fixes

  • agent-browser ARM64 Linux support, dynamic devcontainer naming (d8baf10)
  • ensure codegraph is in PATH via ~/.pilot/bin symlink (262e480)

v7.8.1

28 Mar 10:17

Choose a tag to compare

7.8.1 (2026-03-28)

Bug Fixes

  • add Claude CLI flag passthrough and relax /spec permission mode enforcement (16eb4bd)
  • add debug step to diagnose CI logger.formatTool failure (80ab419)
  • add debug step to release.yml (runs on main, not dev) (0fa7c48)
  • enhanced CI debug for logger test — check test file content and single-file run (e0b3352)
  • pin Bun version to 1.3.9 in CI workflows (4c4fd0a)
  • replace codebase-memory-mcp with CodeGraph across project (645cfab)
  • replace mock.module with spyOn for logger in timeline-formatting tests (a1213f9)
  • skip quality hooks when project has no linter config (0a5157d)

v7.8.0

27 Mar 10:31

Choose a tag to compare

7.8.0 (2026-03-27)

Features

  • plan annotations, code review mode, E2E test scenarios in spec workflow (#121) (e5ad5ea), closes #119