forked from anomalyco/opencode
-
Notifications
You must be signed in to change notification settings - Fork 2
Merged upstream v1.0.133, PR #87 done #88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
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
Co-authored-by: Github Action <action@github.com> Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
…ot explicitly defined
Co-authored-by: Github Action <action@github.com> Co-authored-by: Dax Raad <d@ironbay.co>
This reverts commit d763c11.
Resolved conflicts: - github/action.yml: merged both - kept fork-specific OPENCODE_BIN_PATH and added upstream PROMPT env var - packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx: merged both - kept our 'text' getter and added upstream 'current' getter to PromptRef - packages/opencode/src/cli/cmd/tui/routes/session/index.tsx: merged both - kept bash output view, search mode, initialValue prop, and integrated upstream promptRef.set()
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
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.
All tasks completed. Here's a summary of what was done:
Summary
Successfully merged upstream
sst/opencodev1.0.133 into the shuvcode fork.Conflicts Resolved
github/action.yml - Merged both:
OPENCODE_BIN_PATHenv var and run commandPROMPTenv varpackages/opencode/src/cli/cmd/tui/component/prompt/index.tsx - Merged both:
text: stringgetter in PromptRefcurrent: PromptInfogetter to PromptRefpackages/opencode/src/cli/cmd/tui/routes/session/index.tsx - Merged both:
initialValuepropusePromptRefimport andpromptRef.set(r)call in the Prompt ref callbackValidation
Result
Closes #86
opencode session | github run