Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified console/src/services/worker-service.ts
Binary file not shown.
Binary file modified console/src/services/worker/http/routes/SettingsRoutes.ts
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified console/src/shared/sharing/index.ts
Binary file not shown.
Binary file modified console/src/shared/sharing/sharing.ts
Binary file not shown.
Binary file modified console/src/ui/viewer/App.tsx
Binary file not shown.
Binary file modified console/src/ui/viewer/hooks/useSettings.ts
Binary file not shown.
Binary file modified console/src/ui/viewer/hooks/useStats.ts
Binary file not shown.
Binary file modified console/src/ui/viewer/views/Requirements/index.tsx
Binary file not shown.
Binary file modified console/src/ui/viewer/views/Settings/index.tsx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified console/src/ui/viewer/views/Shared/FeedbackImportView.tsx
Binary file not shown.
Binary file modified console/src/ui/viewer/views/Shared/SharedSpecView.tsx
Binary file not shown.
Binary file modified console/src/ui/viewer/views/Spec/SpecSection.tsx
Binary file not shown.
Binary file added console/src/ui/viewer/views/Spec/SpecTaskCard.tsx
Binary file not shown.
Binary file modified console/src/ui/viewer/views/Spec/annotation/PlanAnnotator.tsx
Binary file not shown.
Binary file not shown.
Binary file modified console/src/ui/viewer/views/Spec/index.tsx
Binary file not shown.
Binary file modified console/src/ui/viewer/views/Spec/parsePlanContent.ts
Binary file not shown.
Binary file not shown.
Binary file modified console/src/ui/viewer/views/Spec/sharing/ShareDialog.tsx
Binary file not shown.
Binary file modified console/src/ui/viewer/views/Spec/sharing/useShare.ts
Binary file not shown.
Binary file modified console/tests/hooks/useSettings.test.ts
Binary file not shown.
Binary file modified console/tests/settings-routes.test.ts
Binary file not shown.
Binary file removed console/tests/sharing/shareRoutes.test.ts
Binary file not shown.
Binary file removed console/tests/sharing/shareStore.test.ts
Binary file not shown.
Binary file not shown.
6 changes: 4 additions & 2 deletions docs/docusaurus/docs/features/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Run `pilot` or `ccp` with no arguments to start Claude with Pilot enhancements.
| `pilot run [flags...]` | Explicit alias for starting Claude |
| `pilot agents` | Open Claude's agent view (`claude agents`) to manage multiple background sessions |
| `ccp` | Alias for `pilot` |
| `pilot update [--yes] [--json]` | Download and install the latest Pilot Shell release (replaces the startup banner) |
| `pilot update [--yes] [--json] [--skip-claude]` | Update both Claude Code and Pilot Shell. `pilot upgrade` is an alias — both verbs run the same flow. |
| `pilot check-context --json` | Get current context usage percentage |
| `pilot register-plan <path> <status>` | Associate a plan file with the current session |
| `pilot sessions [--json]` | Show count of active Pilot sessions |
Expand All @@ -30,7 +30,9 @@ Run `pilot` or `ccp` with no arguments to start Claude with Pilot enhancements.
| `pilot --version` | Show Pilot Shell version |

:::info Update flow
When a newer release exists, `pilot` prints a one-line banner on launch and continues straight into Claude — startup never blocks on the install. Run `pilot update` (add `--yes` to skip confirmation) when you're ready. The check is cached for 6 hours, so warm launches don't pay a network round-trip.
On launch, `pilot` checks both registries — GitHub releases for Pilot Shell and the npm registry for Claude Code (`@anthropic-ai/claude-code`) — and prints a one-line banner when either has a newer version. Startup never blocks on installation.

Run `pilot update` (or its `pilot upgrade` alias — both verbs are interchangeable) when you're ready. The flow runs `claude update` first with a spinner, then downloads and installs the latest Pilot Shell. Pass `--skip-claude` to update only Pilot Shell, or `--yes` to skip the confirmation prompt.
:::

## Bot mode
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus/docs/features/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ All settings are stored in `~/.pilot/config.json`:
"changesReview": false
},
"specWorkflow": {
"worktreeSupport": true,
"branchIsolation": true,
"askQuestionsDuringPlanning": true,
"planApproval": true
}
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus/docs/workflows/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Full exploration workflow for new functionality, refactoring, or any work where

- Codebase exploration with Semble hybrid search and CodeGraph structural analysis
- Architecture design decisions via Q&A
- Full plan with scope, risks, and Definition of Done
- Concise plan: Goal, Approach, per-task Definition of Done — boundary, risks, and verification sections appear only when there's something concrete to say
- Unified verification agent (optional, configurable in Console Settings)

### Bugfixes
Expand Down
Binary file modified docs/site/api/_lib/cors.ts
Binary file not shown.
Binary file added docs/site/api/share.test.ts
Binary file not shown.
Binary file added docs/site/api/share.ts
Binary file not shown.
Loading
Loading