Luke Parker
bb696485b6
fix: preserve BOM in text tool round-trips ( #23797 )
2026-04-22 08:03:34 +00:00
Kit Langton
a5d99e7a3c
refactor: pass formatter instance context explicitly ( #23020 )
2026-04-18 01:22:36 +00:00
Dax
220e3e9a2b
refactor: make formatter config opt-in ( #22997 )
2026-04-17 02:33:09 +00:00
Kit Langton
1045a43603
refactor: collapse format barrel into format/index.ts ( #22898 )
2026-04-16 16:29:51 -04:00
Kit Langton
ce4e47a2e3
feat: unwrap uformat namespace to flat exports + barrel ( #22703 )
2026-04-16 02:16:01 +00:00
Kit Langton
f7d4665e40
fix: resolve oxlint warnings — suppress false positives, remove unused imports ( #22687 )
2026-04-15 21:33:54 -04:00
Kit Langton
bbdbc107ae
feat: unwrap Config namespace to flat exports + barrel ( #22689 )
2026-04-15 21:26:24 -04:00
Kit Langton
f38f415bf0
refactor: collapse Format facade ( #21980 )
2026-04-10 23:18:54 -04:00
Kit Langton
9581bf0670
refactor(effect): upgrade opencode to beta.46 context APIs ( #21977 )
2026-04-10 23:06:28 -04:00
Aiden Cline
ce26120205
tweak: make it so disabling uv or ruff fmters disables both ( #21921 )
2026-04-10 13:30:30 -05:00
Dax
3faabdadb7
refactor(format): update formatter interface to return command from enabled() ( #20703 )
2026-04-02 12:22:01 -04:00
Kit Langton
0c03a3ee10
test: migrate prompt tests to HTTP mock LLM server ( #20304 )
2026-03-31 19:14:32 -04:00
opencode-agent[bot]
02b19bc3d7
chore: generate
2026-03-27 21:38:08 +00:00
Kit Langton
5cd54ec345
refactor(format): use ChildProcessSpawner instead of Process.spawn ( #19457 )
2026-03-27 17:37:07 -04:00
Kit Langton
9c6f1edfd7
refactor(effect): yield services instead of promise facades ( #19325 )
2026-03-26 21:46:38 -04:00
Kit Langton
97c15a087d
effectify Bus service: migrate to Effect PubSub + InstanceState ( #18579 )
2026-03-25 20:19:24 -04:00
Kit Langton
38e0dc9ccd
Move service state into InstanceState, flatten service facades ( #18483 )
2026-03-21 04:51:35 +00:00
Kit Langton
d70099b059
fix: apply Layer.fresh at instance service definition site ( #18418 )
2026-03-20 14:37:12 -04:00
Kit Langton
a800583aea
refactor(effect): unify service namespaces and align naming ( #18093 )
2026-03-18 13:34:36 -04:00
Kit Langton
335356280c
refactor(format): effectify FormatService as scoped service ( #17675 )
2026-03-16 15:58:36 -04:00
Dax
814c1d398c
refactor: migrate Bun.spawn to Process utility with timeout and cleanup ( #14448 )
2026-02-24 23:04:15 -05:00
Aiden Cline
81ebf56cf1
feat: add top level lsp: false and formatter: false to allow disabling all formatters or lsps at once
2025-11-18 17:48:40 -06:00
Aiden Cline
1fc6c6fb2a
fix: typeerror case
2025-11-13 15:51:23 -06:00
Aiden Cline
b82a52cb85
ignore: update log
2025-11-07 15:56:37 -06:00
Aiden Cline
b3c6d0b08a
fix formatters
2025-11-07 14:10:20 -06:00
Dax Raad
b7262b8527
performance improvements
2025-11-05 15:33:23 -05:00
Kyle F Butts
04546c0873
Add support for R formatter in formatters ( #3918 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-11-04 18:18:33 -06:00
Yuku Kotani
2fe7d13e69
Add formatter status display to TUI status dialog ( #3701 )
2025-11-01 11:14:39 -04:00
pancake
4d68ee5d2c
fix: clang formatter name ( #3042 )
...
Co-authored-by: pancake <pancake@nopcode.org >
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2025-10-13 19:55:18 -05:00
Dax
f993541e0b
Refactor to support multiple instances inside single opencode process ( #2360 )
...
This release has a bunch of minor breaking changes if you are using opencode plugins or sdk
1. storage events have been removed (we might bring this back but had some issues)
2. concept of `app` is gone - there is a new concept called `project` and endpoints to list projects and get the current project
3. plugin receives `directory` which is cwd and `worktree` which is where the root of the project is if it's a git repo
4. the session.chat function has been renamed to session.prompt in sdk. it no longer requires model to be passed in (model is now an object)
5. every endpoint takes an optional `directory` parameter to operate as though opencode is running in that directory
2025-09-01 17:15:49 -04:00
Aiden Cline
9a90ce84fb
fix: format error log ( #2184 )
2025-08-22 16:09:15 -05:00
Camden Clark
80b25c79bb
fix: preserve process.env when spawning formatter commands ( #1850 )
2025-08-12 02:05:26 -04:00
Dax Raad
30e10127f2
formatter config
2025-07-31 19:36:07 -04:00
Dax Raad
04e3e83db3
allow disabling formatter
2025-07-31 18:56:04 -04:00
Timo Clasen
8f4b79227c
fix(formatting): check for enabled formatters ( #611 )
2025-07-02 12:03:42 -04:00
Dax Raad
1fdb326aa7
ignore: refactoring
2025-06-29 21:30:23 -04:00
Dax Raad
0f41e60bd6
restructure formatters
2025-06-29 21:22:21 -04:00
Polo123456789
7df81f7b3e
Formatters as plugins ( #487 )
2025-06-29 21:13:32 -04:00
Polo123456789
df3b424830
feat: Add golang file formatting ( #474 )
2025-06-27 14:11:09 -04:00
Dax Raad
2ec0611f42
lazy load formatters
2025-06-27 11:33:37 -04:00
Ryan Winchester
334161a30e
feat: add elixir file formatting ( #458 )
2025-06-27 10:15:11 -04:00
Dax Raad
ed8d277e49
fix formatting output going into tui
publish / publish (push) Has been cancelled
2025-06-27 07:29:41 -04:00
adamdottv
d043f67761
fix: don't use prettier for langs it doesn't format
publish / publish (push) Has been cancelled
2025-06-27 05:47:14 -05:00
Dax Raad
51bf193889
ignore: run prettier
publish / publish (push) Has been cancelled
2025-06-26 22:30:44 -04:00
Dax Raad
f8b78f08b4
add auto formatting and experimental hooks feature
publish / publish (push) Has been cancelled
2025-06-26 22:17:08 -04:00