Dax Raad
9b65da318d
remove log level from config
2025-07-19 13:37:02 -04:00
Timo Clasen
aef44471dd
feat(config): make small model configurable ( #1030 )
publish / publish (push) Has been cancelled
2025-07-18 14:16:50 -04:00
adamdotdevin
3b74b92924
feat(tui): simpler layout, always stretched
2025-07-18 13:03:27 -05:00
Aiden Cline
5fe00d154e
tweak: allow mcp servers to include headers ( #1096 )
2025-07-17 09:11:48 -05:00
Timo Clasen
0ec4035865
docs(share): add explicit manual share mode ( #1074 )
2025-07-16 16:08:25 -05:00
adamdotdevin
88915e2b0b
fix(tui): expand edit calls
2025-07-16 14:33:57 -05:00
adamdotdevin
63befaffc1
feat(tui): layout config to render full width
publish / publish (push) Has been cancelled
2025-07-16 12:43:02 -05:00
Adi Yeroslav
ca4c92aafb
feat(tui): shift+tab to cycle modes backward ( #1049 )
2025-07-16 07:43:48 -05:00
Joe Schmitt
cd99781e2c
feat(tui): add /export command to export conversation to editor ( #989 )
...
Co-authored-by: opencode <noreply@opencode.ai >
2025-07-15 13:53:21 -05:00
Dax Raad
8823b8824d
wip: update sdk
publish / publish (push) Has been cancelled
2025-07-14 11:18:08 -04:00
opencode-agent[bot]
fbac0e65fd
Fix issue: Option to update username shown in conversations. ( #975 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: thdxr <thdxr@users.noreply.github.com >
2025-07-14 11:03:04 -04:00
opencode-agent[bot]
c69f6fe76f
Added sharing config with auto/disabled options ( #951 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: thdxr <thdxr@users.noreply.github.com >
2025-07-13 16:43:58 -04:00
Dax Raad
a799fdb96f
switch global config to ~/.config/opencode/opencode.json
publish / publish (push) Has been cancelled
2025-07-11 20:51:23 -04:00
Dax Raad
d06dd4bfbc
config: escape file: string content
publish / publish (push) Has been cancelled
2025-07-10 15:38:58 -04:00
Dax Raad
38bf2e962d
support env and file pointers in config
2025-07-10 11:45:31 -04:00
adamdottv
bc4f2faf6d
feat(tui): modes
2025-07-10 10:06:51 -05:00
Dax Raad
01f89a477e
modes concept
2025-07-09 21:59:38 -04:00
adamdottv
79e8a64349
feat: configurable log levels
2025-07-09 10:00:03 -05:00
Gal Schlezinger
1f4b17906a
[config json schema] declare default values and examples for in-ide documentation ( #754 )
2025-07-08 15:29:07 -05:00
adamdottv
162497783b
feat(tui): paste images and pdfs
2025-07-08 08:09:01 -05:00
Dax
9cad702612
v2 message format and upgrade to ai sdk v5 ( #743 )
...
publish / publish (push) Has been cancelled
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Liang-Shih Lin <liangshihlin@proton.me >
Co-authored-by: Dominik Engelhardt <dominikengelhardt@ymail.com >
Co-authored-by: Jay V <air@live.ca >
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com >
2025-07-07 15:53:43 -04:00
Aiden Cline
bd1d1f4dc0
feat: configurable instructions ( #624 )
2025-07-02 23:27:04 -04:00
Timo Clasen
62ee067c3b
Add Option to Disable MCP Servers ( #513 )
2025-06-28 21:05:31 -04:00
adamdottv
fce49d6887
chore: rework openapi spec and use stainless sdk
2025-06-27 14:26:25 -05:00
Dax Raad
cdbaf1c2d2
lazy load formatters
2025-06-27 11:33:37 -04:00
Dax Raad
2142c34fdd
add auto formatting and experimental hooks feature
publish / publish (push) Has been cancelled
2025-06-26 22:17:08 -04:00
Dax Raad
cb7930165c
config validation
publish / publish (push) Has been cancelled
2025-06-20 00:57:28 -04:00
Dax Raad
9b49eee4a6
add schema descriptions to config fields
...
Enhance configuration schema with descriptive text for all fields to improve developer experience and auto-generated documentation.
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-19 13:12:13 -04:00
adamdottv
553d5d3890
fix: include schema in converted toml config
2025-06-19 06:02:02 -05:00
Dax Raad
71cd048840
BREAKING CONFIG CHANGE
...
publish / publish (push) Has been cancelled
We have changed the config format yet again - but this should be the
final time. You can see the readme for more details but the summary is
- got rid of global providers config
- got rid of global toml
- global config is now in `~/.config/opencode/config.json`
- it will be merged with any project level config
2025-06-18 23:01:19 -04:00
Dax Raad
430bbb205c
rework config
2025-06-18 23:01:19 -04:00
Dax Raad
df777268e8
support global config
2025-06-18 18:56:52 -04:00
Dax Raad
a1d5ac0c45
docs: config schema
2025-06-14 12:22:07 -04:00
Dax Raad
7f4d13b76d
docs: readme
2025-06-14 12:13:46 -04:00
Dax Raad
3c0a28dbed
Update provider configuration and server handling
...
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-12 23:10:03 -04:00
Dax Raad
10219b14d4
improve AGENTS.md
2025-06-09 15:28:06 -04:00
Dax Raad
482fe2b8c9
lsp progress
2025-06-05 23:42:04 -04:00
Dax Raad
d9e4815d71
integrate with models.dev
2025-06-05 14:59:16 -04:00
Dax Raad
c1410091c7
sync
2025-06-05 13:51:18 -04:00
Dax Raad
47532b9f03
sync
2025-06-05 13:51:18 -04:00
Dax Raad
320f23a8dc
mcp support
2025-06-03 15:57:48 -04:00
Dax Raad
059d76ce82
Refactor application path handling and data storage architecture
...
Replace simple directory-based path system with git-aware data management that uses global data directories and proper workspace detection.
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-01 14:40:44 -04:00
Dax Raad
7284f50ac3
tool rework
release / goreleaser (push) Has been cancelled
2025-05-31 17:12:16 -04:00
Dax Raad
1ddf77093d
lazy load LLMs even harder
2025-05-31 16:05:12 -04:00
Dax Raad
27c92a478f
run formatter
2025-05-31 14:41:00 -04:00
Dax Raad
fcdff9f578
sync
2025-05-30 20:48:36 -04:00