Commit Graph

749 Commits

Author SHA1 Message Date
github-actions[bot] 9534c75534 release: v1.4.90 2026-06-22 00:30:02 +00:00
github-actions[bot] 423ccaff7b release: v1.4.90-rc.3 2026-06-21 22:19:17 +00:00
github-actions[bot] 3117ebcb2b release: v1.4.90-rc.2 2026-06-21 09:53:51 +00:00
github-actions[bot] 8226220466 release: v1.4.90-rc.1 2026-06-21 04:16:13 +00:00
github-actions[bot] 13b6ed01b0 release: v1.4.90-rc.0 [rc-slot:2026-06-20-15] 2026-06-20 22:57:47 +00:00
github-actions[bot] e981b477d2 release: v1.4.89 2026-06-20 22:24:59 +00:00
github-actions[bot] 8ff5a3cc08 release: v1.4.89-rc.2 2026-06-20 20:29:34 +00:00
github-actions[bot] 6f3894cd7b release: v1.4.89-rc.1 2026-06-20 16:46:01 +00:00
github-actions[bot] 5ce2b0a750 release: v1.4.89-rc.0 2026-06-20 10:24:46 +00:00
github-actions[bot] 6f77fdd4b2 release: v1.4.88 2026-06-20 09:15:26 +00:00
github-actions[bot] 19449c6934 release: v1.4.87 2026-06-20 08:37:27 +00:00
github-actions[bot] 04004bf2cf release: v1.4.86 2026-06-20 07:48:04 +00:00
github-actions[bot] 7f7fd86bcb release: v1.4.85 2026-06-20 07:39:08 +00:00
github-actions[bot] 446eae07cd release: v1.4.84 2026-06-20 04:57:29 +00:00
github-actions[bot] f4a0b9ac4f release: v1.4.83 2026-06-20 02:51:20 +00:00
github-actions[bot] c43571c68c release: v1.4.82 2026-06-20 02:01:23 +00:00
github-actions[bot] 02ffbf7a8e release: v1.4.81-rc.6 2026-06-19 23:53:22 +00:00
github-actions[bot] 0ed080dc59 release: v1.4.81-rc.5 [rc-slot:2026-06-19-15] 2026-06-19 22:25:04 +00:00
Neil 4e4fa9b8ee
chore(deps): resolve Dependabot security alerts (no overrides) (#5795)
Co-authored-by: Orca <help@stably.ai>
2026-06-19 01:57:47 -07:00
github-actions[bot] a0b19f356f release: v1.4.80-rc.3 [rc-slot:2026-06-18-15] 2026-06-18 22:43:40 +00:00
github-actions[bot] 5100adca64 release: v1.4.80-rc.1 2026-06-18 18:54:47 +00:00
github-actions[bot] 9d0dad3fa7 release: v1.4.80-rc.0 2026-06-18 15:51:57 +00:00
github-actions[bot] 752e20d64d release: v1.4.78-rc.6 2026-06-18 04:00:59 +00:00
Yang,Zhou 08ba730d8e
feat(devin): managed hooks, sleeping resume, AI Vault (#5380)
* Revert "fix(terminal): add proportional scroll fallback for sidebar resize" (#937)

* fix(sidebar): smoothly animate off-screen worktree reveal on click (#1302)

Clicking a worktree card whose row lies outside the sidebar viewport
caused an instant jump when scrolling it into view. Switching
`scrollToIndex` to `behavior: 'smooth'` turns that minimum-distance
scroll into an animated slide while keeping `align: 'auto'` so visible
cards still no-op (no re-centering).

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

* Avoid local scrollback serialization on shutdown (#1821)

* Fix PR refresh coordinator test arguments (#2545)

* release: v1.4.31

* release: v1.4.31

* release: v1.4.31

* release: v1.4.31

* release: v1.4.31

* release: v1.4.31

* release: v1.4.31

* release: v1.4.36-rc.6

* release: v1.4.36-rc.6

* release: v1.4.36-rc.6

* ci: gate release-cut to the canonical repo so it skips forks (#4815)

The cut job checks out main, bumps package.json's version, and
fast-forwards main. On a fork with Actions enabled, the scheduled RC
cut runs against the fork's main and diverges it on the version line
every slot, so that contributor's PRs back to upstream conflict on
package.json even when their change never touches it.

Gate the job to github.repository == 'stablyai/orca' so it (and the
jobs that depend on it) no-op on forks. Canonical scheduled and manual
cuts are unaffected.

* feat(hooks): install Devin managed status hooks

* feat(devin): address hook review, resume, and UI polish

- Parse Devin config.json as JSONC; warn on read_config_from overlap
- Windows hook command uses forward slashes; APPDATA fallback
- Add devin to sleeping-agent resume and UI registries (plan 003/004)
- Add hook-service and hook-config-json tests

Closes follow-up for plans 002–004 on feat/add-devin-agent.

* feat(devin): scan ATIF transcripts for AI Vault

Register devin in AI_VAULT_AGENTS, discover ~/.local/share/devin/cli/transcripts
(or DEVIN_HOME), parse ATIF JSON sessions, and build devin --resume commands.

* docs(devin): clarify stdin-after-start vs bracketed paste

* fix(devin): use JSONC for remote install, add partial+APPDATA tests

- installRemote: replace readHooksJsonRemote (JSON.parse) with
  readTextFileRemote + parseJsonc for JSONC compatibility on SSH
- Add partial status test (some hooks missing → state:'partial')
- Add Windows APPDATA config path test with fallback

* fix(devin): address CodeRabbit review — sessionId fallback, parseJsonc errors, comment, i18n

* Fix Devin integration edge cases

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

* Package Devin JSONC parser dependency

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

---------

Co-authored-by: Neil <4138956+nwparker@users.noreply.github.com>
Co-authored-by: Brennan Benson <79079362+brennanb2025@users.noreply.github.com>
Co-authored-by: Orca <help@stably.ai>
Co-authored-by: Jinjing <6427696+AmethystLiang@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Trevin Chow <trevin@trevinchow.com>
Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
2026-06-17 20:49:29 -07:00
github-actions[bot] a6013bbf7d release: v1.4.78-rc.5 2026-06-18 01:56:55 +00:00
github-actions[bot] 6579e98fd7 release: v1.4.78-rc.4 [rc-slot:2026-06-17-15] 2026-06-17 22:38:04 +00:00
github-actions[bot] 82ad55e2d1 release: v1.4.78-rc.3 2026-06-17 21:08:29 +00:00
github-actions[bot] be6b84e7a6 release: v1.4.78-rc.2 2026-06-17 20:03:34 +00:00
github-actions[bot] 510fb04ccb release: v1.4.78-rc.0 2026-06-17 19:12:30 +00:00
github-actions[bot] bf5854bd45 release: v1.4.77 2026-06-17 17:24:10 +00:00
github-actions[bot] 913c587162 release: v1.4.76 2026-06-17 15:54:43 +00:00
github-actions[bot] 0e41d644c5 release: v1.4.75 2026-06-17 08:05:39 +00:00
github-actions[bot] 2717c3567d release: v1.4.74-rc.0 2026-06-17 01:58:14 +00:00
github-actions[bot] 479c0d144a release: v1.4.73-rc.3 2026-06-16 22:37:27 +00:00
github-actions[bot] bce7b7948a release: v1.4.73-rc.2 2026-06-16 19:54:57 +00:00
github-actions[bot] d3fc403d22 release: v1.4.73-rc.1 2026-06-16 17:40:41 +00:00
github-actions[bot] 875356b323 release: v1.4.72-rc.3 2026-06-16 06:30:57 +00:00
github-actions[bot] b6b57f31e7 release: v1.4.72-rc.2 2026-06-16 05:32:08 +00:00
github-actions[bot] 319402a2ed release: v1.4.72-rc.1 2026-06-16 05:14:46 +00:00
github-actions[bot] fae4b92352 release: v1.4.72-rc.0 2026-06-16 01:37:38 +00:00
Neil 98e7831247
Add TextMate-backed Nim highlighting (#5434) 2026-06-15 18:11:12 -07:00
github-actions[bot] ab3ac8893d release: v1.4.71-rc.2 2026-06-15 23:41:42 +00:00
github-actions[bot] 68c3830f62 release: v1.4.71-rc.1 2026-06-15 22:43:53 +00:00
github-actions[bot] 239148f911 release: v1.4.71-rc.0 2026-06-15 21:38:46 +00:00
Jinwoo Hong 5bf24368c0
Reduce Orca idle CPU (#5402)
* Reduce Orca idle CPU

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

* Restore low-cost working spinner

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

---------

Co-authored-by: Orca <help@stably.ai>
2026-06-15 12:56:22 -07:00
github-actions[bot] d5df9b7998 release: v1.4.70-rc.1 2026-06-15 06:24:38 +00:00
github-actions[bot] 98806ffe38 release: v1.4.70-rc.0 [rc-slot:2026-06-14-15] 2026-06-14 22:30:18 +00:00
github-actions[bot] 71647d32e3 release: v1.4.69 2026-06-14 19:00:47 +00:00
github-actions[bot] c377ec1d1b release: v1.4.68 2026-06-14 08:55:13 +00:00
github-actions[bot] c2572bcc8b release: v1.4.67-rc.0 [rc-slot:2026-06-13-15] 2026-06-13 22:28:01 +00:00