Commit Graph

710 Commits (ed87341c4f60caec6b541aef5b7d613a6ee6f2d9)

Author SHA1 Message Date
Dax Raad db908deee5 Merge branch 'dev' into sqlite2 2026-01-31 16:08:47 -05:00
opencode 597ae57bb1 release: v1.1.48 2026-01-31 13:48:22 +00:00
Aiden Cline aef0e58ad7
chore(deps): bump ai-sdk packages (#11383)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-01-30 17:58:02 -06:00
opencode 6cd2a68851 release: v1.1.47 2026-01-30 21:06:38 +00:00
opencode e9ef94dc4d release: v1.1.46 2026-01-30 19:19:34 +00:00
Dax Raad 2de1c82bf7 Merge branch 'dev' into sqlite2 2026-01-30 10:03:47 -05:00
opencode 71e0ba271f release: v1.1.45 2026-01-30 14:32:22 +00:00
Dax Raad d58661d4fb ci 2026-01-30 01:15:24 -05:00
opencode bbc7bdb3fd release: v1.1.43 2026-01-30 00:31:06 +00:00
Dax Raad 34ebb3d051 Merge branch 'dev' into sqlite2 2026-01-29 16:07:20 -05:00
Mert Can Demir fdd484d2c1
feat: expose acp thinking variants (#9064)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-01-29 20:15:36 +00:00
Dax Raad 2619acc0ff Merge branch 'dev' into sqlite2 2026-01-29 13:23:48 -05:00
Dax 9ed3b0742f
ci (#11149)
Co-authored-by: opencode <opencode@sst.dev>
2026-01-29 13:17:55 -05:00
Hegyi Áron Ferenc 2af326606c
feat(desktop): Add desktop deep link (#10072)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-01-29 15:09:53 +08:00
opencode 7c0067d59d release: v1.1.42 2026-01-29 05:59:07 +00:00
opencode 9cfdbbb1af release: v1.1.41 2026-01-29 04:00:39 +00:00
Dax Raad 30a918e9d4 Merge branch 'dev' into sqlite2 2026-01-28 18:45:12 -05:00
opencode 4e41ca74b9 release: v1.1.40 2026-01-28 20:09:37 +00:00
opencode 6eb2bdd665 release: v1.1.39 2026-01-28 07:19:17 +00:00
opencode 3bb10773e6 release: v1.1.38 2026-01-28 06:42:23 +00:00
opencode e3be4c9f23 release: v1.1.37 2026-01-28 02:35:38 +00:00
Dax Raad 246e901e42 Merge dev into sqlite2 2026-01-27 16:44:06 -05:00
adamelmore 51edf68606
feat(desktop): i18n for tauri side 2026-01-27 15:25:07 -06:00
Dax Raad a48a5a3462 core: migrate from custom JSON storage to standard Drizzle migrations to improve database reliability and performance
This replaces the previous manual JSON file system with standard Drizzle migrations, enabling:
- Proper database schema migrations with timestamp-based versioning
- Batched migration for faster migration of large datasets
- Better data integrity with proper table schemas instead of JSON blobs
- Easier database upgrades and rollback capabilities

Migration changes:
- Todo table now uses individual columns with composite PK instead of JSON blob
- Share table removes unused download share data
- Session diff table moved from database table to file storage
- All migrations now use proper Drizzle format with per-folder layout

Users will see a one-time migration on next run that migrates existing JSON data to the new SQLite database.
2026-01-27 12:36:05 -05:00
Sebastian Herrlinger f48784d152 upgrade opentui to v0.1.75 2026-01-26 11:17:26 -05:00
Dax Raad a614b78c6d tui: upgrade database migration system to drizzle migrator
Replaces custom migration system with drizzle-orm's built-in migrator, bundling migrations at build-time instead of runtime generation. This reduces bundle complexity and provides better integration with drizzle's migration tracking.
2026-01-25 22:27:04 -05:00
Dax Raad 0c1c07467e Merge branch 'dev' into sqlite2 2026-01-25 20:18:36 -05:00
opencode 056186225b release: v1.1.36 2026-01-25 17:29:26 +00:00
Aiden Cline 7f55a9736d chore: bump hey api 2026-01-24 23:00:40 -05:00
opencode 33298e8775 release: v1.1.35 2026-01-25 00:37:58 +00:00
Rahul A Mistry 399fec770f
fix(app): markdown rendering with morphdom for better dom functions (#10373) 2026-01-24 18:29:58 -06:00
Dax Raad 1e7b4768b1 sync 2026-01-24 11:50:25 -05:00
Vladimir Glafirov 6633f0e6fa
fix: bump gitlab-ai-provider version (#10255) 2026-01-24 00:11:18 -05:00
opencode c130dd425a release: v1.1.34 2026-01-23 07:27:35 +00:00
opencode 2e53697da0 release: v1.1.33 2026-01-23 02:38:33 +00:00
Vladimir Glafirov 515391e9c7
feat(gitlab): Added support for OpenAI based GitLab Duo models (#10108) 2026-01-22 16:26:25 -06:00
opencode 71ef43f9a0 release: v1.1.32 2026-01-22 19:22:26 +00:00
GitHub Action de07cf26e8 chore: generate 2026-01-22 10:49:25 +00:00
Shoubhit Dash c737776958
refactor(desktop): move markdown rendering to rust (#10000) 2026-01-22 04:48:39 -06:00
opencode 59ceca3e51 release: v1.1.31 2026-01-22 00:22:10 +00:00
opencode 09d2fd57ff release: v1.1.30 2026-01-21 20:55:35 +00:00
Tommy D. Rossi 416aaff488
feat(acp): add session/list and session/fork support (#7976) 2026-01-21 14:14:56 -06:00
Vladimir Glafirov 1820569818
chore(deps): update GitLab packages for better self-hosted instance support (#9856) 2026-01-21 11:23:33 -06:00
opencode c4c489a5bc release: v1.1.29 2026-01-21 17:17:32 +00:00
Michael H 0f979bb87c
chore(opencode): Use Bun.semver instead of node-semver (#9773) 2026-01-20 23:37:33 -06:00
Adam 0470717c7f feat(app): initial i18n stubbing 2026-01-20 17:58:06 -06:00
opencode d2fcdef571 release: v1.1.28 2026-01-20 22:04:12 +00:00
Michael Banucu 17c4202ea8
fix(opencode): Allow compatible Bun versions in packageManager field (#9597)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-01-20 11:34:00 -06:00
opencode e521fee002 release: v1.1.27 2026-01-20 12:13:48 +00:00
opencode 1ee8a9c0b2 release: v1.1.26 2026-01-19 21:55:27 +00:00