feat(app): add commit actions to Desktop/Web UI #8634

Open
opened 2026-02-16 18:10:27 -05:00 by yindo · 1 comment
Owner

Originally created by @edoedac0 on GitHub (Feb 5, 2026).

Originally assigned to: @thdxr on GitHub.

New feature request

OpenCode Desktop/Web UI currently does not have a built-in commit action in the UI.

This request is to add commit support as a new feature, with explicit next-step options similar to Codex.

Proposed actions

  • Commit
  • Commit and push
  • Commit and create PR

Why

  • Makes Git intent explicit before execution
  • Reduces friction after writing a commit message
  • Aligns with expected Codex-style workflow

Suggested UX

  • Add a commit modal/dialog in Desktop/Web UI similar to the new Codex App
  • Show branch and change summary
  • Add a toggle to include unstaged changes (default on/off can follow current behavior)
  • Clearly show what will be committed: staged only vs staged + unstaged
  • Keep commit message input
  • Add an action selector (radio/buttons) for the 3 options above
  • Disable unavailable actions (for example PR when remote/auth is missing) and show a short hint

Acceptance criteria

  • User can commit from Desktop/Web UI
  • User can choose one of the three actions before confirming
  • User can toggle whether unstaged changes are included
  • Selected action executes reliably
  • Validation/error messages are clear
Image
Originally created by @edoedac0 on GitHub (Feb 5, 2026). Originally assigned to: @thdxr on GitHub. ## New feature request OpenCode Desktop/Web UI currently does not have a built-in commit action in the UI. This request is to add commit support as a new feature, with explicit next-step options similar to Codex. ## Proposed actions - Commit - Commit and push - Commit and create PR ## Why - Makes Git intent explicit before execution - Reduces friction after writing a commit message - Aligns with expected Codex-style workflow ## Suggested UX - Add a commit modal/dialog in Desktop/Web UI similar to the new Codex App - Show branch and change summary - Add a toggle to include unstaged changes (default on/off can follow current behavior) - Clearly show what will be committed: staged only vs staged + unstaged - Keep commit message input - Add an action selector (radio/buttons) for the 3 options above - Disable unavailable actions (for example PR when remote/auth is missing) and show a short hint ## Acceptance criteria - User can commit from Desktop/Web UI - User can choose one of the three actions before confirming - User can toggle whether unstaged changes are included - Selected action executes reliably - Validation/error messages are clear <img width="426" height="507" alt="Image" src="https://github.com/user-attachments/assets/48af9ecd-78dc-4781-bc3f-c81b49dd974b" />
Author
Owner

@github-actions[bot] commented on GitHub (Feb 5, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #9815: Git commit after feature is complete - requests functionality to commit with different options (Yes/No/Custom message)
  • #10285: Improve efficiency of commit/push and PR command instructions - addresses streamlining the commit and push workflow
  • #5656: Implement gh-commit Command Specification - proposes comprehensive git commit workflow including commit creation

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Feb 5, 2026): This issue might be a duplicate of existing issues. Please check: - #9815: Git commit after feature is complete - requests functionality to commit with different options (Yes/No/Custom message) - #10285: Improve efficiency of commit/push and PR command instructions - addresses streamlining the commit and push workflow - #5656: Implement gh-commit Command Specification - proposes comprehensive git commit workflow including commit creation Feel free to ignore if none of these address your specific case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8634