Frank
f13c17e654
wip: poc pr command
2025-11-11 18:50:28 -05:00
Dax Raad
306f45f04a
add opencode import command to restore sessions from JSON exports
2025-11-05 18:05:01 -05:00
Stephen Collings
b275e18d28
fix: Provide OPENCODE & AGENT env vars ( #3843 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-11-04 04:01:22 +00:00
Dax Raad
902763b47d
web command
2025-11-03 16:10:23 -05:00
Haris Gušić
a5ede68241
fix: Remove conflicting "-h" aliases in TUI spawn and thread commands ( #3651 )
2025-10-31 16:59:59 -05:00
Aiden Cline
019054dd1e
Revert "fix: ensure flags & docs match ( #3638 )"
...
This reverts commit a018a15f32 .
2025-10-31 16:43:29 -05:00
opencode-agent[bot]
a018a15f32
fix: ensure flags & docs match ( #3638 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com >
2025-10-31 16:33:46 -05:00
Dax
96bdeb3c7b
OpenTUI is here ( #2685 )
2025-10-31 15:07:36 -04:00
Haris Gušić
c1ada302f9
fix: Opencode hangs after exit ( #3481 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-10-30 23:57:58 -05:00
Aiden Cline
1a6fd018f6
Revert "fix: Explicitly exit CLI to prevent hanging subprocesses ( #3083 )"
...
This reverts commit a9624c0fff .
2025-10-27 01:30:13 -05:00
Haris Gušić
a9624c0fff
fix: Explicitly exit CLI to prevent hanging subprocesses ( #3083 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-10-27 00:03:10 -05:00
Haris Gušić
97c7e941eb
fix: opencode run shouldn't print to stderr ( #3341 )
2025-10-21 19:53:09 -05:00
Dax Raad
7a20f77ebf
core: improve error handling with console output for debugging
2025-10-21 10:55:10 -04:00
Joe Schmitt
f3f21194ae
feat: Add ACP (Agent Client Protocol) support ( #2947 )
...
Co-authored-by: opencode-bot <devnull@opencode.local >
Co-authored-by: Dax Raad <d@ironbay.co >
Co-authored-by: GitHub Action <action@github.com >
2025-10-20 16:55:22 -05:00
Dax Raad
61f6091de1
ci: test
2025-10-14 14:56:21 -04:00
Sandip Wane
8fc6a25142
chore: rm empty try-catch block ( #2769 )
...
Co-authored-by: Sandip Wane <sandip.wane@cloudhedge.io >
2025-10-01 23:21:57 -05:00
Dax Raad
40c206c2f9
add opencode attach command to connect to a remote opencode server
2025-09-17 03:30:25 -04:00
Dax
c1b4e1f19d
Upgrade to Zod v4 ( #2605 )
...
Co-authored-by: GitHub Action <action@github.com >
2025-09-15 03:12:07 -04:00
Aiden Cline
c8ff81bae4
fix: silent error if bad flag was passed ( #2486 )
2025-09-07 23:14:38 -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
Dax
10735f93ca
Add agent-level permissions with whitelist/blacklist support ( #1862 )
2025-08-12 11:39:39 -04:00
Stibbs
8ed72ae087
chore: add OPENCODE env var ( #1780 )
2025-08-11 01:56:42 -04:00
Dax
85eaa5b58b
Remove unused OpenTelemetry tracing and fix overlapping highlights ( #1738 )
...
Co-authored-by: opencode <noreply@opencode.ai >
2025-08-08 20:20:01 -04:00
Dax
c34aec060f
Merge agent and mode into one ( #1689 )
...
The concept of mode has been deprecated, there is now only the agent field in the config.
An agent can be cycled through as your primary agent with <tab> or you can spawn a subagent by @ mentioning it. if you include a description of when to use it, the primary agent will try to automatically use it
Full docs here: https://opencode.ai/docs/agents/
2025-08-07 16:32:12 -04:00
Aiden Cline
ae78ec7a0c
fix double help printing ( #1580 )
2025-08-04 05:03:27 -05:00
Frank
3a7a2a838e
wip: github actions
2025-07-25 17:34:47 -04:00
Dax Raad
8dcd39f5b7
real life totally configurabl ai subasians
2025-07-24 21:21:02 -04:00
Dax Raad
c1d87c32a2
remove log level from config
2025-07-19 13:37:02 -04:00
Dax Raad
c952e9ae3d
message rendering performance improvements
2025-07-18 13:40:07 -04:00
Frank
a86d42149f
wip: github actions
2025-07-16 14:59:53 +08:00
Dax Raad
91f8477ef5
wip: mcp
2025-07-13 16:22:16 -04:00
Dax Raad
57ac8f2741
wip: stats
2025-07-11 17:37:41 -04:00
adamdottv
53f8e7850e
feat: configurable log levels
2025-07-09 10:00:03 -05:00
Dax
f884766445
v2 message format and upgrade to ai sdk v5 ( #743 )
...
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
Dax Raad
dd5736fe5f
add back in file hierarchy in system prompt but limit to 200 items
2025-06-30 14:46:46 -04:00
Dax Raad
c0773dc7c5
smooth out initial onboarding flow
2025-06-27 16:09:59 -04:00
Wendell Misiedjan
3cfd9d80bc
fix: bunproc stdout / stderr parsing, error handling for bun ResolveMessage ( #468 )
2025-06-27 14:09:35 -04:00
Dax Raad
2ec0611f42
lazy load formatters
2025-06-27 11:33:37 -04:00
Dax Raad
50469ed750
redirect uncaught errors to log file
2025-06-25 08:41:10 -04:00
Dax Raad
aaab785493
better error message when bad directory is specified to start in
2025-06-24 22:28:25 -04:00
Dax Raad
9751937894
Enhance auth command with environment variable display and add models command
...
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-24 22:24:55 -04:00
Dax Raad
0fc8dfc77e
do not print error on ctrl+c during prompts
2025-06-24 22:09:43 -04:00
Dax Raad
8217b96d4a
ci: fix type issue
2025-06-24 21:12:32 -04:00
Dax Raad
4b26b43855
added opencode serve command
2025-06-24 20:52:09 -04:00
Dax Raad
1bad3d9894
ci: windows
2025-06-24 18:27:57 -04:00
Dax
ec001ca02f
windows fixes ( #374 )
...
Co-authored-by: Matthew Glazar <strager.nds@gmail.com >
2025-06-24 18:05:04 -04:00
Dax Raad
6ed661c140
ci: upgrade bun
2025-06-24 14:42:25 -04:00
Jay V
fa991920bc
fix help copy
2025-06-23 13:00:24 -04:00
adamdottv
0b261054a2
chore: unused import
2025-06-23 10:21:57 -05:00
Dax Raad
100d6212be
more graceful mcp failures
2025-06-22 21:10:05 -04:00