Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions 01-main/packages/opencode
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DEFVER=1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: New package definition is missing required registration in 01-main/manifest, which can make it undiscoverable to manifest-driven flows.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At 01-main/packages/opencode, line 1:

<comment>New package definition is missing required registration in `01-main/manifest`, which can make it undiscoverable to manifest-driven flows.</comment>

<file context>
@@ -0,0 +1,10 @@
+DEFVER=1
+ARCHS_SUPPORTED="amd64 arm64"
+get_github_releases "anomalyco/opencode" "latest"
</file context>

ARCHS_SUPPORTED="amd64 arm64"
get_github_releases "anomalyco/opencode" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep -m 1 "browser_download_url.*opencode-desktop-linux-${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)
VERSION_PUBLISHED=$(cut -d '/' -f 8 <<< "${URL/v/}")
fi
PRETTY_NAME="opencode"
WEBSITE="https://opencode.ai/"
SUMMARY="The open source coding agent."