Skip to content

Release OpenCode Loop 0.5.34 - #139

Merged
ByBrawe merged 3 commits into
mainfrom
release/0.5.34-prep
Aug 22, 2026
Merged

Release OpenCode Loop 0.5.34#139
ByBrawe merged 3 commits into
mainfrom
release/0.5.34-prep

Conversation

@ByBrawe

@ByBrawe ByBrawe commented Aug 22, 2026

Copy link
Copy Markdown
Owner

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 et keeps 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 job
  • legacy duration-first syntax remains compatible
  • short continuation prompts (continue, keep going, devam et) are project-aware continuations rather than fresh-task prompts

Reliability and diagnostics

  • fixes pre-first-run stale busy/retry sessions that could remain enabled at runCount=0
  • adds throttled busy deferral records, schedule/state output, and cross-session persisted-job diagnostics
  • blocks same-session prompt Loop continuation when dedicated /goal already owns continuation unless explicitly overridden
  • centralizes scheduling policy and keeps the stable single-file bundle synchronized with modular source
  • Bundle Gate now permanently fails when committed src/index.js is stale

Verification already completed on feature head

  • Ubuntu + Windows unit/regression suites
  • minimum (@opencode-ai/plugin@1.4.0) + latest OpenCode plugin compatibility
  • Ubuntu + Windows real OpenCode host Loop/Goal canaries
  • generated single-file bundle host/regression tests
  • exact /loop --max-runs 3 devam et real-host canary producing exactly three autonomous turns

Release metadata

  • bumps package.json and lockfile to 0.5.34
  • updates README stable version
  • prepends detailed 0.5.34 changelog notes

This PR stays draft until the exact release head is green. After merge, npm publication will be triggered only from a release/npm-v0.5.34 branch pointing at the verified main commit.

@ByBrawe
ByBrawe marked this pull request as ready for review August 22, 2026 09:50
Copilot AI lite review requested due to automatic review settings August 22, 2026 09:50

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@ByBrawe
ByBrawe merged commit 75ff503 into main Aug 22, 2026
8 checks passed
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