Feat/autocode#54
Merged
RoundTable02 merged 3 commits intobevibing:mainfrom Apr 28, 2026
Merged
Conversation
Mirrors the /autowork pattern as a per-project boolean (ProjectConfig.autoPassthrough). When enabled, threads created via /work and /opencode have passthrough mode seeded automatically, so plain messages are sent to OpenCode without needing /code first. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Tests: - /autocode toggle: no binding, false→true, true→false, parent-channel resolution from a thread, project-not-found failure path. - /work auto-passthrough seeding when project flag is on/off. - threadHelper.getOrCreateThread (used by /opencode): seeds when enabled, no-ops when no binding or flag disabled. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Collaborator
|
Looks Good To Me! Thanks for your contribution. |
RoundTable02
added a commit
that referenced
this pull request
Apr 28, 2026
Release v1.5.3 for opencode server password support, /autocode automation, optional /work descriptions, and thread channel access documentation. Contributors by feature: - Upstream OPENCODE_SERVER_PASSWORD support (PR #50, closes #39): @Shenato, @RoundTable02 - /autocode command (PR #54): @oberonix - Optional /work description (PR #56): @oberonix - Thread channel access docs (PR #52): @bevibing, @RoundTable02 PR: #50 feat: Added support for opencode serve password setting PR: #54 Feat/autocode PR: #56 Feat/optional work description PR: #52 docs: clarify Discord channel access for threads Issue: #39 [Feature] Support opencode serve password setting
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.
Summary
Adds a new autocode command so that users do not have to use the code command in each thread if desired. It works just like the autowork command.
Related Issue
Issue addressed by this
Closes #53
Type of Change
Changes Made
Testing
I ran the changes locally and verified that the feature works, and functions just like the autowork command does.
npm test)Checklist