summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2025-10-09drop excess dependency in opencode sdkDax Raad
2025-10-09core: use platform-specific watcher backends for better file system monitoringDax Raad
2025-10-09core: replace chokidar with @parcel/watcher for better performance and ↵Dax Raad
cross-platform support
2025-10-09ignore: add common build and framework directories to ignore listDax Raad
2025-10-09ignore: improve file ignore performance and cross-platform supportDax Raad
- 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-09feat: experimental skip bootstrapAdam
2025-10-09docs: fix bugged example (#3068)Aiden Cline
2025-10-09docs: adding tools docJay V
2025-10-09docs: document ripgrep .ignore file override in toolsJay V
2025-10-09docs: adding spellcheck commandJay V
2025-10-09feat: allow read tool to handle images (#3052)Aiden Cline
2025-10-09lsp: fix root detection to use instance directory instead of worktreeDax Raad
2025-10-09lsp: simplify language server root detection to use lock filesDax Raad
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-09fix: process.stdout.write instead of console.log for export cmd (#3049)Haris Gušić
2025-10-08wip: zenFrank
2025-10-08wip: zenFrank
2025-10-08wip: zenFrank
2025-10-08wip: zenFrank
2025-10-08wip: zenFrank
2025-10-08docs: fix permission docsJay V
2025-10-08fix(tui): suggestions gap on home pageAdam
2025-10-08add free workspaceDax Raad
2025-10-08wip: zenFrank
2025-10-08wip: zenFrank
2025-10-07release: v0.14.6opencode
2025-10-07fix issue with blank new version popupDax Raad
2025-10-07wip: zenFrank
2025-10-07docs: troubleshooting ProviderModelNotFoundError (#3016)Aiden Cline
2025-10-07docs: add agent specific permission example (#3009)Sai
2025-10-07wip: zenFrank
2025-10-07core: improve MCP reliability and add status monitoringDax Raad
- 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-07release: v0.14.5opencode
2025-10-07fix: mcp error (#3006)Aiden Cline
2025-10-06tweak: grep tool to handle single file better (#3004)Aiden Cline
2025-10-06wip: zenFrank
2025-10-06wip: zenFrank
2025-10-07release: v0.14.4opencode
2025-10-06ignore:Dax Raad
2025-10-06core: restore bash command security validation to prevent accidental ↵Dax Raad
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-06core: improve session API reliability with proper input validationDax Raad
2025-10-06Update todo tool to use centralized Todo moduleDax Raad
2025-10-06Add missing files and fix type aliases for opentui featuresDax Raad
2025-10-06Add todo list and session forking API endpointsDax Raad
2025-10-06Add session forking functionality and simplify remove logicDax Raad
2025-10-06wip: zenFrank
2025-10-06wip: zenFrank
2025-10-06wip: zenFrank
2025-10-06wip: zenFrank
2025-10-06docs: update footerJay V
2025-10-06docs: fix styles and zen doc, closes #2912Jay V