Netanel Draiman
97c4179bc5
feat(cli): add session option to attach command ( #3167 )
2025-10-14 11:04:32 -05:00
Dax Raad
de634a3f13
fix: export trimDiff function from edit tool
2025-10-14 02:55:02 -04:00
Dax Raad
c64b823198
feat: add Slack integration package with Bolt framework
2025-10-14 02:53:55 -04:00
Dax Raad
87ff866318
core: improve dependency management and error handling for more reliable builds
2025-10-14 01:33:25 -04:00
Aiden Cline
b22df18e0f
fix: config dir overrides ( #3160 )
2025-10-13 23:25:53 -05:00
Aiden Cline
0beda25798
fix: custom model ( #3156 )
2025-10-13 19:58:19 -05:00
pancake
841135c435
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
Haris Gušić
d4bc87f3c1
fix: make shell more robust ( #3051 )
2025-10-13 17:37:35 -05:00
Aiden Cline
a0600e82d9
fix: typecheck ( #3149 )
2025-10-13 14:51:12 -05:00
AB
15d5c03f64
fix: add useCompletionUrls option to fix certain azure setups ( #2528 )
...
Co-authored-by: andreas.blass <andreas.blass@outlook.com >
Co-authored-by: GitHub Action <action@github.com >
2025-10-13 14:16:21 -05:00
Tommy D. Rossi
e6373142c1
tweak: include stack trace in server error responses ( #3134 )
2025-10-13 14:10:35 -05:00
Dax Raad
6cc97ede65
fix: disable workspace symbol lookup to prevent LSP performance issues
2025-10-13 14:05:54 -04:00
Aiden Cline
f8132999b6
fix: pass options to compact ( #3136 )
2025-10-13 10:42:39 -05:00
Aiden Cline
85bd863914
fix: adjust list tool prompt to handle cwd better ( #3115 )
2025-10-12 16:48:03 -05:00
OpeOginni
2e870df2b7
fix: add timeout to fetch models.dev refresh request ( #3059 )
2025-10-12 00:20:22 -05:00
Tommy D. Rossi
c015ced81f
fix: rg hanging forever when run in bash, waiting for stdin ( #3103 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-10-11 23:24:48 -05:00
Dax Raad
0271b3847f
ci: fixes
2025-10-11 00:24:35 -04:00
Dax Raad
93c84b47ae
upgrade to bun 1.3.0
2025-10-10 17:53:32 -04:00
Rustafarian Dev
b2f35389fb
fix: perl6 file extension ( #3066 )
2025-10-10 11:28:49 -05:00
Dax Raad
f7d8b41976
core: improve directory validation error messages to help users fix invalid directory names
2025-10-09 22:40:23 -04:00
Dax Raad
367cf7eac3
ensure @opencode-ai/plugin is available in .opencode folder
2025-10-09 21:18:49 -04:00
Dax Raad
a0844a6b85
core: use platform-specific watcher backends for better file system monitoring
2025-10-09 18:29:18 -04:00
Dax Raad
21e2f45f77
core: replace chokidar with @parcel/watcher for better performance and cross-platform support
2025-10-09 18:21:38 -04:00
Dax Raad
c50d7a4275
ignore: add common build and framework directories to ignore list
2025-10-09 16:35:56 -04:00
Dax Raad
92f106f740
ignore: improve file ignore performance and cross-platform support
...
- Replace glob patterns with Set lookup for common folders to speed up matching
- Use path.sep for cross-platform compatibility on Windows/Unix systems
- Add comprehensive test coverage for nested and non-nested folder matching
- Simplify implementation by removing unnecessary caching complexity
2025-10-09 15:54:01 -04:00
Adam
611a719fb5
feat: experimental skip bootstrap
2025-10-09 14:51:11 -05:00
Aiden Cline
73cc3e1a95
feat: allow read tool to handle images ( #3052 )
2025-10-09 09:05:11 -05:00
Dax Raad
03d8a3f6a2
lsp: fix root detection to use instance directory instead of worktree
2025-10-09 04:30:30 -04:00
Dax Raad
73c7dacc09
lsp: simplify language server root detection to use lock files
...
Improves project boundary detection by focusing on package manager lock files instead of config files, providing more reliable workspace identification across different project types.
2025-10-09 04:22:38 -04:00
Haris Gušić
bf2382d900
fix: process.stdout.write instead of console.log for export cmd ( #3049 )
2025-10-09 00:46:19 -05:00
Dax Raad
06fc3bc28f
core: improve MCP reliability and add status monitoring
...
- Added 5-second timeout to MCP client verification to prevent hanging connections
- New GET /mcp endpoint to monitor server connection status
- Automatically removes unresponsive MCP clients during initialization
2025-10-07 04:04:19 -04:00
Aiden Cline
cbf11adac7
fix: mcp error ( #3006 )
2025-10-07 00:45:46 -05:00
Aiden Cline
546c4667a6
tweak: grep tool to handle single file better ( #3004 )
2025-10-06 23:24:00 -05:00
Dax Raad
ac12364c27
ignore:
2025-10-06 23:25:01 -04:00
Dax Raad
cb40e8c622
core: restore bash command security validation to prevent accidental directory traversal
...
The permission validation that prevents commands from accessing paths outside the project directory was accidentally disabled, which could allow commands like 'cd ../' to escape the workspace. This restores the security check that keeps your commands safely contained within your project boundaries.
2025-10-06 23:24:18 -04:00
Dax Raad
87f71e2183
core: improve session API reliability with proper input validation
2025-10-06 19:37:44 -04:00
Dax Raad
fb6713c2b8
Update todo tool to use centralized Todo module
2025-10-06 18:54:05 -04:00
Dax Raad
b7e953c077
Add missing files and fix type aliases for opentui features
2025-10-06 18:53:35 -04:00
Dax Raad
a06cba9d2e
Add todo list and session forking API endpoints
2025-10-06 18:51:57 -04:00
Dax Raad
389bc1f8da
Add session forking functionality and simplify remove logic
2025-10-06 18:50:56 -04:00
Aiden Cline
140f1a0600
fix: add timeout message if command times out ( #2986 )
2025-10-05 23:55:01 -05:00
Mani Sundararajan
6d6fc43bb5
fix: file references & grep tool for windows ( #2980 )
2025-10-05 14:32:07 -05:00
Aiden Cline
431312634c
fix: max output tokens when using large thinking budget ( #2976 )
2025-10-04 23:38:41 -05:00
Aiden Cline
8f6c63c017
fix: allow LSP filename matching when extension is missing ( #2975 )
2025-10-04 20:30:53 -05:00
Yuku Kotani
4c60276d10
feat: Vertex AI support; add google-vertex and google-vertex-anthropic providers ( #2347 )
2025-10-04 01:10:38 -04:00
Aiden Cline
929ef83d3d
add command to debug config ( #2962 )
2025-10-03 23:07:58 -05:00
Dax Raad
2cb3255556
turn on codex medium reasoning again
2025-10-03 06:46:07 -04:00
Aiden Cline
f58fe4e866
fix: run cmd json format when running command ( #2926 )
2025-10-02 10:37:42 -05:00
Sandip Wane
cf363fe67a
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
d0008024f1
core: fix file search limit handling and ensure File module initialization
2025-10-02 00:18:18 -04:00