Skip to content

Conversation

@sachnun
Copy link
Contributor

@sachnun sachnun commented Dec 11, 2025

Summary

  • Add caching mechanism for opencode binary in GitHub Actions to speed up workflow runs

Why

  • Currently, every workflow run downloads the opencode binary from scratch
  • With caching, subsequent runs can skip the download if the same version is already cached

Comparison

Scenario Time
Cache miss 1m 34s
Cache hit 24s (~74% faster)

@rekram1-node
Copy link
Collaborator

/review

@github-actions
Copy link
Contributor

lgtm

@rekram1-node rekram1-node merged commit 0efdc3a into sst:dev Dec 11, 2025
1 of 3 checks passed
shuv1337 added a commit to Latitudes-Dev/shuvcode that referenced this pull request Dec 11, 2025
Merge origin/dev containing:
- v1.0.150 release
- fix: Writing to Bun.stderr causes CPU pinning to 100% (sst#5396)
- feat: add caching for opencode binary in GitHub Actions (sst#5384)
- add experimental.chat.messages.transform hook (sst#5207)

This merge preserves all local fork customizations:
- Night Owl theme and OpenCode theme
- AsciiMark/AsciiLogo branding
- Font/Theme pickers in header
- Go-to-parent session navigation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
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