Peter Steinberger
d537139521
feat(macos): adopt the shared read-only chat transcript cache ( #100275 )
...
* feat(macos): adopt shared read-only chat transcript cache
Cache-first cold open for the macOS chat window/panel: the last known
transcript and session list paint immediately from the shared SQLite
transcript cache, then live gateway history replaces them wholesale.
Recent chats stay browsable read-only while the gateway is unreachable;
sending remains gated by connection state.
- Wires OpenClawChatSQLiteTranscriptCache into WebChatSwiftUIWindowController;
DB at ~/Library/Application Support/OpenClaw/chat-cache.sqlite.
- Gateway identity (MacChatTranscriptCache.gatewayID), derivable offline:
local keys on the canonical gateway state dir; remote/direct keys on the
full canonical URL (scheme, host, resolved port, percent-encoded
path/query); remote/ssh keys on the SSH target plus the resolved remote
gateway port, mirroring the tunnel port resolution. Unconfigured mode
gets no cache.
- macOS file protection: no per-file Data Protection classes; iOS-only
attribute stays gated behind #if os(iOS) in the shared store, and the
per-user container plus FileVault protect at rest.
- Onboarding chat stays uncached (transient guided setup session).
Part of #100194
* feat(macos): wire the offline command outbox into chat windows
* style(macos): fix orphaned doc comment; regenerate docs map
* style(macos): doc-comment lint fix; regenerate docs map on current main
2026-07-06 05:57:16 +01:00
..
2026-05-13 13:33:38 +01:00
2026-07-06 02:13:05 +01:00
2026-07-01 05:19:12 -07:00
2026-07-05 01:13:26 -07:00
2026-02-25 00:27:36 +00:00
2026-03-02 11:32:20 +00:00
2026-03-08 14:58:29 +00:00
2026-05-18 09:16:35 +01:00
2026-07-05 23:35:50 +01:00
2026-03-02 11:32:20 +00:00
2026-03-08 13:22:46 +00:00
2026-03-22 17:32:30 +00:00
2026-04-28 01:25:31 +01:00
2026-05-07 09:07:18 +01:00
2026-03-16 23:56:35 -07:00
2026-06-19 05:32:45 +00:00
2026-03-03 03:07:54 +00:00
2026-06-19 05:32:45 +00:00
2026-05-18 11:16:55 +01:00
2026-05-17 08:18:27 +01:00
2026-05-18 09:16:36 +01:00
2026-05-17 06:34:04 +01:00
2026-05-18 15:37:36 +01:00
2026-05-17 09:46:30 +01:00
2026-05-17 08:03:10 +01:00
2026-05-17 08:18:27 +01:00
2026-07-06 05:57:16 +01:00
2026-07-03 22:09:56 -07:00
2026-07-03 22:09:56 -07:00
2026-03-02 11:32:20 +00:00
2026-07-05 00:45:08 -07:00
2026-03-03 03:07:55 +00:00
2026-05-17 06:34:04 +01:00
2026-05-18 15:37:36 +01:00
2026-05-08 04:11:28 -05:00
2026-03-08 13:22:46 +00:00
2026-07-05 01:02:53 -07:00
2026-03-02 11:32:20 +00:00
2026-05-18 05:21:19 +01:00
2026-07-04 14:30:47 -04:00
2026-07-05 06:59:30 -07:00
2026-05-17 05:21:47 +01:00
2026-05-29 00:14:05 +01:00
2026-07-05 23:35:50 +01:00
2026-03-14 16:48:46 +11:00
2026-07-01 10:47:01 -07:00
2026-06-11 22:39:42 +09:00
2026-07-01 10:47:01 -07:00
2026-05-17 08:18:27 +01:00
2026-07-01 10:47:01 -07:00
2026-05-18 15:37:36 +01:00
2026-03-14 16:48:46 +11:00
2026-05-17 12:41:27 +01:00
2026-07-06 00:06:43 +01:00
2026-07-06 00:06:43 +01:00
2026-07-06 00:06:43 +01:00
2026-05-13 13:33:38 +01:00
2026-05-27 19:24:04 +01:00
2026-06-28 20:24:15 -07:00
2026-03-08 13:22:46 +00:00
2026-05-17 01:12:59 +01:00
2026-05-13 13:33:38 +01:00
2026-05-16 23:49:18 +01:00
2026-03-02 11:32:20 +00:00
2026-04-25 17:02:13 -04:00
2026-04-17 15:59:08 -06:00
2026-05-08 10:18:41 +05:30
2026-06-17 11:57:32 +08:00
2026-05-27 14:58:11 +10:00
2026-07-03 08:15:47 -07:00
2026-05-08 10:18:41 +05:30
2026-03-22 09:35:25 -07:00
2026-03-02 11:32:20 +00:00
2026-03-19 13:51:17 +02:00
2026-05-08 10:18:41 +05:30
2026-05-08 10:18:41 +05:30
2026-05-08 10:18:41 +05:30
2026-07-06 03:23:38 +01:00
2026-05-18 04:06:17 +01:00
2026-03-02 12:13:45 +00:00
2026-05-18 04:06:17 +01:00
2026-05-18 04:06:17 +01:00
2026-04-06 22:10:40 +10:00
2026-04-30 04:10:54 +01:00
2026-03-29 00:35:40 +00:00
2026-03-02 11:32:20 +00:00
2026-05-18 04:06:17 +01:00
2026-06-23 06:38:27 +08:00
2026-05-13 13:33:38 +01:00
2026-06-10 14:41:25 -07:00
2026-07-03 03:40:51 -07:00
2026-03-02 11:32:20 +00:00
2026-05-18 15:37:36 +01:00
2026-06-23 05:36:36 +08:00
2026-03-02 11:32:20 +00:00
2026-03-17 20:59:56 +11:00
2026-03-08 13:22:46 +00:00
2026-07-03 22:09:56 -07:00
2026-07-03 22:09:56 -07:00
2026-05-18 05:21:19 +01:00
2026-03-02 11:32:20 +00:00
2026-03-02 11:32:20 +00:00
2026-03-02 11:32:20 +00:00
2026-06-23 05:36:36 +08:00
2026-03-02 11:32:20 +00:00
2026-05-29 00:14:05 +01:00
2026-03-02 11:32:20 +00:00
2026-07-03 22:09:56 -07:00
2026-03-17 20:46:54 +11:00
2026-04-30 14:14:03 +03:00
2026-03-02 11:32:20 +00:00
2026-03-08 13:47:27 +00:00
2026-07-05 06:59:30 -07:00
2026-07-05 06:59:30 -07:00
2026-07-05 06:59:30 -07:00
2026-07-05 06:59:30 -07:00
2026-07-05 06:59:30 -07:00
2026-07-05 01:02:53 -07:00
2026-07-05 06:59:30 -07:00
2026-07-05 06:59:30 -07:00
2026-07-05 06:59:30 -07:00
2026-07-05 06:59:30 -07:00
2026-03-02 11:32:20 +00:00
2026-07-05 01:13:26 -07:00
2026-07-02 12:22:21 +00:00
2026-03-08 13:47:27 +00:00
2026-05-17 01:12:59 +01:00
2026-05-20 12:58:56 +01:00
2026-07-05 23:35:50 +01:00
2026-03-02 11:32:20 +00:00
2026-07-05 01:02:53 -07:00
2026-03-02 11:32:20 +00:00
2026-07-06 02:53:33 +01:00
2026-07-05 00:45:08 -07:00
2026-07-06 05:57:16 +01:00
2026-05-17 01:36:12 +01:00
2026-07-04 00:03:49 -07:00
2026-03-02 11:32:20 +00:00
2026-05-15 02:27:33 -05:00
2026-05-18 09:16:36 +01:00
2026-07-04 14:30:47 -04:00
2026-06-23 05:36:36 +08:00
2026-03-02 11:32:20 +00:00
2026-03-08 13:22:46 +00:00
2026-05-18 15:37:36 +01:00
2026-05-18 15:37:36 +01:00
2026-03-02 11:32:20 +00:00
2026-07-05 06:59:30 -07:00
2026-05-18 09:16:36 +01:00
2026-05-18 09:16:36 +01:00
2026-05-22 22:53:32 +01:00
2026-04-11 03:58:20 +01:00
2026-03-02 11:32:20 +00:00
2026-03-02 11:32:20 +00:00
2026-03-02 11:32:20 +00:00
2026-05-18 15:37:36 +01:00
2026-05-29 00:14:05 +01:00
2026-05-02 02:47:33 +01:00
2026-05-18 15:37:36 +01:00
2026-03-02 11:32:20 +00:00
2026-05-02 03:23:00 -05:00
2026-03-08 13:22:46 +00:00
2026-03-08 14:58:29 +00:00
2026-04-22 02:12:07 +01:00
2026-04-25 17:05:51 -04:00
2026-04-25 21:05:24 +01:00
2026-06-22 17:27:54 +00:00
2026-03-08 13:47:27 +00:00
2026-03-02 11:32:20 +00:00
2026-04-25 17:05:51 -04:00
2026-03-02 11:32:20 +00:00
2026-03-02 11:32:20 +00:00
2026-03-03 03:07:54 +00:00
2026-03-02 11:32:20 +00:00
2026-03-02 11:32:20 +00:00
2026-05-02 02:54:33 +01:00
2026-05-02 02:54:33 +01:00
2026-05-13 13:33:38 +01:00
2026-06-01 23:03:27 -04:00
2026-03-02 11:32:20 +00:00
2026-06-14 08:56:25 +08:00
2026-02-25 00:14:00 +00:00
2026-05-02 02:28:49 +01:00
2026-05-13 13:33:38 +01:00
2026-06-23 05:36:36 +08:00
2026-06-23 05:36:36 +08:00
2026-05-02 02:47:33 +01:00
2026-05-02 02:54:33 +01:00
2026-07-06 05:57:16 +01:00
2026-03-02 11:32:20 +00:00