Commit Graph

  • 30858984e0 fix(editor): preserve escaped mark serialization in plain blocks Neil 2026-09-18 05:10:34 -07:00
  • e26bbbb62f fix(editor): retain balanced markdown destinations Neil 2026-09-18 05:09:49 -07:00
  • 8eb45fe4ef fix(editor): force source serialization for escaped entity marks Neil 2026-09-18 05:08:41 -07:00
  • 6f3f9a6df8 chore(editor): satisfy destination serializer lint Neil 2026-09-18 05:07:02 -07:00
  • d6b9e7c4a2 fix(editor): preserve nested markdown destinations and escaped entities Neil 2026-09-18 05:06:19 -07:00
  • bd890db0e9 chore(editor): satisfy serializer lint Neil 2026-09-18 05:03:13 -07:00
  • b0a5a30d28 fix(editor): normalize escaped dollar amounts Neil 2026-09-18 05:02:17 -07:00
  • 0b0737c6d0 fix(editor): preserve escaped markdown entities through fast serialization Neil 2026-09-18 05:00:13 -07:00
  • ac3bed9fd0 chore(editor): satisfy escape mark lint Neil 2026-09-18 04:57:19 -07:00
  • 71825168a7 fix(editor): route marked escape tokens through rich markdown mark Neil 2026-09-18 04:56:16 -07:00
  • 0379a024b9 fix(editor): keep escaped mark fallback neutral Neil 2026-09-18 04:52:47 -07:00
  • 4c9db02711 fix(editor): retain escaped punctuation metadata during serialization Neil 2026-09-18 04:51:59 -07:00
  • d627a58a6f chore(editor): satisfy merged markdown lint rules Neil 2026-09-18 04:50:15 -07:00
  • 823841e2b2 fix(editor): preserve baseline link and escape serializer behavior Neil 2026-09-18 04:49:01 -07:00
  • 27f3f8f863 fix(editor): keep existing source-preserving serializer active Neil 2026-09-18 04:48:30 -07:00
  • 4d2703db89 fix(editor): avoid duplicate escape extension and preserve EOF shape Neil 2026-09-18 04:47:54 -07:00
  • d14ade730f fix(editor): restore inline math import Neil 2026-09-18 04:47:30 -07:00
  • 7ce3711dca fix(editor): remove duplicate block math tokenizer Neil 2026-09-18 04:47:15 -07:00
  • 6be4e466aa style(editor): format merged markdown extensions Neil 2026-09-18 04:46:59 -07:00
  • ec0c651cfc fix(editor): accept indented display math with inner dollars, escape pipes in cell attributes averydev 2026-09-12 14:31:47 -07:00
  • 9b54d56c69 fix(editor): keep table pipes, link destinations and display math faithful to source Neil 2026-09-18 04:46:21 -07:00
  • 2d9542cd30 fix(editor): retry the whole-text patch and refuse escaped dollars as math closers averydev 2026-09-12 14:01:30 -07:00
  • 7bc2bd16ce fix(editor): carry escapes as a mark so emphasis and links stay continuous averydev 2026-09-12 13:57:31 -07:00
  • df6ccf2500 fix(editor): round-trip escapes as atoms and narrow the end-of-file reconcile averydev 2026-09-12 13:36:38 -07:00
  • 01d6567c02 fix(editor): stop the rich markdown editor from mangling dollar-heavy files averydev 2026-09-12 13:01:21 -07:00
  • 3aefee4a13 feat(mobile): native page-shell bridge in orca-mobile-web-shell (OTA phase C, C0.2) (#21434) Jinwoo Hong 2026-09-18 07:38:47 -04:00
  • 58890c59fb fix(editor): document isolated store harness cast Neil 2026-09-18 04:35:45 -07:00
  • 4aa170ae56 fix(editor): register the open-preview banner string Frederic Barthelemy 2026-09-09 16:27:11 -07:00
  • 9d2ca03c4c docs(editor): state the fault-tracking constraints in present tense Frederic Barthelemy 2026-09-09 15:53:56 -07:00
  • 68c9a1b248 refactor(editor): show the preview affordance only after rich mode faults Frederic Barthelemy 2026-09-09 15:49:27 -07:00
  • f4c3a593e4 feat(editor): offer the markdown preview when rich mode falls back Frederic Barthelemy 2026-09-09 14:03:56 -07:00
  • c1365740ea test(editor): cover consecutive fenced code transport Neil 2026-09-18 04:30:21 -07:00
  • d75e511f4f test(editor): cover markdown corruption task repro Neil 2026-09-18 04:28:38 -07:00
  • 80ddaf7c47 test(editor): cover nested code mark round trips Neil 2026-09-18 04:26:59 -07:00
  • bb8634185a docs(runtime): record what the terminal artifact grant checks do not close nwparker/terminal-artifact-swap-detection Neil 2026-09-18 04:23:52 -07:00
  • 983a703d10 fix(runtime): detect a same-size terminal artifact swap the granted stat cannot see Neil 2026-09-18 04:23:42 -07:00
  • 2a2c1a767f test(e2e): leave the force-park reveal out of the assertion instead of matching it loosely fix/park-discards-only-scrollback-copy Neil 2026-09-18 04:23:30 -07:00
  • 3f950cec0f fix(editor): choose safe markdown code fences Neil 2026-09-18 04:23:07 -07:00
  • 8fc81182ab feat(mobile): envelope contract for the web shell bridge (OTA phase C, C0.1) (#21432) Jinwoo Hong 2026-09-18 07:21:31 -04:00
  • 8447710c60 test(editor): cover mounted markdown clipboard slices Neil 2026-09-18 04:15:59 -07:00
  • 2b29d2d5cc fix(editor): type table cell rendering Neil 2026-09-18 04:10:41 -07:00
  • 4e38a80ab9 test(editor): cover dollar-heavy source reconciliation Neil 2026-09-18 04:08:51 -07:00
  • 5235ba6f15 test(e2e): assert where a park's bytes land, and re-point the inventory-frame check at the force-park Neil 2026-09-17 22:53:48 -07:00
  • 846e9acef1 test(sync): pin that the mirrored rebuild carries the client scrollback refs Neil 2026-09-17 22:53:41 -07:00
  • 04199091a7 fix(terminal): keep ordinary-park scrollback off the upload, and read both homes through one resolver Neil 2026-09-17 22:53:32 -07:00
  • fd32080105 feat(session): add a local-only home for ordinary-park scrollback Neil 2026-09-17 22:53:20 -07:00
  • 4b0958b7b9 fix(terminal): carry a parked pane's scrollback through the mirrored-layout rebuild Neil 2026-09-17 16:34:13 -07:00
  • 018e38269a fix(terminal): keep a parked pane's scrollback across a reconnect merge Neil 2026-09-17 13:59:52 -07:00
  • 3f418202fb docs(terminal): pin why the two unhydrated-catalog fallbacks point opposite ways Neil 2026-09-17 13:36:33 -07:00
  • c8e2614d9f fix(terminal): let a park capture survive an unhydrated repo catalog Neil 2026-09-17 13:29:57 -07:00
  • 75e427156c refactor(terminal): validate the paired host terminal RPC shape instead of casting it Neil 2026-09-17 13:27:08 -07:00
  • 609a634fa4 test(terminal): prove a parked remote pane survives a host that answers nothing Neil 2026-09-17 13:18:14 -07:00
  • 48476c7956 fix(terminal): keep a client copy of a parked remote pane's scrollback Neil 2026-09-17 13:04:06 -07:00
  • 5383679a22 fix(editor): keep wide code lines scrollable Neil 2026-09-18 04:05:39 -07:00
  • 01beadbcf0 fix(explorer): make filename search find all workspace files (#21423) Neil 2026-09-18 04:05:23 -07:00
  • c5011c3d7e fix(editor): scroll wide markdown code blocks Neil 2026-09-18 03:45:08 -07:00
  • 7909dad7ba fix(ci): keep mobile patches LF so Windows can parse them (#21439) Neil 2026-09-18 03:42:48 -07:00
  • a4f60ff9ea fix(editor): preserve table cell line breaks Neil 2026-09-18 03:42:00 -07:00
  • a7cfdddfe5 fix(editor): split headings into paragraphs Neil 2026-09-18 03:37:46 -07:00
  • 8f9a55ef8a fix(editor): restore editability after View Log (#21424) Neil 2026-09-18 03:36:15 -07:00
  • 2b5ee4ca83 fix(ci): keep mobile patches LF so Windows can parse them fix/mobile-patches-crlf Neil 2026-09-18 03:32:46 -07:00
  • ee3df6a7e6 fix(explorer): keep filename search results complete nwparker/notion-file-search Neil 2026-09-18 03:29:19 -07:00
  • 89ee2e7363 fix(editor): preserve markdown on clipboard copy Neil 2026-09-18 03:27:42 -07:00
  • f7b3a4a3fb test(editor): cover bounded table output Neil 2026-09-18 03:22:51 -07:00
  • 3ad7b36afb fix(editor): bound markdown table column padding Neil 2026-09-18 03:21:21 -07:00
  • ca2ae89011 ci: install mobile dependencies in every desktop packaging job, pin mobile page source to LF (OTA phase C, C0.6) (#21425) Jinwoo Hong 2026-09-18 05:44:11 -04:00
  • 95b121cac2 fix(editor): handle tilde fences in ordered items Neil 2026-09-18 02:40:51 -07:00
  • bf8c14df78 fix(editor): stabilize fenced code in ordered lists Neil 2026-09-18 02:36:00 -07:00
  • 931ea88058 fix(explorer): search file names through runtime Neil 2026-09-18 02:22:43 -07:00
  • bc25e96233 test(rpc): use runtime fixture for repo binding llevintza/bug-create-worktree-github-issue-pr-search-ignor Neil 2026-09-18 02:22:35 -07:00
  • 4cda8abdbe fix(github): satisfy strict casting quality checks Neil 2026-09-18 02:16:10 -07:00
  • 593141590e fix(terminal): retire captured remote handles when pending panes close (#21005) 2026-09-18 02:13:11 -07:00
  • 46d7ecf4d1 test(runtime): pin the merged-predecessor lockout the receipt ledger allowed (#20725) Neil 2026-09-18 02:13:03 -07:00
  • ce8f93cb56 fix(editor): preserve zero-start ordered lists Neil 2026-09-18 02:04:20 -07:00
  • b749091b67 feat(mobile): native shell view serving a mobile web generation from a private origin (OTA phase B, 3/4) (#21417) Jinwoo Hong 2026-09-18 05:03:30 -04:00
  • db2ffe7afe fix(mobile): default injected timers to receiver-free wrappers (#21416) Jinwoo Hong 2026-09-18 04:59:56 -04:00
  • 1aa0235722 test(runtime): pin the merged-predecessor lockout the receipt ledger allowed nwparker/retired-epoch-one-answer Neil 2026-09-14 15:21:34 -07:00
  • 32930155e9 fix(speech): preserve accepted audio on queue overload Neil 2026-09-18 01:57:17 -07:00
  • 5c2d3322c1 fix(runtime): name a terminal whose pane a graph republish dropped (#19860) Neil 2026-09-18 01:56:07 -07:00
  • ba7e4dc85b fix(editor): preserve prose markdown entities Neil 2026-09-18 01:56:06 -07:00
  • cd696ce245 fix(terminal): disable marker row shortcut after reflow Neil 2026-09-18 01:52:10 -07:00
  • 002ff3ddb8 feat(mobile): per-host generation store for the mobile web bundle (OTA phase B, 2/4) (#21409) Jinwoo Hong 2026-09-18 04:44:36 -04:00
  • ae64821ae6 test(terminal): cover hyperlink cleanup after buffer movement Neil 2026-09-18 01:43:13 -07:00
  • 45fcfef994 fix(editor): preserve ordered list continuation columns Neil 2026-09-18 01:42:46 -07:00
  • 7e990eda24 perf(terminal): scan OSC links only on marker rows Neil 2026-09-18 01:35:57 -07:00
  • 150f834fe6 fix(editor): satisfy code span serializer type checks Neil 2026-09-18 01:32:20 -07:00
  • 314fa9063c perf(xterm): apply conditional line cache invalidation to headless Neil 2026-09-18 01:31:35 -07:00
  • faf50e2b41 perf(xterm): invalidate translated line cache once per mutation burst Neil 2026-09-18 01:31:07 -07:00
  • 549e93cb26 fix(editor): preserve inline code span padding Neil 2026-09-18 01:30:28 -07:00
  • 1e7a69710d feat(mobile): update wall for the desktop-served mobile web bundle (OTA phase B, 1/4) (#21411) Jinwoo Hong 2026-09-18 04:27:45 -04:00
  • 3dd62ec141 Revert "fix(editor): keep emphasis outside a code span on serialize" Neil 2026-09-18 01:25:22 -07:00
  • 22eda4ba82 fix(editor): keep emphasis outside a code span on serialize Frederic Barthelemy 2026-09-11 16:37:04 -07:00
  • b22fc02610 fix(editor): require non-space delimiters for inline math Frederic Barthelemy 2026-09-11 16:35:56 -07:00
  • bd5b4d1035 Merge remote-tracking branch 'origin/main' into nwparker/terminal-surface-lost-inventory-18191-local nwparker/terminal-surface-lost-inventory-18191 Neil 2026-09-18 01:14:07 -07:00
  • fd1c8847bb fix(editor): preserve bare details source tags Neil 2026-09-18 01:04:03 -07:00
  • 254693ff9b fix(settings): make GitHub account refresh secondary Neil 2026-09-18 01:12:33 -07:00
  • 9d1826ae65 fix(session): repoint the rows a worktree re-key strands (latent; producer is flag-disabled) (#20057) Neil 2026-09-18 01:11:03 -07:00
  • d139760c06 fix(sessions): cancel transcript acquisition during host teardown (#21006) 2026-09-18 01:10:32 -07:00
  • ecaaf208ae fix(agent-status): scope Codex reviewer ownership by transcript brennan/sta-7698-bug-goes-back-and-forth-between-needs-you-and-working brennan/sta-7698-bug-agent-goes-back-and-forth-between-needs-you-and-working Brennan Benson 2026-09-18 04:06:55 -04:00
  • 6b5905e891 fix(native-chat): serialize session ownership transitions before send brennanb2025/native-chat-lifecycle-repair Brennan Benson 2026-09-18 02:31:53 -04:00