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
Copy file name to clipboardExpand all lines: docs/diataxis/en/explanation/agent-conversation-focus-mode-plan.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -468,10 +468,11 @@ It is conversation-product hardening on top of the shipped shell.
468
468
`M8.30` now adds deterministic follow-up affordances inside expanded history items so the rail can suggest the next bounded action without leaving that same active-atom surface.
469
469
`M8.31` now makes those follow-up suggestions continuity-aware, so older history entries skip already-completed recent steps when a fresher deterministic action exists.
470
470
`M8.32` now explains those freshness-aware suggestions and exposes one secondary alternative, so expanded history items read like bounded decision surfaces instead of opaque action picks.
471
+
`M8.33` now layers confidence signals onto that rationale surface, so each expanded history item exposes rank/freshness/alternative-availability evidence instead of leaving suggestion certainty implicit.
471
472
472
473
Priority order:
473
474
474
-
1. deeper continuity explanation quality and confidence signals on top of the shipped rationale-enabled current-atom recent-activity card,
475
+
1. deeper continuity explanation quality around alternative tradeoffs and confidence drift on top of the shipped signal-enabled current-atom recent-activity card,
475
476
2. only then deeper personalization work,
476
477
3. markdown-reader improvements only when they clearly compound the same study loop.
Copy file name to clipboardExpand all lines: docs/diataxis/en/explanation/development-progress-dashboard.md
+21-5Lines changed: 21 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ Current top priority is not feature-count expansion.
18
18
Current top priority is **conversation-product hardening on top of the already-green backend baseline**:
19
19
20
20
- keep backend sufficiency as a standing decision gate rather than an active execution lane,
21
-
- keep closing the correction/product/operator gap exposed after `M8.20-M8.32`,
22
-
- treat `M8.23` as the operator-visibility baseline for conversation-memory/correction actions, `M8.24` as the active-atom action-surface baseline, `M8.25` as the active-atom pane-state continuity baseline, `M8.26` as the active-atom study-loop summary baseline, `M8.27` as the active-atom recent-result continuity baseline, `M8.28` as the active-atom result-preview baseline, `M8.29` as the active-atom history-drill-down baseline, `M8.30` as the active-atom history follow-up baseline, `M8.31` as the active-atom history freshness-ranking baseline, and `M8.32` as the active-atom history rationale/alternative baseline,
23
-
- keep the remaining near-term budget on deeper continuity explanation quality instead of reopening backend scope,
21
+
- keep closing the correction/product/operator gap exposed after `M8.20-M8.33`,
22
+
- treat `M8.23` as the operator-visibility baseline for conversation-memory/correction actions, `M8.24` as the active-atom action-surface baseline, `M8.25` as the active-atom pane-state continuity baseline, `M8.26` as the active-atom study-loop summary baseline, `M8.27` as the active-atom recent-result continuity baseline, `M8.28` as the active-atom result-preview baseline, `M8.29` as the active-atom history-drill-down baseline, `M8.30` as the active-atom history follow-up baseline, `M8.31` as the active-atom history freshness-ranking baseline, `M8.32` as the active-atom history rationale/alternative baseline, and `M8.33` as the active-atom history confidence-signal baseline,
23
+
- keep the remaining near-term budget on deeper continuity explanation quality around alternative tradeoffs and confidence drift instead of reopening backend scope,
24
24
- keep remote `main` CI interpretation evidence-based: the latest fully completed `main` workflow set is green, and new pushes should be treated as pending until their workflow set finishes.
25
25
26
26
## Current Mainline Snapshot (2026-04-21 M8.18)
@@ -223,6 +223,22 @@ Execution anchor:
223
223
- diagnostics snapshot coverage for stored preview payloads,
224
224
- EN/ZH re-render coverage for localized preview text.
225
225
226
+
## Latest Mainline Increment (2026-04-21 M8.33 Active-Atom History Confidence Signals)
227
+
228
+
- Extended the expanded history follow-up surface with explicit confidence evidence:
229
+
- each suggested next step now exposes deterministic rank/freshness badges instead of treating certainty as implicit,
230
+
- the rail also shows whether a bounded secondary alternative is still available from the same history context,
231
+
- confidence copy now distinguishes between clean fresh picks and suggestions that had to skip more recent repeats.
232
+
- Kept the slice frontend-bounded:
233
+
- no backend route, API contract, persistence model, or capability schema changed,
234
+
- signal derivation still reuses the local recent-history list plus existing point capabilities and fallback actions.
235
+
- Closed the next post-`M8.32` explanation gap:
236
+
- operators can now see why a suggestion is trustworthy without mentally reconstructing candidate order,
237
+
- the card exposes lightweight confidence evidence before deeper personalization or backend work.
238
+
- Expanded regression coverage for:
239
+
- top-ranked suggestions rendering rank/freshness/alternative badges plus fresh-candidate copy,
240
+
- stale-step skips rendering adjusted confidence signals and rerendering those signals correctly in EN/ZH.
241
+
226
242
## Latest Mainline Increment (2026-04-21 M8.32 Active-Atom History Rationale And Alternatives)
227
243
228
244
- Upgraded freshness-aware history follow-up suggestions into a more legible continuity surface:
@@ -1342,8 +1358,8 @@ Note: foundation-lane gates now exist on `main`; keep them in the normal verific
1342
1358
1343
1359
1. Treat backend sufficiency as closed-by-default while the gate remains green; do not reopen heavier backend work without new measured pressure.
1344
1360
2. Treat remote `main` CI as evidence-bound to the latest fully completed workflow set; only reopen CI-triage narrative when a fresh failing run exists.
1345
-
3. Make the next planning round about post-`M8.32` bounded conversation-product hardening:
1346
-
- deeper continuity explanation quality and confidence signals on top of the shipped rationale-enabled current-atom recent-activity card before deeper personalization work,
1361
+
3. Make the next planning round about post-`M8.33` bounded conversation-product hardening:
1362
+
- deeper continuity explanation quality around alternative tradeoffs and confidence drift on top of the shipped signal-enabled current-atom recent-activity card before deeper personalization work,
1347
1363
- only then deeper personalization work,
1348
1364
- markdown-reader improvements only when they compound the same study loop.
1349
1365
4. Treat notification-threshold governance as closed after `M7.29`; do not plan `M7.30+` unless a materially new operator requirement appears.
Copy file name to clipboardExpand all lines: docs/diataxis/en/explanation/local-backend-sufficiency-and-escalation-plan.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
@@ -248,7 +248,7 @@ Recommended next product order:
248
248
- the minimum correction / feedback closure is now integrated through explicit next-step guidance on missing managed state,
249
249
- operator-facing visibility for conversation-memory and correction actions is now integrated through persisted diagnostics summary/index counts,
250
250
- stronger agent action surfaces around focus mode and learning path are now integrated through the active-atom quick-action rail, toolbar routing, continuity notes/path-target diagnostics, capability-taxonomy summary cards, the recent-activity history card, localized result-detail previews on that history surface, expandable history drill-down, deterministic history follow-up affordances, continuity-aware freshness ranking for those affordances, and bounded rationale/secondary-alternative rendering,
251
-
- next prioritize deeper continuity explanation quality and confidence signals on top of the shipped rationale-enabled current-atom recent-activity card before deeper personalization work.
251
+
- next prioritize deeper continuity explanation quality around alternative tradeoffs and confidence drift on top of the shipped signal-enabled current-atom recent-activity card before deeper personalization work.
252
252
2. markdown-reader improvement:
253
253
- only when it clearly compounds knowledge review or focus-mode study loops.
- 将 `M8.23` 视作 conversation-memory / correction action 的 operator-visibility 基线,将 `M8.24` 视作当前 atom action-surface 基线,将 `M8.25` 视作当前 atom pane-state continuity 基线,将 `M8.26` 视作当前 atom study-loop summary 基线,将 `M8.27` 视作当前 atom recent-result continuity 基线,将 `M8.28` 视作当前 atom result-preview 基线,将 `M8.29` 视作当前 atom history-drill-down 基线,将 `M8.30` 视作当前 atom history follow-up 基线,将 `M8.31` 视作当前 atom history freshness-ranking 基线,将`M8.32` 视作当前 atom history rationale/alternative 基线,并将 `M8.33` 视作当前 atom history confidence-signal 基线,
0 commit comments