mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-08-17 12:34:22 +00:00
docs: auto-regenerate README and registry data
This commit is contained in:
parent
cb7df3a1bb
commit
3fdaaf1c08
2 changed files with 84 additions and 0 deletions
36
README.md
36
README.md
|
|
@ -834,6 +834,15 @@ Also available for bat and Ghostty in the same repository.
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>VS Code Themes</b> <img src="https://badgen.net/github/stars/regen45t/opencode-vscode-themes" height="14"/> - <i>Ports of all built-in VS Code themes (Modern, Plus, VS, High Contrast).</i></summary>
|
||||
<blockquote>
|
||||
OpenCode ports of all built-in VS Code themes from the vscode.theme-defaults extension. Includes vscode-modern, vscode-plus, vscode-vs, and vscode-hc with automatic dark/light variant selection. One-line install script included.
|
||||
<br><br>
|
||||
<a href="https://github.com/regen45t/opencode-vscode-themes">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<br>
|
||||
<a href="https://github.com/awesome-opencode/awesome-opencode/blob/main/contributing.md"><b>➕ Add a Theme via PR</b></a>
|
||||
</details>
|
||||
|
|
@ -1137,6 +1146,15 @@ Also available for bat and Ghostty in the same repository.
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>opencode-kanban</b> <img src="https://badgen.net/github/stars/qrafty-ai/opencode-kanban" height="14"/> - <i>Kanban-style task management for opencode</i></summary>
|
||||
<blockquote>
|
||||
Kanban tool that allows you to stay in terminal.
|
||||
<br><br>
|
||||
<a href="https://github.com/qrafty-ai/opencode-kanban">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>OpenSpec</b> <img src="https://badgen.net/github/stars/Fission-AI/OpenSpec" height="14"/> - <i>Spec-driven development</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -1155,6 +1173,15 @@ Also available for bat and Ghostty in the same repository.
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>P4OC (Pocket for OpenCode)</b> <img src="https://badgen.net/github/stars/theblazehen/P4OC" height="14"/> - <i>Android client for OpenCode</i></summary>
|
||||
<blockquote>
|
||||
Native Android app for controlling OpenCode from your phone. Chat with AI, manage sessions, browse files with syntax highlighting, view diffs, and use an embedded terminal — all styled with a terminal UI aesthetic. Available on Google Play.
|
||||
<br><br>
|
||||
<a href="https://github.com/theblazehen/P4OC">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Qwen Code OAI Proxy</b> <img src="https://badgen.net/github/stars/aptdnfapt/qwen-code-oai-proxy" height="14"/> - <i>Qwen model proxy</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -1221,6 +1248,15 @@ Also available for bat and Ghostty in the same repository.
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>kickstart.opencode</b> <img src="https://badgen.net/github/stars/orionpax1997/kickstart.opencode" height="14"/> - <i>A heavily commented OpenCode starter config that teaches you what everything does.</i></summary>
|
||||
<blockquote>
|
||||
Inspired by kickstart.nvim. A minimal, well-commented OpenCode configuration designed as a starting point, not a framework. Every decision is explained. Includes free-only models and MCPs, a plan/execute workflow with interview-style clarification, and a careful agent for supervised AI execution. Read it, understand it, make it yours.
|
||||
<br><br>
|
||||
<a href="https://github.com/orionpax1997/kickstart.opencode">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Opencode Config Starter</b> <img src="https://badgen.net/github/stars/jjmartres/opencode" height="14"/> - <i>Flexible config starting point</i></summary>
|
||||
<blockquote>
|
||||
|
|
|
|||
48
dist/registry.json
vendored
48
dist/registry.json
vendored
|
|
@ -1262,6 +1262,18 @@
|
|||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-kanban",
|
||||
"type": "projects",
|
||||
"displayName": "opencode-kanban",
|
||||
"repoUrl": "https://github.com/qrafty-ai/opencode-kanban",
|
||||
"tagline": "Kanban-style task management for opencode",
|
||||
"description": "Kanban tool that allows you to stay in terminal.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-neovim",
|
||||
"type": "projects",
|
||||
|
|
@ -1364,6 +1376,18 @@
|
|||
],
|
||||
"homepageUrl": "https://openwork.software/"
|
||||
},
|
||||
{
|
||||
"productId": "p4oc",
|
||||
"type": "projects",
|
||||
"displayName": "P4OC (Pocket for OpenCode)",
|
||||
"repoUrl": "https://github.com/theblazehen/P4OC",
|
||||
"tagline": "Android client for OpenCode",
|
||||
"description": "Native Android app for controlling OpenCode from your phone. Chat with AI, manage sessions, browse files with syntax highlighting, view diffs, and use an embedded terminal — all styled with a terminal UI aesthetic. Available on Google Play.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "qwen-code-oai-proxy",
|
||||
"type": "projects",
|
||||
|
|
@ -1445,6 +1469,18 @@
|
|||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "kickstart-opencode",
|
||||
"type": "resources",
|
||||
"displayName": "kickstart.opencode",
|
||||
"repoUrl": "https://github.com/orionpax1997/kickstart.opencode",
|
||||
"tagline": "A heavily commented OpenCode starter config that teaches you what everything does.",
|
||||
"description": "Inspired by kickstart.nvim. A minimal, well-commented OpenCode configuration designed as a starting point, not a framework. Every decision is explained. Includes free-only models and MCPs, a plan/execute workflow with interview-style clarification, and a careful agent for supervised AI execution. Read it, understand it, make it yours.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-config-starter",
|
||||
"type": "resources",
|
||||
|
|
@ -1517,6 +1553,18 @@
|
|||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-vscode-themes",
|
||||
"type": "themes",
|
||||
"displayName": "VS Code Themes",
|
||||
"repoUrl": "https://github.com/regen45t/opencode-vscode-themes",
|
||||
"tagline": "Ports of all built-in VS Code themes (Modern, Plus, VS, High Contrast).",
|
||||
"description": "OpenCode ports of all built-in VS Code themes from the vscode.theme-defaults extension. Includes vscode-modern, vscode-plus, vscode-vs, and vscode-hc with automatic dark/light variant selection. One-line install script included.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "poimandres-theme",
|
||||
"type": "themes",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue