Dax Raad
32c5aabdb9
Add close-issues script and GitHub Action
...
- Create script/github/close-issues.ts to close stale issues after 60 days
- Add GitHub Action workflow to run daily at 2 AM
- Remove old stale-issues workflow to avoid conflicts
2026-03-24 23:50:35 -04:00
Dax Raad
14d65e9c2b
fix: increase operations-per-run to 1000 and pin stale action to v10.2.0
...
The stale-issues workflow was hitting the default 30 operations limit,
preventing it from processing all 2900+ issues/PRs. Increased to 1000
to handle the full backlog. Also pinned to exact v10.2.0 for reproducibility.
2026-03-24 23:38:15 -04:00
Kit Langton
8610313b6a
effectify Worktree service ( #18679 )
2026-03-24 20:26:21 -04:00
Adam
311a58a8c8
Revert "fix(app): startup efficiency ( #18854 )"
...
This reverts commit 824d903e86 .
2026-03-24 18:36:37 -05:00
Adam
e514bfd49e
Revert "fix(app): more startup efficiency ( #18985 )"
...
This reverts commit dcca493ece .
2026-03-24 18:36:25 -05:00
Kit Langton
57bc933abd
fix(opencode): skip typechecking generated models snapshot ( #19018 )
2026-03-24 19:11:45 -04:00
opencode
84de2c4832
release: v1.3.2
v1.3.2
2026-03-24 22:50:35 +00:00
Dax Raad
268a777129
change model for changelog
2026-03-24 18:25:52 -04:00
Dax Raad
ff043c204a
ci
2026-03-24 18:24:34 -04:00
Dax
16a38009ee
feat(tui): add heap snapshot functionality for TUI and server ( #19028 )
2026-03-24 18:20:11 -04:00
opencode-agent[bot]
e426ed3e9a
chore: update nix node_modules hashes
2026-03-24 22:07:32 +00:00
Jay V
1d7e22d716
tweak: use theme tokens for debug bar surface
2026-03-24 22:07:32 +00:00
opencode
1158f4f6a5
release: v1.3.1
v1.3.1
2026-03-24 22:07:24 +00:00
Dax
50ac413272
fix(core): restore SIGHUP exit handler ( #16057 ) ( #18527 )
2026-03-24 17:42:58 -04:00
Kamil Jopek
d858439803
feat: add Poe OAuth auth plugin ( #18477 )
2026-03-24 16:17:47 -05:00
Adam
fbac9617ff
fix(app): session timeline jumping on scroll ( #18993 )
2026-03-24 13:51:09 -05:00
opencode-agent[bot]
c2c4a476ef
chore: generate
2026-03-24 18:43:20 +00:00
Nicholas Hansen
948aad44c8
feat(bedrock): Add token caching for any amazon-bedrock provider ( #18959 )
2026-03-24 13:42:20 -05:00
opencode-agent[bot]
235f8771bf
chore: update nix node_modules hashes
2026-03-24 18:40:28 +00:00
Adam
22e7516a47
fix(app): sidebar ux
2026-03-24 13:35:20 -05:00
Adam
dcca493ece
fix(app): more startup efficiency ( #18985 )
2026-03-24 13:23:41 -05:00
Aiden Cline
67a30121a9
chore: effectify agent.ts ( #18971 )
...
Co-authored-by: Kit Langton <kit.langton@gmail.com >
2026-03-24 18:15:23 +00:00
Caleb Norton
2465e8d47d
fix: nix hash update parsing... again ( #18989 )
2026-03-24 13:06:46 -05:00
opencode-agent[bot]
156f7fdb1a
chore: generate
2026-03-24 18:05:43 +00:00
Adam
70289b7236
fix(app): sidebar truncation
2026-03-24 13:04:32 -05:00
Kit Langton
a6ed355ed1
effectify Project service ( #18808 )
2026-03-24 14:04:22 -04:00
Ryan Skidmore
fbbd8c5ee8
fix: improve plugin system robustness — agent/command resolution, async errors, hook timing, two-phase init ( #18280 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2026-03-24 12:50:55 -05:00
Caleb Norton
0299ab17fa
chore: update flake.lock ( #18976 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2026-03-24 12:50:25 -05:00
Vladimir Glafirov
c5e80e7454
fix: route GitLab Duo Workflow system prompt via flowConfig ( #18928 )
2026-03-24 12:33:18 -05:00
Caleb Norton
2a10f0d418
fix: nix hash update parsing ( #18979 )
2026-03-24 12:32:48 -05:00
opencode-agent[bot]
d68d4ef387
chore: generate
2026-03-24 17:05:02 +00:00
Kit Langton
9519186313
fix: remove flaky cross-spawn spawner tests ( #18977 )
2026-03-24 13:04:04 -04:00
Jack
fb1f1b24fb
fix: update Feishu community links for zh locales ( #18975 )
2026-03-25 01:03:01 +08:00
opencode-agent[bot]
a83ebab843
chore: update nix node_modules hashes
2026-03-24 16:43:24 +00:00
Caleb Norton
973103d552
fix: better nix hash detection ( #18957 )
2026-03-24 11:30:39 -05:00
Kit Langton
7fcc8d6ad5
fix: restore cross-spawn behavior for effect child processes ( #18798 )
2026-03-24 10:35:24 -04:00
Adam
824d903e86
fix(app): startup efficiency ( #18854 )
2026-03-24 09:10:24 -05:00
Burak Yigit Kaya
cde5e4b899
fix(ui): eliminate N+1 reactive subscriptions in SessionTurn ( #18924 )
2026-03-24 09:02:22 -05:00
Burak Yigit Kaya
035f9d9e6d
fix(app): use optional chaining for model.current() in ProviderIcon ( #18927 )
2026-03-24 09:01:58 -05:00
Burak Yigit Kaya
32e89036ec
fix(app): filter non-renderable part types from browser store ( #18926 )
2026-03-24 09:01:25 -05:00
Shoubhit Dash
751bc0a117
fix(app): stop terminal autofocus on shortcuts ( #18931 )
2026-03-24 11:16:16 +00:00
Sebastian
62b3869f0d
manually lock/unlock theme mode ( #18905 )
2026-03-24 10:00:19 +01:00
Frank
4d24f97b2f
sync
2026-03-24 01:00:20 -04:00
opencode-agent[bot]
bc2cdbc319
chore: update nix node_modules hashes
2026-03-24 03:14:22 +00:00
Vladimir Glafirov
abc6d9d2ca
chore: bump gitlab-ai-provider to 5.3.1 for GPT-5.4 model support ( #18849 )
2026-03-23 22:00:36 -05:00
Frank
f6e8d78e6d
wip: zen
2026-03-23 22:24:58 -04:00
Frank
476da1afbf
Zen: adjust cache tokens
2026-03-23 20:33:11 -04:00
Sebastian
4a96259b39
use renderer theme mode to switch dark/light mode ( #18851 )
2026-03-24 00:32:48 +01:00
opencode-agent[bot]
ffa297cdeb
chore: generate
2026-03-23 17:12:55 +00:00
Kit Langton
9530074d34
fix console account URL handling ( #18809 )
2026-03-23 13:11:38 -04:00