Patrick Schiel
Patrick Schiel
Was not able to setup debugging according to CONTRIBUTING.md: - `bun dev spawn` did not work at all - debugging server vs TUI was not clear, couldn't manage to debug...
Problem: - for debugging, bun needs to start in the development build directory - makes it currently impossible to debug different scenarios/projects This patch adds positional argument for cwd folder...
Fixes #5330 This patch fixes two issues in bash tool permission handling: **1. bash redirect statements are not handled (treesitter-bash usage)** Any commands parsed don't have redirects included (e.g. `ls...
## Summary This fix solves a whole series of bugs, resulting from filepath issues with backslashes occuring on Windows. → **Solution: normalize all internal paths to forward slashes using centralized...
Fixes #8074 Cause: args missing in windows cli spawning - When the desktop app tried to spawn the sidecar with: `cli::create_command(app, "serve --port 63591")` - Expected: Run `opencode-cli.exe serve --port...
Fixes #7616 Cause: agents sometimes violate the 12-character header limit because JSON Schema constraints like "maxLength": 12 are buried in nested parameter definitions and have lower attention weight compared to...
SLOP WIP - show assistant msgs in timeline - display token usage in timeline - DEL to delete messages (deletes via storage filesystem, invalidates cache)
(WIP) ## Proposal: use Storage Interface (re: sqlite topic) - refactor `Storage` into using a `StorageProvider.Interface` - move JSON logic into `JsonStorageProvider` - add `SqliteStorageProvider` - extend signature of `list()`...