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
@@ -26,7 +26,7 @@ Implemented now:
26
26
- the graph layout now reserves width for the docked workspace so the graph surface and agent surface can coexist.
27
27
- graph-focus fullscreen now promotes the real graph workspace while keeping a restorable control card in front of it.
28
28
- the new shell strings and runtime empty/fullscreen labels now have bilingual coverage, existing knowledge-card actions / localized system messages re-render on language switch, and conversation card rerender now flows through a centralized card-kind renderer registry in `workspace_panes` to reduce drift risk.
29
-
- conversation knowledge points now carry an execution-capable typed descriptor surface: `focus` and `learning path` are joined by tutor-side `generate_quiz` / `recap` / `generate_transfer` / `generate_counterexample` / `follow_up`, query-side `compare_query_backends` / `inspect_query_backend_diagnostics` / `inspect_query_backend_comparison_history` / `inspect_query_backend_comparison_trend`, tutor diagnostics `inspect_tutor_adapter_telemetry` / `inspect_tutor_trace_diagnostics`, quality/session diagnostics (`inspect_learning_quality_trend` / `inspect_learning_quality_history` / `inspect_session_plan_quality_trend` / `inspect_session_plan_quality_history`), session-side `inspect_session_history` / `build_study_session`, and managed-memory operators (`inspect_memory_snapshot` / `inspect_unit_memory_snapshot` / `inspect_memory_retrain_plan` / `inspect_memory_read` / `write_memory_note` / `record_memory_correction` / `evict_memory_note`), while descriptors include execution, failure, and UI-hint metadata.
29
+
- conversation knowledge points now carry an execution-capable typed descriptor surface: `focus` and `learning path` are joined by tutor-side `generate_quiz` / `recap` / `generate_transfer` / `generate_counterexample` / `follow_up`, query-side `compare_query_backends` / `inspect_query_backend_diagnostics` / `inspect_query_backend_comparison_history` / `inspect_query_backend_comparison_trend`, tutor diagnostics `inspect_tutor_adapter_telemetry` / `inspect_tutor_trace_diagnostics`, quality/session diagnostics (`inspect_learning_quality_trend` / `inspect_learning_quality_history` / `inspect_session_plan_quality_trend` / `inspect_session_plan_quality_history`), session-side `inspect_session_history` / `build_study_session`, and managed-memory operators (`inspect_memory_snapshot` / `inspect_unit_memory_snapshot` / `inspect_long_term_memory_snapshot` / `inspect_memory_retrain_plan` / `inspect_memory_read` / `inspect_long_term_memory_read` / `inspect_managed_memory_state` / `write_memory_note` / `record_memory_correction` / `evict_memory_note`), while descriptors include execution, failure, and UI-hint metadata.
30
30
- browser smoke now exercises real `conversation/path/query-compare/query-compare-history/query-compare-trend/quality-trend/quality-history/session-plan-quality-trend/session-plan-quality-history/session-plan` backend flows, real graph runtime, and real path runtime with screenshot/console/network-summary evidence artifacts.
31
31
32
32
Still open:
@@ -35,6 +35,7 @@ Still open:
35
35
- long-lived dynamic conversation cards beyond the current `study_session_card` / `tutor_action_card` / `session_history_card` / `query_backend_comparison_card` / `query_backend_diagnostics_card` / `query_backend_comparison_history_card` / `query_backend_comparison_trend_card` / `tutor_adapter_telemetry_card` / `tutor_trace_diagnostics_card` / `learning_quality_trend_card` / `learning_quality_history_card` / `session_plan_quality_trend_card` / `session_plan_quality_history_card` paths now share registry-driven rerender wiring, and a source-level guard test now enforces append-kind/registry parity (`src/agent_workspace.frontend.test.ts`); follow-up work is to keep each new card kind wired through that gate by default.
36
36
- the execution-capable contract is now present and no longer limited to quiz/recap, but it still has room to absorb broader tutor/query/session operations beyond the currently shipped action band.
37
37
- managed memory mutation is now present in the conversation lane, but it remains intentionally scoped:
38
+
- read-side inspection now includes deterministic managed-state lookup for the selected atom,
38
39
- writes are limited to session-layer managed notes/corrections,
39
40
- eviction only removes the deterministic managed keys for the selected atom,
40
41
- this is a product-side memory operator surface, not a claim of full memory-admin tooling.
- Added an explicit managed-memory inspection action without widening mutation scope:
77
+
-`inspect_managed_memory_state`.
78
+
- Mainline capability emission now exposes deterministic per-atom managed-state lookup instead of forcing operators or users to infer it from broader session reads:
0 commit comments