[PR #145] [MERGED] Add opencode workflow for automated code assistance #322

Closed
opened 2026-03-02 23:45:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/145
Author: @thdxr
Created: 9/7/2025
Status: Merged
Merged: 9/7/2025
Merged by: @thdxr

Base: mainHead: opencode


📝 Commits (2)

📊 Changes

1 file changed (+27 additions, -0 deletions)

View changed files

.github/workflows/opencode.yml (+27 -0)

📄 Description

Summary

  • Add GitHub workflow that enables opencode to respond to comments on issues and PRs
  • Workflow triggers on comments containing /oc or /opencode commands
  • Uses sst/opencode/github action with Claude Sonnet 4 model
  • Allows for automated code review and assistance directly in GitHub

This workflow will enable developers to get AI-powered assistance with code review and modifications directly in GitHub by commenting on PRs or issues with /oc or /opencode.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/145 **Author:** [@thdxr](https://github.com/thdxr) **Created:** 9/7/2025 **Status:** ✅ Merged **Merged:** 9/7/2025 **Merged by:** [@thdxr](https://github.com/thdxr) **Base:** `main` ← **Head:** `opencode` --- ### 📝 Commits (2) - [`7c641d2`](https://github.com/anomalyco/opentui/commit/7c641d298324972f5053cbcd7ce54ecda98c8f7f) add opencode workflow - [`cf971f1`](https://github.com/anomalyco/opentui/commit/cf971f1ed2aef255c93df98dc3d892888235e5ec) fix format ### 📊 Changes **1 file changed** (+27 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/opencode.yml` (+27 -0) </details> ### 📄 Description ## Summary - Add GitHub workflow that enables opencode to respond to comments on issues and PRs - Workflow triggers on comments containing /oc or /opencode commands - Uses sst/opencode/github action with Claude Sonnet 4 model - Allows for automated code review and assistance directly in GitHub This workflow will enable developers to get AI-powered assistance with code review and modifications directly in GitHub by commenting on PRs or issues with /oc or /opencode. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:45:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#322
No description provided.