Commit Graph
11116 Commits
Author SHA1 Message Date
Dax Raad dcbe09bc9f refactor(core): mark session methods unimplemented 2026-05-25 11:44:21 -04:00
Dax Raad 7180c3a7fb fix(core): add session list cursor schema 2026-05-25 01:14:22 -04:00
Dax Raad 9440f7f5b9 test(core): cover sync event replay controls 2026-05-25 00:44:04 -04:00
Dax Raad 13e9e317b1 chore: merge dev into core database branch 2026-05-25 00:34:57 -04:00
Dax Raad 06bd34c953 feat(core): add sync event replay controls 2026-05-25 00:28:30 -04:00
Dax Raad 05dca9f698 feat(core): persist sync event projections 2026-05-25 00:13:17 -04:00
James LongandGitHub d5f397a2da fix(tui): open external editor in worktree cwd (#29130) 2026-05-24 22:40:40 -04:00
opencode-agent[bot] 9c7de47031 chore: generate 2026-05-25 02:06:42 +00:00
Luke ParkerandGitHub f023c63a60 fix(app): stabilize virtual session timeline interactions (#28422) 2026-05-25 12:05:27 +10:00
Brendan AllanandGitHub 9495ecd536 refactor(app): extract refcount utility and clean up server sdk context (#29155) 2026-05-25 10:00:00 +08:00
Aiden ClineandGitHub 03bb53c389 fix(tui): separate thinking header from markdown body (#29028) 2026-05-24 20:52:17 -05:00
Dax Raad dedcb9ba91 refactor(core): project session events in core 2026-05-24 21:45:01 -04:00
Brendan AllanandGitHub eab34b46d0 refactor(app): rename global context files to server context files (#28790) 2026-05-25 09:01:02 +08:00
Dax Raad b18ff8fd68 progress 2026-05-24 19:47:55 -04:00
DaxandGitHub c5c9a1d435 fix(opencode): preserve session update time during project migration (#29147) 2026-05-24 19:31:19 -04:00
Dax Raad 9ded717fc1 refactor(core): unify sqlite database clients 2026-05-24 19:14:24 -04:00
Dax Raad 9b812d9609 fix(core): migrate sync database clients 2026-05-24 15:26:22 -04:00
Dax Raad aa8ad494b8 refactor(core): centralize legacy session schemas 2026-05-24 15:14:29 -04:00
Dax Raad 46953462d9 refactor(core): centralize project and workspace schemas 2026-05-24 14:55:56 -04:00
opencode-agent[bot] 47f333299b chore: generate 2026-05-24 18:08:39 +00:00
Aiden ClineandGitHub db63eaf6ea tweak: make OPENCODE_EXPERIMENTAL_NATIVE_LLM separate from OPENCODE_EXPERIMENTAL (#29123) 2026-05-24 13:07:25 -05:00
Dax Raad 077c91b95d core: avoid session schema import cycle 2026-05-24 12:36:42 -04:00
Dax Raad 31d89590e1 core: isolate native node sqlite provider 2026-05-24 12:22:39 -04:00
Dax Raad 46422a4575 core: support native node sqlite database runtime 2026-05-24 02:11:57 -04:00
Dax Raad 977f48a97b Merge remote-tracking branch 'origin/dev' into refactor/core-database-schema-ownership
# Conflicts:
#	packages/core/src/project.ts
#	packages/opencode/src/project/project.ts
2026-05-24 01:57:05 -04:00
Dax Raad 0cab11f26b refactor(core): move database schema ownership 2026-05-24 01:27:22 -04:00
Aiden ClineandGitHub d16bfe850a chore(opencode): bump amazon bedrock provider (#29052) 2026-05-23 21:06:00 -05:00
opencode-agent[bot] 728eae9c25 chore: generate 2026-05-24 01:08:00 +00:00
Aiden ClineandGitHub eb84f461b8 fix(llm): split OpenAI reasoning summary blocks (#29000) 2026-05-23 20:06:45 -05:00
Kit LangtonandGitHub 0b3a1c2fdf test(opencode): simplify config effect tests (#29019) 2026-05-23 23:48:08 +00:00
61e7cdfbff fix(opencode): bump google vertex provider for thought signatures (#29010)
Co-authored-by: Andrew Sweet <andrew.sweet@cantab.net>
2026-05-23 15:29:43 -05:00
a5ba1d075d chore(opencode): bump venice ai sdk provider (#29003)
Co-authored-by: dpuyosa <dpuyosa@users.noreply.github.com>
2026-05-23 11:28:04 -05:00
ba437069e6 fix(opencode): advertise configured shell timeout (#28998)
Co-authored-by: Nabs <nabil@instafork.com>
2026-05-23 10:43:39 -05:00
Frank 387c5a02c8 sync 2026-05-23 10:27:07 -04:00
Frank 6b03be5468 sync 2026-05-23 03:57:22 -04:00
opencode-agent[bot] 7d2c1ce6c6 chore: generate 2026-05-23 04:49:36 +00:00
DaxandGitHub a9ef5a0fae feat(project): resolve remote-backed project identity (#28914) 2026-05-23 04:48:09 +00:00
Luke ParkerandGitHub 0cf9a5d20b fix(desktop): avoid white flash when restoring window (#28247) 2026-05-23 14:42:40 +10:00
opencode 2c4ad9f405 sync release versions for v1.15.10 2026-05-23 01:04:22 +00:00
Luke ParkerandGitHub 3bf054c1d9 fix(app): restore desktop prod legacy flows (#28919) 2026-05-22 20:40:47 -04:00
Aiden ClineandGitHub 14c511e380 fix(llm): stabilize anthropic tool result typecheck (#28909) 2026-05-22 17:14:40 -05:00
opencode 871d38cbd7 sync release versions for v1.15.9 2026-05-22 21:18:49 +00:00
opencode-agent[bot] 1a329e4e67 chore: generate 2026-05-22 19:31:59 +00:00
James LongandGitHub bfb2d8dc76 fix(tui): when diff viewer closes always return to last route (#28903) 2026-05-22 15:30:31 -04:00
James LongandGitHub 8f7a6c4a00 fix(tui): refine diff view keyboard shortcuts (#28896) 2026-05-22 14:40:14 -04:00
opencode-agent[bot] 1857c73565 chore: generate 2026-05-22 18:25:01 +00:00
Shoubhit DashandGitHub 5f42351159 fix(provider): type default model failures (#28881) 2026-05-22 23:53:23 +05:30
Shoubhit DashandGitHub 968aaa3cfe fix(pty): expose missing session errors (#28884) 2026-05-22 23:53:03 +05:30
opencode-agent[bot] b8266e5819 chore: generate 2026-05-22 18:22:48 +00:00
James LongandGitHub ba746e36d8 fix(tui): empty states, context, and minor improvements to diff viewer (#28878) 2026-05-22 14:21:22 -04:00