Alexandre Bourget
Alexandre Bourget
When the terminal loses focus and regains it, the preview panel refreshes but displays the entire commit diff instead of the diff for the previously selected file. The file selection...
## Is your feature request related to a problem? Please describe. I need to be able to search diffs, and jump to files in a diff, to study it fast...
Just stumbled on this one: https://github.com/awesome-opencode/awesome-opencode Maybe this warrants an "AI Coding Agents" section.. there's Claude Code, Gemini CLI in the readme.md right now, in "Misc", they'd probably belong there...
## Expected behavior I'd like to be able to: ``` import { fixture, html, expect } from "@open-wc/testing"; ``` directly from the browser, having added the @open-wc/testing dependency in my...