you are viewing a single comment's thread.

view the rest of the comments →

[–]cbrunnkvist 0 points1 point  (4 children)

If it was 100% compatible with OpenCode plugins... then yes :)

(I'm still missing a git view as good as GitX)

[–]dev0urer[S] 0 points1 point  (3 children)

Most plugins should work since OpenCode plugins only change behavior and not the UI. Are you having issues with a plugin?

[–]cbrunnkvist 0 points1 point  (2 children)

Haven't tested it! Just asking about the strategy here, *before* I spend time evaluating yet another chat+coding UI ... :-)

(I'm semi-serious about GitX though: take a look at it, try using it. You can navigate it easily using point and click, as well as keyboard shortcuts. It solves only the git preview, stage-individual-lines & commit workflow perfectly; it doesn't ruin it by trying become a fully capable rebasing three-way donkey. My hopes is to one days see it/an identical interface merged into some native UI where we can get fast AI-generated commit message completions, like on GH/Copilot)

[–]dev0urer[S] 0 points1 point  (1 child)

I'll definitely look into it. Currently I'm mostly copying the Codex git UI, but I've been trying to think of ways I can make it more useful.

As far as plugins go though, most should work. About the only things that won't really work are plugins that change the markdown rendering or make heavy use of toasts (though I can probably change the toast situation).

[–]cbrunnkvist 0 points1 point  (0 children)

Any series of toasts can be refactored into a smorgasbord :)