Simon Klee
cbcd788a21
build: bump opentui to 0.4.5 ( #37616 )
2026-07-18 19:40:12 +02:00
Dax
80e328b6c1
refactor(core): unify filesystem search service ( #31566 )
2026-06-09 20:38:02 -04:00
opencode-agent[bot]
ded5a01292
chore: generate
2026-06-09 18:30:51 +00:00
Dax
6cecc3d03e
refactor(core): simplify location filesystem ( #31545 )
2026-06-09 14:28:45 -04:00
Dax
93316f1fae
refactor(server): canonicalize service API ( #31049 )
2026-06-07 03:27:28 +00:00
opencode-agent[bot]
a8390d64f0
chore: generate
2026-06-06 13:44:07 +00:00
Dmitriy Kovalenko
d76293144b
feat(opencode): fff search tools ( #27802 )
...
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com >
2026-06-06 19:12:31 +05:30
alberto
e6602372d5
fix(opencode): resolve Bedrock hang by using node build conditions ( #30873 )
2026-06-05 09:22:58 -05:00
Sebastian
c08a2f1072
upgrade opentui to 0.3.2 ( #30748 )
2026-06-04 22:05:59 +02:00
Shoubhit Dash
de2b08543b
refactor(core): consolidate pty service ( #30537 )
2026-06-03 15:17:46 +05:30
Dax
fbda5fadda
refactor(core): move v1 schemas into core ( #30473 )
2026-06-03 02:42:13 +00:00
Dax
e2a8e18298
refactor(core): move database schema ownership ( #29068 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-05-30 21:08:38 -04:00
Brendan Allan
8e15becf36
opencode: provide channel to web build ( #28612 )
2026-05-21 17:22:27 +08:00
Kit Langton
b8048cd162
Speed up targeted opencode tests
...
Reduce avoidable setup costs in slow opencode tests while preserving reviewed coverage and recording the benchmark evidence for follow-up test-suite work.
2026-05-18 16:18:29 +00:00
Dax
5ada30c092
Load models.dev snapshot from build global ( #28077 )
2026-05-17 21:59:44 -04:00
Dax Raad
b61c5a4967
core: clarify postinstall error message when binary is missing
...
Users installing with pnpm or --ignore-scripts now see a clear explanation
of why the native binary is missing and exact steps to fix it. The shell
script wrapper provides more actionable guidance than the previous Node.js
fallback that only suggested running the postinstall script without context
about why it wasn't run automatically.
2026-05-15 23:12:00 -04:00
Dax
047da18acd
Fix npm CLI binary installation ( #27801 )
2026-05-15 18:43:37 -04:00
Dax
4c90312462
refactor(core): move models.dev into core ( #27347 )
2026-05-13 20:58:24 -04:00
Kit Langton
dbf8727937
Validate TUI config with Effect Schema ( #26952 )
2026-05-11 23:51:45 +00:00
Kit Langton
a5aeb2fb7e
Generate config schema from Effect Schema ( #26939 )
2026-05-11 19:24:58 -04:00
Kit Langton
2e340daf02
Generate TUI schema from Effect Schema ( #26945 )
2026-05-11 17:50:14 -04:00
Kit Langton
e97f296088
Drop Config Info Zod static ( #26933 )
2026-05-11 16:49:22 -04:00
Kit Langton
3311f76607
refactor(server): split HttpApi exercise harness ( #26385 )
2026-05-08 17:58:14 +00:00
Sebastian
4785e66cc6
introduce opentui keymap as sole key/cmd engine ( #26053 )
2026-05-07 20:35:31 +02:00
James Long
78edbb9df5
feat(core): session warping ( #25768 )
2026-05-04 21:28:38 -04:00
Kit Langton
89afa1d319
feat(server): Server.openapi() backed by HttpApi spec, parity-checked against Hono output ( #25545 )
2026-05-03 09:06:23 -04:00
Kit Langton
4614da8e41
refactor(server): extract Hono-coupled utilities to backend-neutral modules ( #25542 )
2026-05-03 12:58:34 +00:00
Youssef Achy
8ca31ff908
chore(opencode): exclude .map files from CLI binary build ( #25500 )
2026-05-02 22:52:32 -04:00
opencode-agent[bot]
03ce6940b9
chore: generate
2026-05-03 00:32:24 +00:00
Kit Langton
ce62190978
test(httpapi): add route exerciser
2026-05-02 20:31:21 -04:00
Dax Raad
48f31193ca
ci: enable sourcemaps for beta releases
...
Generate linked sourcemaps when building beta releases to help users
debug issues with readable stack traces.
2026-04-30 00:42:22 -04:00
Dax
07ac891a99
refactor: remove module barrels ( #24554 )
2026-04-27 14:33:33 -04:00
Kit Langton
b806dd96c6
refactor(core): make Config.Info canonical Effect Schema ( #23716 )
2026-04-21 14:06:47 -04:00
opencode-agent[bot]
d7029678b3
chore: generate
2026-04-20 18:29:48 +00:00
James Long
24364b247f
feat(core): add debug workspace server ( #23590 )
2026-04-20 18:27:58 +00:00
Dax Raad
1e733ffd74
ci: skip Docker builds during preview releases to save time
2026-04-19 19:47:29 -04:00
Shoubhit Dash
aad63bf2f3
fix(ripgrep): restore native rg backend ( #22773 )
...
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com >
2026-04-19 06:58:15 +00:00
Dax Raad
3cc3072b5a
core: ensure executable permissions are set before Docker builds
...
Fixes an issue where GitHub artifact downloads could strip executable bits
from binaries, causing Docker builds to fail when using unpacked dist files
directly rather than published tarballs. The chmod now runs before the
publish check to guarantee binaries are executable.
2026-04-18 22:32:53 -04:00
Kit Langton
1c02eb64b4
fix: stop rewriting dev during release publish ( #22982 )
2026-04-18 02:53:19 +00:00
Kit Langton
938e428e82
chore: retire namespace migration tooling + document module shape ( #23010 )
2026-04-17 02:48:40 +00:00
Kit Langton
419de8eb84
refactor: unwrap Question namespace + fix script to emit "." for index.ts ( #22992 )
2026-04-17 01:51:02 +00:00
Kit Langton
e467281b76
tooling: add unwrap-and-self-reexport + batch-unwrap-pr scripts ( #22929 )
2026-04-16 20:11:17 -04:00
Kit Langton
d06012083f
tooling: add collapse-barrel.ts for single-namespace barrel migration ( #22887 )
2026-04-16 16:12:46 -04:00
Dax Raad
4afe7699d0
move useful scripts to script folder
2026-04-16 10:09:14 -04:00
Dax
8a41e28f5b
CLI perf: reduce deps ( #22652 )
2026-04-16 02:03:03 -04:00
Kit Langton
946ea995e3
fix: clean up final 16 no-unused-vars warnings ( #22751 )
2026-04-16 03:54:21 +00:00
Kit Langton
eea507f2eb
feat: enable type-aware no-base-to-string rule, fix 56 violations ( #22750 )
2026-04-16 03:50:47 +00:00
Kit Langton
0249f58509
feat: unwrap config namespaces to flat exports + barrel ( #22746 )
2026-04-15 23:29:14 -04:00
Kit Langton
949ac8ed15
feat: enable type-aware no-floating-promises rule, fix all 177 violations ( #22741 )
publish-github-action / publish (push) Has been cancelled
2026-04-15 23:27:32 -04:00
Kit Langton
f53f31d33f
feat: enable oxlint suspicious category, fix 24 violations ( #22727 )
publish-github-action / publish (push) Has been cancelled
2026-04-16 02:53:10 +00:00