Patrick Schiel

Results 6 issues of 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...

needs:issue

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...

WIP issues: - `git rev-parse --show-toplevel` returns `E:/x/y` forward slash format - `path.resolve()`, `path.relative()`, `realpathSync.native()`, `realpath` (bash) break when git bash (msys) paths are used - `/d/x` within C drive...

needs:issue

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...