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
@@ -464,10 +464,11 @@ It is conversation-product hardening on top of the shipped shell.
464
464
`M8.26` now adds capability-taxonomy summary cards and latest study-action feedback so the current atom reads like a result surface instead of only a button cluster.
465
465
`M8.27` now adds recent current-atom result history so the rail preserves the last successful actions across turns instead of resetting to a blank continuity surface.
466
466
`M8.28` now adds localized result-detail previews inside that recent-activity history so the rail preserves what those actions produced, not just that they happened.
467
+
`M8.29` now adds expandable history drill-down so the rail can reveal event metadata without leaving the active-atom surface.
467
468
468
469
Priority order:
469
470
470
-
1.history drill-down and continuity-driven follow-up affordances on top of the shipped preview-enabled current-atom recent-activity card,
471
+
1. continuity-driven follow-up affordances on top of the shipped drill-down-enabled current-atom recent-activity card,
471
472
2. only then deeper personalization work,
472
473
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
+22-5Lines changed: 22 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.28`,
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, and `M8.28` as the active-atom result-preview baseline,
23
-
- move the remaining near-term budget into history drill-down and continuity affordances instead of reopening backend scope,
21
+
- keep closing the correction/product/operator gap exposed after `M8.20-M8.29`,
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, and `M8.29` as the active-atom history-drill-down baseline,
23
+
- move the remaining near-term budget into continuity follow-up affordances 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,23 @@ 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.29 Active-Atom History Drill-Down)
227
+
228
+
- Upgraded the recent-activity card from a preview list into an inspectable history surface:
229
+
- each recent current-atom result now exposes a details toggle,
230
+
- drill-down reveals event timestamp, operation id, result surface id, and measured duration,
231
+
- the expanded event stays pinned through runtime re-renders such as language changes.
232
+
- Kept the slice frontend-bounded:
233
+
- no backend route, API contract, or persistence model changed,
234
+
- drill-down state lives only inside the agent-workspace runtime and reuses the bounded diagnostics event ring.
235
+
- Closed the next inspectability gap after `M8.28`:
236
+
- operators can now inspect how a recent action was executed without leaving the active-atom rail,
237
+
- localized rerenders keep both preview text and expanded drill-down labels consistent instead of collapsing the inspection context.
238
+
- Expanded regression coverage for:
239
+
- recent-history details toggles on the active-atom rail,
240
+
- expanded metadata rendering for current-atom history entries,
241
+
- EN/ZH rerender continuity while a history entry remains expanded.
- Added first `AgentConversationAPI` contract surface:
@@ -1326,8 +1343,8 @@ Note: foundation-lane gates now exist on `main`; keep them in the normal verific
1326
1343
1327
1344
1. Treat backend sufficiency as closed-by-default while the gate remains green; do not reopen heavier backend work without new measured pressure.
1328
1345
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.
1329
-
3. Make the next planning round about post-`M8.28` bounded conversation-product hardening:
1330
-
-history drill-down and continuity-driven follow-up affordances on top of the shipped preview-enabled current-atom recent-activity card before deeper personalization work,
1346
+
3. Make the next planning round about post-`M8.29` bounded conversation-product hardening:
1347
+
- continuity-driven follow-up affordances on top of the shipped drill-down-enabled current-atom recent-activity card before deeper personalization work,
1331
1348
- only then deeper personalization work,
1332
1349
- markdown-reader improvements only when they compound the same study loop.
1333
1350
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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,8 +247,8 @@ Recommended next product order:
247
247
- extend explicit conversation memory APIs beyond the current snapshot/read/managed-key inspection and note/correction/eviction surface,
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
-
- 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, and localized result-detail previews on that history surface,
251
-
- next prioritize history drill-down and continuity-driven follow-up affordances on top of the shipped preview-enabled current-atom recent-activity card before deeper personalization work.
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, and expandable history drill-down,
251
+
- next prioritize continuity-driven follow-up affordances on top of the shipped drill-down-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.
0 commit comments