You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace "Intelligent Context" with "Persistent Memory" as headline feature
- Reorder features: Spec-Driven first, Persistent Memory last
- Merge Built-in Rules and Coding Standards into single section
- Compress hooks pipeline into 3-column grid on website
- Remove QualifierSection from website
- Rename Context7 to lib-docs in MCP servers display
- Fix license activation: PILOT- keys no longer fall through to Gumroad
on network errors, preventing misleading "Invalid license key" message
- Add retry with 2s delay for Polar network errors
- Fix installer reading JSON error from stdout instead of empty stderr
rules: ["Frontend — Components, CSS, accessibility, responsive","Backend — API design, data models, migrations","Activated by file type — loaded only when needed"],
113
123
},
114
-
];
115
-
116
-
conststandardsList=[
117
-
{name: "Python",desc: "uv, pytest, ruff, basedpyright, type hints",ext: "*.py"},
118
-
{name: "TypeScript",desc: "npm/pnpm, Jest, ESLint, Prettier, React",ext: "*.ts, *.tsx"},
Copy file name to clipboardExpand all lines: docs/site/src/components/WhatsInside.tsx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,6 @@ interface InsideItem {
20
20
}
21
21
22
22
constinsideItems: InsideItem[]=[
23
-
{
24
-
icon: InfinityIcon,
25
-
title: "Intelligent Context",
26
-
description: "Never lose context mid-task",
27
-
summary: "Auto-compaction fires at ~83% context — hooks capture state before compaction and restore it after. No process restart, no lost context. Multiple sessions run in parallel without interference.",
summary: "Production-tested best practices loaded every session. Coding standards activate by file type. Structured workflows via /spec, /sync, /vault, /learn. Custom rules survive updates.",
46
40
},
41
+
{
42
+
icon: InfinityIcon,
43
+
title: "Persistent Memory",
44
+
description: "Context carries across sessions",
45
+
summary: "Every decision, discovery, and debugging insight is captured to Pilot Console. Pick up any project after days or weeks — Claude already knows your architecture, patterns, and past work.",
Copy file name to clipboardExpand all lines: docs/site/src/content/blog/managing-context-long-sessions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ This creates a ceiling on the complexity of work you can do with AI assistance.
93
93
94
94
What's needed is a way to make sessions **continuous** — to preserve the accumulated understanding across context boundaries, automatically, without manual intervention.
This is the problem that Claude Pilot's context management was designed to solve. Instead of treating the context limit as a hard wall that destroys your progress, auto-compaction turns it into a seamless checkpoint.
0 commit comments