diff infinite_canvas/docs/agent-sessions.md @ 282:6bd4a3990696 default tip

Add cross-platform canvas orchestration and typed composer Enable native ARM dependencies, macOS Copilot orchestration, portable service supervision, CPU dictation, and a shared N-key speak-or-type composer. Co-authored-by: Copilot <[email protected]> Copilot-Session: f68442b1-fa8f-46a0-9689-81710613bbd4
author MrJuneJune <me@mrjunejune.com>
date Thu, 20 Aug 2026 20:45:25 -0700
parents c57149ad216e
children
line wrap: on
line diff
--- a/infinite_canvas/docs/agent-sessions.md	Tue Aug 18 22:18:15 2026 -0700
+++ b/infinite_canvas/docs/agent-sessions.md	Thu Aug 20 20:45:25 2026 -0700
@@ -83,6 +83,8 @@
 - `//infinite_canvas:orchestration_dev` owns the dictation server, LiteLLM
   gateway, and canvas lifecycle. `//infinite_canvas:agent_dev` is an alias.
 - One persistent Dictation scratchpad is reused and cleared after submission.
+  `M` toggles speech capture, while `N` focuses the same entity for typing;
+  Enter submits and Shift+Enter inserts a newline.
   Submitted turns are retained in conversation entities after orchestration.
 - One Copilot request runs at a time.
 - Simple `action` presentation stays in the primary orchestrator and does not
@@ -91,5 +93,5 @@
   Browser and image entities accept only absolute HTTP(S) URLs.
 - Conversation transcript storage is currently bounded by
   `CANVAS_ENTITY_TEXT_CAPACITY`.
-- Linux uses the Copilot SDK bridge. Other platforms currently select an
+- Linux and macOS use the Copilot SDK bridge. Windows currently selects an
   explicit unavailable stub.