Skip to content

fix(skillmgr): use built sin-websearch binary from SIN_SKILLS_DIR#76

Merged
Delqhi merged 1 commit into
mainfrom
fix/websearch-go-binary-path
Jun 14, 2026
Merged

fix(skillmgr): use built sin-websearch binary from SIN_SKILLS_DIR#76
Delqhi merged 1 commit into
mainfrom
fix/websearch-go-binary-path

Conversation

@Delqhi

@Delqhi Delqhi commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

The registry used the bare command name 'sin-websearch', which only works if the user manually puts the binary on PATH. Now the registry checks SIN_SKILLS_DIR/web_search_bundle/sin-websearch first and falls back to PATH. The skill manager also builds the binary explicitly into the repo root with -o sin-websearch so the registry can find it.

Adds tests for both the local-binary and PATH-fallback cases.

The registry used the bare command name 'sin-websearch', which only works
if the user manually puts the binary on PATH. Now the registry checks
SIN_SKILLS_DIR/web_search_bundle/sin-websearch first and falls back to
PATH. The skill manager also builds the binary explicitly into the repo
root with -o sin-websearch so the registry can find it.

Adds tests for both the local-binary and PATH-fallback cases.
@vercel

vercel Bot commented Jun 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sin-code Ready Ready Preview, Comment, Open in v0 Jun 14, 2026 9:21am

@Delqhi Delqhi merged commit a7aabbc into main Jun 14, 2026
4 of 10 checks passed
@github-actions

Copy link
Copy Markdown

🏆 CEO Audit — A+ (100.0/100)

Metric Value
Grade A+
Score 100.0/100
Critical findings 0
High findings 0
Profile QUICK
Min grade gate B

📥 Download full report (Markdown)
📊 Download SARIF (for Code Scanning)

Run ~/.config/opencode/skills/ceo-audit/scripts/audit.sh . --profile=QUICK locally to reproduce.

@Delqhi Delqhi deleted the fix/websearch-go-binary-path branch June 14, 2026 09:21
@github-actions

Copy link
Copy Markdown

🏆 CEO Audit — A+ (100.0/100)

Metric Value
Grade A+
Score 100.0/100
Critical findings 0
High findings 0
Medium findings 0
Profile QUICK
Min grade gate B

📥 Download full report (Markdown)

Run ID: 27494470767 · Commit: ${github.sha}

Run ~/.config/opencode/skills/ceo-audit/scripts/audit.sh . --profile=QUICK locally to reproduce.

cfg := ServerConfig{Name: name, Transport: "stdio", Args: args}
if skillsDir != "" {
localBin := filepath.Join(skillsDir, repo, binary)
if _, err := os.Stat(localBin); err == nil {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants