Dax Raad
501c9c598d
fix compaction issues
2025-09-12 06:01:11 -04:00
Dax
aea78046d0
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
6df5b8dc64
ignore: better error logging ( #2346 )
2025-08-31 17:11:04 -05:00
Aiden Cline
fa04ba35ad
fix: error logging ( #2165 )
2025-08-21 23:27:49 -05:00
Dax Raad
b4c81830db
fix for session stuck in "Working..."
2025-08-14 12:20:22 -04:00
Dax Raad
d571fb08a7
support wildcard matching tool names in config
2025-08-11 23:37:09 -04:00
Dax Raad
88842a633e
better guarding against bash commands that go outside of cwd
2025-07-31 21:42:30 -04:00
Dax Raad
f4254751e6
improve wildcard matching for permissions
2025-07-31 20:40:05 -04:00
Dax Raad
f85635f8dd
ci: tweak
2025-07-31 09:35:57 -04:00
Dax
50c93a349f
use treesitter to parse bash commands and catch commands that go outside of cwd ( #1443 )
2025-07-30 20:57:52 -04:00
Dax Raad
4ecfa69a07
fix symlinked agents
publish / publish (push) Has been cancelled
2025-07-25 10:20:16 -04:00
Dax Raad
0de957a2f0
real life totally configurabl ai subasians
publish / publish (push) Has been cancelled
2025-07-24 21:21:02 -04:00
Dax Raad
26e93c4d11
wip: api for tui
2025-07-21 19:53:58 -04:00
Dax Raad
9b65da318d
remove log level from config
2025-07-19 13:37:02 -04:00
Dax Raad
f8e2ad06d9
message rendering performance improvements
2025-07-18 13:40:07 -04:00
Aiden Cline
ec70d563cb
tweak: fix [object Object] in logging ( #1114 )
2025-07-18 04:41:23 -05:00
Dax Raad
b39c0cc191
make LSP lazy again
publish / publish (push) Has been cancelled
2025-07-10 09:37:40 -04:00
adamdottv
79e8a64349
feat: configurable log levels
2025-07-09 10:00:03 -05:00
adamdottv
c5610af3a2
feat(tui): move logging to server logs
2025-07-09 08:16:10 -05:00
Dax Raad
31974e1b6e
big rework of LSP system
2025-07-08 18:14:49 -04: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
Dax Raad
eea253cd12
fix lazy loading
2025-07-02 11:18:25 -04:00
Dax Raad
23bcc0defe
fix lsp diagnostic accurancy
publish / publish (push) Has been cancelled
2025-06-30 22:48:32 -04:00
Dax Raad
cdbaf1c2d2
lazy load formatters
2025-06-27 11:33:37 -04:00
adamdottv
1f05d9f9f6
ignore: more metadata in app info
2025-06-27 06:19:27 -05:00
Dax Raad
a94c88bc5b
ignore: run prettier
publish / publish (push) Has been cancelled
2025-06-26 22:30:44 -04:00
Dax
ad32e5975a
windows fixes ( #374 )
...
Co-authored-by: Matthew Glazar <strager.nds@gmail.com >
2025-06-24 18:05:04 -04:00
adamdottv
e57ef002ee
chore: fix typescript issues
2025-06-20 07:48:42 -05:00
Dax Raad
cb7930165c
config validation
publish / publish (push) Has been cancelled
2025-06-20 00:57:28 -04:00
Dax Raad
7ce22fa132
Fix TypeScript compilation errors and consolidate version handling
...
publish / publish (push) Has been cancelled
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-17 10:27:49 -04:00
Dax Raad
d142ec3b1d
ignore: add timer log helper
2025-06-15 13:33:24 -04:00
Dax Raad
9ba49a23cd
Enhance provider system with dynamic package resolution and improved logging
...
publish / publish (push) Has been cancelled
- Add npm registry lookup for AI SDK packages with fallback support
- Enhance error logging with cause information
- Add timing deltas to log output for performance monitoring
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-14 14:35:33 -04:00
Dax Raad
a568f4058d
Improve logging and simplify fzf implementation
...
- Refactor fzf search to use Bun's $ syntax for cleaner command execution
- Add request/response duration logging to server middleware
- Set default service name for logging to improve log clarity
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-14 01:51:04 -04:00
Dax Raad
f3dc4bd937
Refactor external tools organization and add file search API endpoint
...
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-11 23:59:51 -04:00
Dax Raad
8f43c59091
sync
2025-06-11 18:19:21 -04:00
Dax Raad
d3197c6d15
Refactor authentication system to consolidate auth flow and remove provider-based commands
...
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-11 00:21:46 -04:00
Dax Raad
e553e64e77
Fix shutdown handling, error management, and process lifecycle issues
...
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-10 18:58:47 -04:00
Dax Raad
e64fe86149
Enhance ripgrep error handling and utility functions
...
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-10 11:06:01 -04:00
Dax Raad
10219b14d4
improve AGENTS.md
2025-06-09 15:28:06 -04:00
Dax Raad
d9af524676
sync
2025-06-09 15:00:48 -04:00
Dax Raad
902ee2e1db
Refactor logging system to centralize initialization and remove printLogs parameter
...
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-09 14:52:30 -04:00
Dax Raad
8d6c253c16
sync
2025-06-09 14:01:11 -04:00
Dax Raad
f8d2695e56
fix webfetch
2025-06-05 15:59:17 -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
7a085616f5
sync
2025-05-31 18:42:43 -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