Imanol Maiztegui
|
b37a546450
|
resolve merge conflicts
|
2026-06-17 10:42:43 +02:00 |
|
Imanol Maiztegui
|
5b9e33cfef
|
refactor: kilo compat for v1.15.9
|
2026-06-15 14:48:05 +02:00 |
|
marius-kilocode
|
06e87cf653
|
fix: resolve OpenCode v1.15.4 merge regressions
|
2026-06-12 19:45:14 +02:00 |
|
marius-kilocode
|
72a11b02af
|
resolve merge conflicts
|
2026-06-10 20:03:42 +02:00 |
|
marius-kilocode
|
00554bd24c
|
refactor: kilo compat for v1.15.4
|
2026-06-10 17:38:09 +02:00 |
|
marius-kilocode
|
1d23dc2171
|
resolve merge conflicts
|
2026-06-09 10:17:21 +02:00 |
|
marius-kilocode
|
6ecaaab48a
|
refactor: kilo compat for v1.14.51
|
2026-06-09 08:29:02 +02:00 |
|
Imanol Maiztegui
|
e68fd6781d
|
resolve merge conflicts
|
2026-05-15 13:13:17 +02:00 |
|
Imanol Maiztegui
|
b7a7ecf449
|
refactor: kilo compat for v1.14.34
|
2026-05-15 09:25:13 +02:00 |
|
Mark IJbema
|
1ea9ad2af0
|
resolve merge conflicts
|
2026-05-06 21:32:26 +02:00 |
|
Kit Langton
|
3b9155714d
|
Delete Instance.dispose and Instance.reload (#25427)
|
2026-05-02 11:44:16 -04:00 |
|
Kit Langton
|
b09b7d28b8
|
refactor(instance-store): consolidate dispose helpers (#25424)
|
2026-05-02 11:21:40 -04:00 |
|
Kit Langton
|
4c4860fb24
|
Replace Instance.disposeAll/load with fixture helper (#25418)
|
2026-05-02 10:56:15 -04:00 |
|
Mark IJbema
|
3f7037549e
|
resolve merge conflicts
|
2026-04-30 16:25:46 +02:00 |
|
Alex Alecu
|
d44f65576b
|
refactor(cli): isolate Windows cleanup helpers
|
2026-04-28 12:04:46 +03:00 |
|
Alex Alecu
|
4145e48e82
|
fix(cli): retry Windows worktree cleanup locks
|
2026-04-28 11:54:37 +03:00 |
|
Dax
|
f25f1485d5
|
refactor: remove module barrels (#24554)
|
2026-04-27 14:33:33 -04:00 |
|
Imanol Maiztegui
|
d5357f3961
|
resolve merge conflicts
|
2026-04-21 18:03:34 +02:00 |
|
Kit Langton
|
bbdbc107ae
|
feat: unwrap Config namespace to flat exports + barrel (#22689)
|
2026-04-15 21:26:24 -04:00 |
|
Johnny Amancio
|
915f12c7e2
|
resolve merge conflicts
|
2026-04-15 22:51:15 +02:00 |
|
Imanol Maiztegui
|
9f4f0ba899
|
resolve merge conflicts
|
2026-04-14 15:58:28 +02:00 |
|
Imanol Maiztegui
|
747b820d6b
|
resolve merge conflicts
|
2026-04-13 15:29:52 +02:00 |
|
Johnny Eric Amancio
|
7ea50aac14
|
OpenCode v1.3.3 (#8790)
* tweak: use theme tokens for debug bar surface
* chore: update nix node_modules hashes
* feat(tui): add heap snapshot functionality for TUI and server (#19028)
* ci
* change model for changelog
* release: v1.3.2
* fix(opencode): skip typechecking generated models snapshot (#19018)
* Revert "fix(app): more startup efficiency (#18985)"
This reverts commit 98b3340cee.
* Revert "fix(app): startup efficiency (#18854)"
This reverts commit 546748a461.
* effectify Worktree service (#18679)
* 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.
* 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
* Fix close-issues workflow permissions
- Add contents: read permission for checkout
- Use github.token instead of secrets.GITHUB_TOKEN
* Process issues sequentially to avoid rate limits
* Change issue close reason from not_planned to completed
* fix(opencode): avoid snapshotting files over 2MB (#19043)
* fix: provide merge context to beta conflict resolver (#19055)
* tweak: only spawn lsp servers for files in current instance (or cwd if instance is global) (#19058)
* fix: beta resolver typecheck + build smoke check (#19060)
* fix: unblock beta conflict recovery (#19068)
* electron: add createDirectory to open directory picker (#19071)
* electron: remove file extension from electron-store wrapper (#19082)
* app: pre-warm project globalSync state when navigate project via keybind (#19088)
* fix(app): move message navigation off cmd+arrow (#18728)
* Reapply "fix(app): startup efficiency (#18854)"
This reverts commit a379eb3867.
* Reapply "fix(app): more startup efficiency (#18985)"
This reverts commit cbe1337f24.
* fix(app): hash inline script for csp
* Revert "fix(app): startup efficiency"
* Reapply "fix(app): startup efficiency"
This reverts commit 898456a25c.
* fix(app): opencode web server url
* chore(app): markdown playground in storyboard
* chore(app): markdown playground in storyboard
* feat(core): initial implementation of syncing (#17814)
* chore: generate
* chore: bump modelcontextprotocol/sdk to 1.27.1 (#19064)
* chore: storybook tweaks
* feat: restore git-backed review modes with effectful git service (#18900)
* chore: generate
* chore: update nix node_modules hashes
* chore: cleanup
* chore: remove dead code for todoread tool (#19128)
* chore: storybook tweaks
* fix(opencode): classify ZlibError from Bun fetch as retryable instead of unknown (#19104)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(task): respect agent permission config for todowrite tool (#19125)
* fix(app): agent normalization (#19169)
* fix: Windows e2e stability (CrossSpawnSpawner, snapshot isolation, session race guards) (#19163)
* fix+refactor(mcp): lifecycle tests, cancelPending fix, Effect migration (#19042)
* effectify Bus service: migrate to Effect PubSub + InstanceState (#18579)
* file: use Effect.cached for scan deduplication (#19164)
* ignore: update disavowed list (#19184)
* skill: use Effect.cached for load deduplication (#19165)
* chore: generate
* fix: bump gitlab-ai-provider to 5.3.3 for DWS tool approval support (#19185)
* test: restore 5 workers on Windows e2e (#19188)
* fix(opencode): image paste on Windows Terminal 1.25+ with kitty keyboard (#17674)
* chore: update nix node_modules hashes
* wip: zen
* wip: zen
* go: do not respect disabled zen models
* fix: ensure enterprise url is set properly during auth flow (#19212)
* revert: roll back git-backed review modes (#19295)
* chore: generate
* tui: bypass local SSE event streaming in worker (#19183)
* feat: embed WebUI in binary with proxy flags (#19299)
Co-authored-by: BlankParticle <blankparticle@gmail.com>
* release: v1.3.3
* refactor: kilo compat for v1.3.3
* fix: Typecheck issues
* fix(build): normalize backslashes in web UI bundle import paths
Replace backslashes with forward slashes in embedded web UI file import
paths to ensure correct module resolution on Windows.
* fix: Add mcp reconnect error handling
* chore(script): use forward slashes in web UI bundle export keys
Ensure embedded file map keys use POSIX-style paths so lookups are
consistent across platforms.
* chore: regenerate source links
---------
Co-authored-by: Jay V <air@live.ca>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Dax <mail@thdxr.com>
Co-authored-by: Dax Raad <d@ironbay.co>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Kit Langton <kit.langton@gmail.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Brendan Allan <brendonovich@outlook.com>
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: André Cruz <acruz@cloudflare.com>
Co-authored-by: Ariane Emory <97994360+ariane-emory@users.noreply.github.com>
Co-authored-by: Vladimir Glafirov <vglafirov@gitlab.com>
Co-authored-by: Frank <frank@anoma.ly>
Co-authored-by: BlankParticle <blankparticle@gmail.com>
Co-authored-by: Imanol Maiztegui <imanol.mzd@gmail.com>
|
2026-04-12 01:00:50 +02:00 |
|
Kit Langton
|
9581bf0670
|
refactor(effect): upgrade opencode to beta.46 context APIs (#21977)
|
2026-04-10 23:06:28 -04:00 |
|
Catriel Müller
|
8cef732407
|
resolve merge conflicts
|
2026-04-10 15:47:19 -03:00 |
|
Kyle Altendorf
|
095aeba0a7
|
test: disable GPG signing in test fixtures (#20386)
|
2026-04-07 15:26:01 -05:00 |
|
Kit Langton
|
0c03a3ee10
|
test: migrate prompt tests to HTTP mock LLM server (#20304)
|
2026-03-31 19:14:32 -04:00 |
|
Kit Langton
|
97c15a087d
|
effectify Bus service: migrate to Effect PubSub + InstanceState (#18579)
|
2026-03-25 20:19:24 -04:00 |
|
Catriel Müller
|
36210fa6d1
|
resolve merge conflicts
|
2026-03-16 20:33:36 -03:00 |
|
Michael Dwan
|
b94e110a4c
|
fix(opencode): sessions lost after git init in existing project (#16814)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
|
2026-03-12 23:18:59 -05:00 |
|
Luke Parker
|
aec6ca71fa
|
fix(git): stop leaking fsmonitor daemons e.g. 60GB+ of commited memory after running tests (#16249)
|
2026-03-06 15:42:08 +10:00 |
|
Marius
|
7163fbcee9
|
chore: update config schema URL from opencode.ai to app.kilo.ai (#267)
|
2026-02-13 16:01:33 +01:00 |
|
Dax
|
351ddeed91
|
Permission rework (#6319)
Co-authored-by: Github Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
|
2026-01-01 17:54:11 -05:00 |
|
Dax Raad
|
cb188f907f
|
ci
|
2025-12-09 19:53:50 -05:00 |
|
Dax Raad
|
3512d02e9e
|
ci
|
2025-12-09 19:46:38 -05:00 |
|
Dax
|
96bdeb3c7b
|
OpenTUI is here (#2685)
|
2025-10-31 15:07:36 -04:00 |
|
Adam
|
fe8f6d7a3e
|
wip: desktop work
|
2025-10-24 12:16:33 -05:00 |
|
Dax Raad
|
d0043a4a78
|
sync
|
2025-09-27 02:53:20 -04:00 |
|
Dax Raad
|
53481f9790
|
wip: bun test improvements
|
2025-09-27 02:17:08 -04:00 |
|