Zum Inhalt springen

YZOS Roadmap

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Full specification: 00-product-spec.md.

  • Single-bundle runtime: yzos-desktop links yzos-runtime, PostgreSQL, and the MCP/HTTP endpoint in one process.
  • Screen capture: ScreenCaptureKit segments indexed against activity sessions.
  • Entity engine: candidate discovery, cleanup, and maintenance jobs for people, projects, and tasks.
  • OKF crystallization: knowledge and entity documents with real content, not placeholder templates.
  • OCR and VLM: Apple Vision OCR on keyframes, VLM-generated screen semantics for regions with no extractable text.
  • AI tool session import: Claude Code, Codex, Cursor, Continue, and Aider session history.
  • Permission coverage: full TCC grant flow for screen recording, accessibility, and microphone.

The next major capability upgrade moves behavior recognition from screenshot guessing to structured state diffing:

  • Active window and AX tree snapshots stored per observation
  • Layout region detection (editor, terminal, sidebar, input, canvas)
  • ROI OCR cropped to detected regions, with bounding boxes and confidence
  • Behavior events (edit, run_command, send_message, and more) derived from state diffs, each carrying its evidence

Deeper, source-specific structure for the applications people use most:

  • Browser: URL, DOM, accessibility tree, tab context
  • Terminal: command buffer, prompt, working directory, output diff
  • Cursor / VS Code: workspace, file path, editor selection
  • Figma: canvas object, file, and page metadata
  • Chat apps: sender, thread, input, message diff
  • Voice: activity detection, transcription, speaker separation
  • Chat integration: broader chat app coverage
  • Multi-device sync: user-owned sync targets (iCloud, WebDAV, SSH, S3, Git)
  • Review UI: full entity and activity review surface