diff --git a/.agents/skills/missing_docs/references/changelog_decisions.md b/.agents/skills/missing_docs/references/changelog_decisions.md index 3cdb5a1d..1b889d94 100644 --- a/.agents/skills/missing_docs/references/changelog_decisions.md +++ b/.agents/skills/missing_docs/references/changelog_decisions.md @@ -32,6 +32,13 @@ Newest first. One row per PR number — usually a `warpdotdev/warp` changelog it | PR | Decided | Verdict | Gate / disqualifier | Reason and outcome | |---|---|---|---|---| +| [#14968](https://github.com/warpdotdev/warp/pull/14968) | 2026-08-25 | yes | Gate 1 | Inline `/usage` slash command in the Warp Agent CLI (and GUI registry). Concrete knob: `/usage` opens account plan, credit usage, and billing links. GUI slash-commands table already listed it; CLI `models-and-usage.mdx` and `reference.mdx` did not. Update those two pages (feature PR). | +| n/a (oz_updates / changelog 2026.08.19) | 2026-08-25 | no | Disqualified: bug fix restoring intended behavior | Fixed intermittent “MCP server not found” errors after a cloud agent sandbox is rebuilt mid-task. Restores expected MCP availability; docs already describe MCP setup, not this failure mode. | +| n/a (changelog 2026.08.19 Factories EA) | 2026-08-25 | no | Disqualifier: major launch / already documented | Warp Factories Early Access launch. Major launches are human-led per docs-worthiness-criteria.md scope; full `src/content/docs/factories/` set already ships. Not a weekly-stream drafting candidate. | +| CtrlCCancelsThirdPartyHarness (flag dogfood→ga) | 2026-08-25 | no | Disqualified: no user-observable change requiring action | Client-side status synthesis so Ctrl-C on a third-party harness session resolves to Cancelled when the plugin is silent (`app/src/terminal/view.rs` observe_ctrl_c_write). No setting/CLI/API knob; Ctrl-C cancel behavior is already documented. Mapped ignore. | +| OpenWarpNewSettingsModes (flag removed) | 2026-08-25 | no | Disqualified: pure UI affordance / flag cleanup | Flag removed after cleanup. Gated an onboarding tab-config modal (APP-3680); no remaining documentable surface. Pruned dead ignore-list entry. | +| POST /factory/{uid}/runs | 2026-08-25 | deferred | Gate 0 | New public_api route in warp-server. Sibling factory routes are mapped internal; released public OpenAPI (`developers/agent-api-openapi.yaml`) has zero `/factory` paths. EA docs already describe dispatch on `factories/factory-api.mdx`. Map `-> internal`; re-check when factory routes are published via sync-openapi-spec. | +| POST /factory/automations/{id}/run | 2026-08-25 | deferred | Gate 0 | Manual run endpoint for factory automations (`RunFactoryAutomationHandler`). Same Gate 0 boundary as other factory automations routes already mapped `-> internal`. Not in released OpenAPI. Re-check with factory API publish. | | [docs#582](https://github.com/warpdotdev/docs/pull/582) | 2026-08-20 | yes | Gate 3 | Factory Dashboard metric definitions (APP-5546). The counting rules are non-obvious and currently live only in hover tooltips: the By-model view caps at eight and folds the rest into Other, there is an Unknown bucket, and opened/merged pull request counts can legitimately disagree. A reader reading the dashboard without them draws wrong conclusions. New reference page justified — no existing page carries per-metric detail. | | [docs#581](https://github.com/warpdotdev/docs/pull/581) | 2026-08-20 | deferred | Gate 0 | `agentDefaults.computerUseModel` is unreleased — the drafting PR said so in its own title. Real knob, would pass Gate 1, but Gate 0 is a hard prerequisite. Re-check when the setting ships to GA. | | [#14418](https://github.com/warpdotdev/warp/pull/14418) | 2026-08-20 | yes | Gate 1 | Agent execution profiles configurable from settings files for all users. Named settings-file configuration. Update the existing agent profiles page. | diff --git a/.agents/skills/missing_docs/references/feature_surface_map.md b/.agents/skills/missing_docs/references/feature_surface_map.md index 5b66eb31..7deae78f 100644 --- a/.agents/skills/missing_docs/references/feature_surface_map.md +++ b/.agents/skills/missing_docs/references/feature_surface_map.md @@ -776,7 +776,6 @@ RememberFastForwardState HoaCodeReview AgentToolbarEditor SkipFirebaseAnonymousUser -OpenWarpNewSettingsModes HOAOnboardingFlow AgentViewConversationListView BuildPlanAutoReloadBannerToggle @@ -796,6 +795,10 @@ GitCredentialRefresh # State-mutating recovery for abnormal terminal lifecycle sequences — an internal # reliability mechanism with no user-facing configuration or UI, so it needs no docs. TerminalLifecycleRecovery +# When Ctrl-C is forwarded to a third-party harness PTY, synthesize Cancelled for +# the CLI agent session if the plugin never reports the interrupt. No setting, +# menu, or CLI flag; Ctrl-C behavior is already documented. +CtrlCCancelsThirdPartyHarness # Orchestration plumbing promoted dogfood -> GA. Neither changes what a user sees # or configures, so both are internal implementation details of the documented # multi-agent orchestration feature (platform/orchestration/multi-agent-runs.mdx): diff --git a/.agents/skills/missing_docs/references/last_release_processed.json b/.agents/skills/missing_docs/references/last_release_processed.json index 72417b3b..141290a6 100644 --- a/.agents/skills/missing_docs/references/last_release_processed.json +++ b/.agents/skills/missing_docs/references/last_release_processed.json @@ -1,8 +1,8 @@ { - "last_processed_version": "v0.2026.08.18.02.52.stable_00", - "release_date": "2026-08-18T14:15:48Z", - "processed_at": "2026-08-20T00:11:30Z", - "changelog_entry_count": 32, - "oz_updates_count": 0, + "last_processed_version": "v0.2026.08.19.08.15.stable_01", + "release_date": "2026-08-19T22:28:46Z", + "processed_at": "2026-08-25T00:58:59Z", + "changelog_entry_count": 5, + "oz_updates_count": 1, "_comment": "Written by check_new_release.py --commit after a drift-watch run completes triage. Kept separate from surface_snapshot.json, which is regenerated wholesale and would lose this marker. Do not hand-edit; to force a re-run of the current release, delete this file." } diff --git a/.agents/skills/missing_docs/references/surface_snapshot.json b/.agents/skills/missing_docs/references/surface_snapshot.json index 1682485c..c702eeea 100644 --- a/.agents/skills/missing_docs/references/surface_snapshot.json +++ b/.agents/skills/missing_docs/references/surface_snapshot.json @@ -96,7 +96,7 @@ "CreateProjectFlow": "ga", "CreatingSharedSessions": "dogfood", "CrossRepoContext": "dogfood", - "CtrlCCancelsThirdPartyHarness": "dogfood", + "CtrlCCancelsThirdPartyHarness": "ga", "CustomModelRouters": "ga", "CycleNextCommandSuggestion": "other", "DebugMode": "other", @@ -193,7 +193,6 @@ "NldPromptHistoryMatch": "other", "OpenCodeNotifications": "ga", "OpenWarpLaunchModal": "ga", - "OpenWarpNewSettingsModes": "ga", "OrchestrationLaunchModal": "ga", "OrchestrationUnifiedStack": "ga", "OscHyperlinks": "ga",