Goni Zahavy
Goni Zahavy
### Pre-submit Checks - [x] I have [searched Warp bugs](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3ABugs) and there are no duplicates - [x] I have [searched Warp known issues page](https://docs.warp.dev/help/known-issues) and my issue is not there...
### Description Since OpenTUI got merged, the ctrl-z background controls functionality got masked by the text box undo feature ### OpenCode version 1.0.11 ### Steps to reproduce 1. open tui...
### Description Newly added `cargo fmt` Rust formatter is invoked with `cargo fmt -- $FILE` but in practice is formatting the whole Cargo workspace. `cargo fmt` actually does not support...
Fixes #8437 #3526
### Issue The function [`Session.children()`](https://github.com/anomalyco/opencode/blob/4347a77d89a0b397b2e5aa6165f33313f7fbaf6e/packages/opencode/src/session/index.ts#L312) reads *ALL* the sessions of the project from disk each call to enumerate the child sessions: ```typescript export const children = fn(Identifier.schema("session"), async (parentID) =>...
### What does this PR do? - Added core logic for enumerating *loaded* models from Ollama and LMStudio in `packages/opencode/src/provider/local/index.ts` - Added debug cli `opencode debug provider probe ` ###...