openpencil/crates
Kayshen-X a9149047ec feat(web): multi-tenant online mode for the serve-web daemon
--online turns the single-user daemon into an identity-keyed
multi-account host while leaving local and managed byte-identical
(the legacy serve_one is preserved under cfg(test) to prove it):

- TenantRegistry maps verified user ids to per-tenant WebCanvasState +
  SseHub; leases are taken under the registry lock so a live
  connection can never race eviction, and eviction compare-and-removes
  with the M4 persistence seam marked in place
- ServeMode routes through 11 const predicates, all true for
  local/managed; online locks down file IO, device-login proxy,
  settings persistence, indicators, the POST / alias, generic
  shutdown, sync-reset (safe no-op), LAN/relay collab actions (SSRF
  surface), and the process-global thumbnail registry
- credentials arrive as Bearer or cookie via new HttpRequest capture;
  IdentityVerifier starts with a static env-mapped verifier (hub
  introspection lands in M2); missing verifier fails closed with 503
- /api/ai/* routes moved verbatim to connection_ai_routes.rs to keep
  connection.rs under the file cap
2026-08-08 13:22:19 +08:00
..
op-acp
op-ai feat(desktop): one-click mcp registration for twelve clis 2026-08-05 00:52:13 +08:00
op-ai-skills fix(ai): require first-class styled interactive widgets 2026-08-07 02:00:23 +08:00
op-auth-bridge chore: bump version to 0.8.3 2026-08-06 21:15:39 +08:00
op-chrome-extension-core feat(web): chrome extension offline download emits a ready-to-open .op file 2026-08-05 22:15:09 +08:00
op-cli chore: bump version to 0.8.3 2026-08-06 21:15:39 +08:00
op-codegen refactor: typed error enums across the whole workspace 2026-07-27 21:09:06 +08:00
op-collab chore(rust): align workspace checks 2026-08-01 16:19:26 +08:00
op-collab-host feat(web): session-safe sync recovery, SSE fan-in, and collab undo for the browser host 2026-08-08 11:52:10 +08:00
op-collab-policy-file fix(collab): harden p2p collaboration against resource exhaustion 2026-08-01 09:48:23 +08:00
op-collab-relay-client fix(collab): close review follow-ups and align the reauth budget test 2026-08-01 11:42:10 +08:00
op-collab-relay-control-plane refactor(collab): split the control-plane pairing wire tests 2026-08-03 21:05:11 +08:00
op-collab-relay-locator-hsm fix(desktop): unblock native CI on windows and de-flake the idle heartbeat test 2026-08-08 12:48:59 +08:00
op-collab-relay-locator-server feat(collab): replace public invites with 10-char region-tagged pairing codes 2026-08-02 08:31:13 +08:00
op-collab-relay-protocol feat(collab): replace public invites with 10-char region-tagged pairing codes 2026-08-02 08:31:13 +08:00
op-collab-relay-server feat(collab): minimize the relay credential and confirm the owner on LAN 2026-08-01 14:24:46 +08:00
op-collab-smoke feat(collab): allow cross-account collaboration 2026-08-01 13:01:24 +08:00
op-collab-transport fix(desktop): unblock native CI on windows and de-flake the idle heartbeat test 2026-08-08 12:48:59 +08:00
op-config-store test(desktop): keep persistence tests out of the real user config 2026-07-28 00:29:39 +08:00
op-design-lint fix(agent): repair text that is invisible against its own background 2026-08-02 21:21:13 +08:00
op-editor-core feat(web): proxy collaboration participant avatars through the daemon 2026-08-08 12:55:37 +08:00
op-editor-host-core feat(desktop): one-click mcp registration for twelve clis 2026-08-05 00:52:13 +08:00
op-editor-ui feat(web): mint collaboration-namespaced ids at every browser creation site 2026-08-08 12:36:56 +08:00
op-figma refactor: typed error enums across the whole workspace 2026-07-27 21:09:06 +08:00
op-git
op-host-desktop refactor(desktop): split chat-tab run binding out of keyboard_input 2026-08-08 11:52:34 +08:00
op-host-native refactor(desktop): extract collab runtime into op-collab-host crate 2026-08-07 19:55:26 +08:00
op-host-services feat(web): multi-tenant online mode for the serve-web daemon 2026-08-08 13:22:19 +08:00
op-host-web feat(web): mint collaboration-namespaced ids at every browser creation site 2026-08-08 12:36:56 +08:00
op-host-web-server
op-html fix(html): make web-snapshot text, icon and layout capture faithful 2026-08-05 22:15:09 +08:00
op-i18n feat(ai): import DESIGN.md styles into the asset center 2026-08-07 02:00:23 +08:00
op-mcp fix(agent): inherit artboards for sibling screen continuations 2026-08-07 02:00:23 +08:00
op-opmerge
op-orchestrator fix(agent): inherit artboards for sibling screen continuations 2026-08-07 02:00:23 +08:00
op-pen-loader feat(renderer): carry interactive widget semantics through scenes 2026-08-07 02:00:23 +08:00
op-process-io
op-rpc-transport fix(mcp): authenticate the live endpoint and degrade the bootstrap cache 2026-08-01 12:23:09 +08:00
op-smoke fix(agent): inherit artboards for sibling screen continuations 2026-08-07 02:00:23 +08:00
op-util feat(collab): add authenticated p2p collaboration 2026-07-29 00:06:58 +08:00
op-web-sdk feat(editor): give decks a full workspace of navigation, generation and export surfaces 2026-08-05 00:57:49 +08:00
CLAUDE.md feat(web): proxy collaboration participant avatars through the daemon 2026-08-08 12:55:37 +08:00