Commit Graph

608 Commits

Author SHA1 Message Date
github-actions[bot] f8a9c8f20f release: v1.4.41-rc.0 2026-06-02 06:50:34 +00:00
github-actions[bot] 348cc9aaeb release: v1.4.40 2026-06-02 02:43:19 +00:00
github-actions[bot] bcde6553f3 release: v1.4.40-rc.0 [rc-slot:2026-06-01-15] 2026-06-01 22:46:33 +00:00
github-actions[bot] 9ca6e4c088 release: v1.4.39 2026-06-01 21:08:29 +00:00
github-actions[bot] 0b1e050895 release: v1.4.39-rc.1 2026-06-01 20:43:10 +00:00
github-actions[bot] 5f4b009d3a release: v1.4.39-rc.0 2026-06-01 19:36:48 +00:00
github-actions[bot] d3e2ff8b3c release: v1.4.38 2026-06-01 09:44:07 +00:00
github-actions[bot] 4752ce2931 release: v1.4.37 2026-06-01 09:39:15 +00:00
github-actions[bot] 25360c4ce6 release: v1.4.36 2026-06-01 09:15:10 +00:00
github-actions[bot] 27c53e6769 release: v1.4.36-rc.16 2026-06-01 06:24:41 +00:00
Neil 9745d07b8e
chore: move react doctor config into package metadata
Moves the React Doctor js-combine-iterations override from a root react-doctor.config.json file into package.json under reactDoctor, keeping the repo root cleaner without changing behavior.
2026-05-31 23:00:58 -07:00
Neil 41bf76aef2
chore: gate high-signal react doctor rules
Adds a focused React Doctor oxlint gate for high-signal state/effect rules, disables the noisy js-combine-iterations React Doctor rule, and refactors the mobile new-worktree modal away from prop-change state reset effects.
2026-05-31 22:35:15 -07:00
github-actions[bot] ae95fd84e1 release: v1.4.36-rc.15 2026-06-01 04:59:54 +00:00
github-actions[bot] 79b0c632a6 release: v1.4.36-rc.14 2026-05-31 22:52:21 +00:00
github-actions[bot] 0ac2ab4886 release: v1.4.36-rc.13 [rc-slot:2026-05-31-15] 2026-05-31 22:25:57 +00:00
github-actions[bot] 4abb654b82 release: v1.4.36-rc.12 2026-05-31 21:35:44 +00:00
github-actions[bot] 978abfc840 release: v1.4.36-rc.11 [rc-slot:2026-05-31-03] 2026-05-31 10:43:27 +00:00
github-actions[bot] a931fde9e3 release: v1.4.36-rc.10 2026-05-31 08:23:26 +00:00
github-actions[bot] d0f7e563cf release: v1.4.36-rc.9 2026-05-31 07:12:48 +00:00
Neil 869b4e50db
build: reduce packaged electron bundle size
Exclude repo-only package inputs and move renderer/build-only dependencies out of production dependencies to reduce packaged app.asar size while keeping source maps allowed for crash diagnostics.
2026-05-31 00:10:25 -07:00
github-actions[bot] 3fdb946458 release: v1.4.36-rc.8 2026-05-31 06:46:43 +00:00
github-actions[bot] 369a06eb03 release: v1.4.36-rc.7 2026-05-31 04:48:30 +00:00
Jinjing b8ad7e6bf7
fix: harden packaging installers (#3878) 2026-05-30 16:33:09 -07:00
github-actions[bot] f9c0fd249c release: v1.4.36-rc.6 2026-05-30 20:58:16 +00:00
Neil 1009ac9083
chore: update Electron to 42 (#3919) 2026-05-30 13:26:48 -07:00
Neil 181741d769 chore: enforce exhaustive switch handling 2026-05-30 13:18:12 -07:00
Jinjing 260bc8157f
chore: update agent-browser to 0.27.0 (#3905) 2026-05-30 13:14:47 -07:00
Neil ddbb6a1e7d
Update oxlint and oxfmt 2026-05-30 13:09:17 -07:00
Neil c99eb29bb0
chore: remove unused code 2026-05-30 11:05:58 -07:00
github-actions[bot] af1fc03f41 release: v1.4.36-rc.5 [rc-slot:2026-05-30-03] 2026-05-30 10:38:20 +00:00
github-actions[bot] ba6a0cbd27 release: v1.4.36-rc.4 2026-05-30 08:12:24 +00:00
github-actions[bot] de8038f611 release: v1.4.36-rc.3 2026-05-30 02:42:23 +00:00
github-actions[bot] 3614ec9d9a release: v1.4.36-rc.2 2026-05-30 01:47:00 +00:00
github-actions[bot] 1be26f657c release: v1.4.36-rc.1 2026-05-29 23:49:11 +00:00
github-actions[bot] 5ed3c1bc51 release: v1.4.36-rc.0 [rc-slot:2026-05-29-15] 2026-05-29 22:34:55 +00:00
github-actions[bot] b7fe967780 release: v1.4.35 2026-05-29 07:49:18 +00:00
github-actions[bot] 0caef5c340 release: v1.4.35-rc.1 2026-05-29 02:39:02 +00:00
Neil 3d9d4179a1
Add custom repo hex color picker (#3022) 2026-05-28 19:38:41 -07:00
github-actions[bot] dea710bc51 release: v1.4.35-rc.0 [rc-slot:2026-05-28-15] 2026-05-28 22:36:06 +00:00
Pim de Jong 5c2ed9c6ce
Add Notion style editable markdown toggle blocks (#1584)
* implement h1 and text toggle

* Review:
  - Details parsing is now depth-aware, so nested <details> blocks are not partially consumed.
  - Existing details blocks with raw HTML inside the summary/body now fall back to Orca’s raw HTML passthrough instead of
    becoming editable toggle nodes and escaping tags.
  - Simple supported details blocks still become editable rich toggle nodes.
  - Added regression tests for raw HTML inside details and nested details.

* placeholder and fix enter behaviour

* review findings

* Review: align toggle commands with grouped slash menu

Co-authored-by: Orca <help@stably.ai>

* Review: finish toggle command rebase fixes

Co-authored-by: Orca <help@stably.ai>

* Review: preserve unsupported details HTML

Co-authored-by: Orca <help@stably.ai>

* Review: delete toggle body back into summary

Co-authored-by: Orca <help@stably.ai>

* Review: make empty toggle backspace two-step

Co-authored-by: Orca <help@stably.ai>

* Review: make empty toggle enter exit

Co-authored-by: Orca <help@stably.ai>

---------

Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-05-28 17:48:59 -04:00
github-actions[bot] 83b97d52a1 release: v1.4.34 2026-05-28 20:23:32 +00:00
github-actions[bot] 0c5ed1e644 release: v1.4.33 2026-05-28 09:01:02 +00:00
github-actions[bot] 9ad94ce783 release: v1.4.33-rc.2 2026-05-28 08:27:29 +00:00
github-actions[bot] 5f2e0584ac release: v1.4.33-rc.1 2026-05-28 07:35:51 +00:00
github-actions[bot] 24574e02b1 release: v1.4.33-rc.0 2026-05-28 06:42:27 +00:00
github-actions[bot] 21ac0f2b94 release: v1.4.32 2026-05-28 05:13:21 +00:00
github-actions[bot] 57468282cd release: v1.4.31 2026-05-27 23:54:15 +00:00
github-actions[bot] d6298dd723 release: v1.4.31-rc.3 [rc-slot:2026-05-27-15] 2026-05-27 22:36:51 +00:00
github-actions[bot] 312cda876c release: v1.4.31-rc.2 2026-05-27 18:20:49 +00:00
github-actions[bot] f6e902a10f release: v1.4.31-rc.1 2026-05-27 03:56:38 +00:00