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
Dax Raad
41dba0db08
config validation
2025-06-20 00:57:28 -04:00
Jay V
f5e7f079ea
Copy changes
2025-06-19 16:28:03 -04:00
Dax Raad
e5e9b3e3c0
rework config
2025-06-18 23:01:19 -04:00
Dax Raad
d4157d9a96
ctrl+c should gracefully clean up pending sessions
2025-06-18 14:11:49 -04:00
Dax Raad
f99904bc1c
track version on session info
2025-06-18 13:40:36 -04:00
Dax Raad
5110fbdaf9
fix issue when running opencode in empty directory
2025-06-18 10:29:09 -04:00
Dax Raad
ee91f31313
fix issue with tool schemas and google
2025-06-17 11:27:07 -04:00
Dax Raad
68e1b3c46c
Fix TypeScript compilation errors and consolidate version handling
...
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-17 10:27:49 -04:00
Dax Raad
9c5616521d
do not autoupgrade snapshot builds
2025-06-17 01:18:32 -04:00
Dax Raad
3fe163416d
autoupgrade
2025-06-17 01:05:05 -04:00
adamdottv
7c0d10a4ce
feat: faster tui init
2025-06-16 11:54:55 -05:00
Dax Raad
06af406146
properly track cache token counts
2025-06-16 12:43:22 -04:00
Dax Raad
38879dee2d
beginning of upgrade command
2025-06-14 22:05:41 -04:00
Dax Raad
0e035b3115
fix aborting issue
2025-06-14 21:23:57 -04:00
Dax Raad
3cf4ef56fb
sync
2025-06-14 12:32:41 -04:00
Dax Raad
69d6709a19
sync
2025-06-12 14:11:01 -04:00
Dax Raad
d4d218d7d6
Update index.ts
...
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-12 13:59:42 -04:00