mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-07-09 17:19:13 +00:00
docs: auto-regenerate README and registry data
Some checks failed
Auto-Generate README / generate (push) Has been cancelled
Some checks failed
Auto-Generate README / generate (push) Has been cancelled
This commit is contained in:
parent
d730cead46
commit
c71b09178c
2 changed files with 97 additions and 0 deletions
36
README.md
36
README.md
|
|
@ -493,6 +493,15 @@ sync and targeted validation checks, and helps keep repo knowledge branch-local
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Open Dynamic Workflows</b> <img src="https://badgen.net/github/stars/Suraj1235/open-dynamic-workflows" height="14"/> - <i>Dynamic multi-agent workflows for OpenCode — plan, orchestrate, and verify with the script as the orchestrator</i></summary>
|
||||
<blockquote>
|
||||
An MIT-licensed engine bringing Claude-Code-style dynamic workflows and ultracode to OpenCode. A local daemon runs a generated orchestration script with concurrent agents, adversarial verification, and crash-resume; the OpenCode plugin adds workflow/ultracode triggers and a planning UI. Bring your own model — Anthropic, any OpenAI-compatible endpoint, or local Ollama.
|
||||
<br><br>
|
||||
<a href="https://github.com/Suraj1235/open-dynamic-workflows">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>open-plan-annotator</b> <img src="https://badgen.net/github/stars/ndom91/open-plan-annotator" height="14"/> - <i>Annotate LLM plans like a Google Doc!</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -1554,6 +1563,15 @@ Also available for bat and Ghostty in the same repository.
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>eval-harness</b> <img src="https://badgen.net/github/stars/nano-step/eval-harness" height="14"/> - <i>Behavior-regression testing for OpenCode skills</i></summary>
|
||||
<blockquote>
|
||||
Detects when an OpenCode skill's behavior drifts from a baseline, attributes the cause across 4 classes (skill change / fixture stale / model change / unknown drift), and emits a 6-field FAIL schema with transcript-span and env-delta evidence. Ships a git pre-push hook, a composite GitHub Action, and a $-cost hard ceiling for CI safety. Bash + jq + python3 stdlib only; no daemon, no SaaS. MIT.
|
||||
<br><br>
|
||||
<a href="https://github.com/nano-step/eval-harness">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Gemini CLI to API</b> <img src="https://badgen.net/github/stars/gzzhongqi/geminicli2api" height="14"/> - <i>Gemini proxy</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -1753,6 +1771,15 @@ Also available for bat and Ghostty in the same repository.
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>OpenCode Mobile</b> <img src="https://badgen.net/github/stars/dzianisv/opencode-mobile" height="14"/> - <i>Android client for OpenCode — drive your self-hosted agent from your phone</i></summary>
|
||||
<blockquote>
|
||||
Free, open-source (MIT) Android app that connects to an opencode server you run yourself. Stream coding sessions in real time, review file diffs, and approve tool calls from your phone. Install via the F-Droid repo or a signed APK.
|
||||
<br><br>
|
||||
<a href="https://github.com/dzianisv/opencode-mobile">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Opencode Neovim</b> <img src="https://badgen.net/github/stars/NickvanDyke/opencode.nvim" height="14"/> - <i>Neovim plugin</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -1867,6 +1894,15 @@ template (cowork-with-github). Install: drag-and-drop .plugin into Cowork.
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>OpenTab</b> <img src="https://badgen.net/github/stars/hamidi-dev/opentab" height="14"/> - <i>Terminal UI for browsing your OpenCode spend by month, day, project, session, and model</i></summary>
|
||||
<blockquote>
|
||||
A terminal UI that reads OpenCode's local SQLite database (read-only) to show where your tokens and money went — by month, day, project, session, and model, with spend-over-time trends and drill-down into your most expensive sessions (model mix and subagent costs included). Standard-library Python only, offline by default. Also reads Claude Code, Codex, the Copilot CLI, and more.
|
||||
<br><br>
|
||||
<a href="https://github.com/hamidi-dev/opentab">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>OpenWork</b> <img src="https://badgen.net/github/stars/different-ai/openwork" height="14"/> - <i>Desktop GUI for OpenCode workflows</i></summary>
|
||||
<blockquote>
|
||||
|
|
|
|||
61
dist/registry.json
vendored
61
dist/registry.json
vendored
|
|
@ -648,6 +648,18 @@
|
|||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "open-dynamic-workflows",
|
||||
"type": "plugins",
|
||||
"displayName": "Open Dynamic Workflows",
|
||||
"repoUrl": "https://github.com/Suraj1235/open-dynamic-workflows",
|
||||
"tagline": "Dynamic multi-agent workflows for OpenCode — plan, orchestrate, and verify with the script as the orchestrator",
|
||||
"description": "An MIT-licensed engine bringing Claude-Code-style dynamic workflows and ultracode to OpenCode. A local daemon runs a generated orchestration script with concurrent agents, adversarial verification, and crash-resume; the OpenCode plugin adds workflow/ultracode triggers and a planning UI. Bring your own model — Anthropic, any OpenAI-compatible endpoint, or local Ollama.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "open-plan-annotator",
|
||||
"type": "plugins",
|
||||
|
|
@ -1929,6 +1941,18 @@
|
|||
"tags": [],
|
||||
"homepageUrl": "https://deck.cofy-x.space"
|
||||
},
|
||||
{
|
||||
"productId": "eval-harness",
|
||||
"type": "projects",
|
||||
"displayName": "eval-harness",
|
||||
"repoUrl": "https://github.com/nano-step/eval-harness",
|
||||
"tagline": "Behavior-regression testing for OpenCode skills",
|
||||
"description": "Detects when an OpenCode skill's behavior drifts from a baseline, attributes the cause across 4 classes (skill change / fixture stale / model change / unknown drift), and emits a 6-field FAIL schema with transcript-span and env-delta evidence. Ships a git pre-push hook, a composite GitHub Action, and a $-cost hard ceiling for CI safety. Bash + jq + python3 stdlib only; no daemon, no SaaS. MIT.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "gemini-cli-to-api",
|
||||
"type": "projects",
|
||||
|
|
@ -2223,6 +2247,23 @@
|
|||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-mobile",
|
||||
"type": "projects",
|
||||
"displayName": "OpenCode Mobile",
|
||||
"repoUrl": "https://github.com/dzianisv/opencode-mobile",
|
||||
"tagline": "Android client for OpenCode — drive your self-hosted agent from your phone",
|
||||
"description": "Free, open-source (MIT) Android app that connects to an opencode server you run yourself. Stream coding sessions in real time, review file diffs, and approve tool calls from your phone. Install via the F-Droid repo or a signed APK.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": [
|
||||
"android",
|
||||
"mobile",
|
||||
"client"
|
||||
],
|
||||
"homepageUrl": "https://dzianisv.github.io/opencode-mobile/"
|
||||
},
|
||||
{
|
||||
"productId": "opencode-neovim",
|
||||
"type": "projects",
|
||||
|
|
@ -2353,6 +2394,26 @@
|
|||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opentab",
|
||||
"type": "projects",
|
||||
"displayName": "OpenTab",
|
||||
"repoUrl": "https://github.com/hamidi-dev/opentab",
|
||||
"tagline": "Terminal UI for browsing your OpenCode spend by month, day, project, session, and model",
|
||||
"description": "A terminal UI that reads OpenCode's local SQLite database (read-only) to show where your tokens and money went — by month, day, project, session, and model, with spend-over-time trends and drill-down into your most expensive sessions (model mix and subagent costs included). Standard-library Python only, offline by default. Also reads Claude Code, Codex, the Copilot CLI, and more.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": [
|
||||
"cost",
|
||||
"tokens",
|
||||
"usage",
|
||||
"tui",
|
||||
"analytics",
|
||||
"sqlite"
|
||||
],
|
||||
"installation": "Python 3.9+, standard library only. PyPI package is `opentab-ai`; the command\nis `opentab`.\n\n```bash\npipx install opentab-ai\n```\n\nOr Homebrew / the install script:\n\n```bash\nbrew install hamidi-dev/tap/opentab\ncurl -fsSL https://raw.githubusercontent.com/hamidi-dev/opentab/main/install.sh | bash\n```\n\nThen run `opentab`, or `opentab --demo` for an anonymized demo.\n"
|
||||
},
|
||||
{
|
||||
"productId": "openwork",
|
||||
"type": "projects",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue