Release OpenCode Loop 0.5.34 - #139
Merged
Merged
Conversation
ByBrawe
marked this pull request as ready for review
August 22, 2026 09:50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.5.34
Packages the idle-continuation and scheduler reliability work merged in #138.
User-facing behavior
/loop <prompt>is now the ergonomic unlimited idle-loop form;/loop devam etkeeps continuing whenever the session safely becomes idle/loop idle <prompt>is the explicit equivalent/loop every 5m <prompt>is recurring with the first run after 5 minutes/loop after 5m <prompt>//loop in 5m <prompt>is a one-shot delayed jobcontinue,keep going,devam et) are project-aware continuations rather than fresh-task promptsReliability and diagnostics
busy/retrysessions that could remain enabled atrunCount=0/goalalready owns continuation unless explicitly overriddensrc/index.jsis staleVerification already completed on feature head
@opencode-ai/plugin@1.4.0) + latest OpenCode plugin compatibility/loop --max-runs 3 devam etreal-host canary producing exactly three autonomous turnsRelease metadata
package.jsonand lockfile to0.5.340.5.34changelog notesThis PR stays draft until the exact release head is green. After merge, npm publication will be triggered only from a
release/npm-v0.5.34branch pointing at the verified main commit.