Skip to content

Merged upstream v1.0.134, PR #90 created#91

Closed
opencode-agent[bot] wants to merge 61 commits intointegrationfrom
opencode/issue89-20251205204907
Closed

Merged upstream v1.0.134, PR #90 created#91
opencode-agent[bot] wants to merge 61 commits intointegrationfrom
opencode/issue89-20251205204907

Conversation

@opencode-agent
Copy link

@opencode-agent opencode-agent bot commented Dec 5, 2025

All tasks completed successfully. Here's a summary of what was accomplished:

Summary

Successfully merged upstream sst/opencode tag v1.0.134 into the shuvcode fork.

Key Actions

  1. Setup and fetch: Added upstream remote and fetched v1.0.134 tag

  2. Merge conflicts resolved (29 files):

    • Workflows: Kept ours (deleted in fork) - duplicate-issues.yml, publish.yml
    • STATS.md: Accepted upstream
    • bun.lock: Regenerated with bun install
    • github/action.yml: Kept fork-specific OPENCODE_BIN_PATH
    • package.json files: Accepted upstream version 1.0.134
    • Source files:
      • agent.ts: Merged both (kept subagents + added maxSteps)
      • prompt/index.tsx: Kept fork's text getter
      • session/index.tsx: Kept fork's bashOutput and search features
      • provider.ts: Added upstream sap-ai-core getModel
      • bash.ts: Accepted upstream message improvements
      • model.ts, handler.ts: Accepted upstream byokProvider changes
  3. Validation: Typecheck and tests passed (265 tests, 0 failures)

  4. PR created: sync: merge upstream v1.0.134 #90

Closes #89

New%20session%20-%202025-12-05T20%3A49%3A06.954Z
opencode session  |  github run

code-yeongyu and others added 30 commits December 3, 2025 22:28
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>
Co-authored-by: Github Action <action@github.com>
Co-authored-by: Dax Raad <d@ironbay.co>
Provider credentials field was being selected from ProviderTable even when the table wasn't joined (when byokProvider was undefined). Now the join is conditional - when byokProvider exists, we join and get the credentials; when it doesn't, the join condition is always false so provider remains null.
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
…ion (anomalyco#5086)

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
actions-user and others added 24 commits December 5, 2025 05:14
… have sessions migrated (anomalyco#5105)

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
…nomalyco#4978)

Co-authored-by: noamzbr <noamzbr@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Resolved conflicts:
- .github/workflows/duplicate-issues.yml: deleted (keep ours)
- .github/workflows/publish.yml: deleted (keep ours)
- STATS.md: accept upstream
- bun.lock: regenerated
- github/action.yml: keep fork-specific OPENCODE_BIN_PATH
- packages/console/*/package.json: accept upstream versions
- packages/console/app/src/routes/zen/util/handler.ts: accept upstream
- packages/console/core/src/model.ts: accept upstream (byokProvider)
- packages/desktop/package.json: accept upstream version
- packages/enterprise/package.json: accept upstream version
- packages/extensions/zed/extension.toml: accept upstream version
- packages/function/package.json: accept upstream version
- packages/opencode/package.json: accept upstream version
- packages/opencode/src/agent/agent.ts: merge both (keep subagents + add maxSteps)
- packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx: keep fork text getter
- packages/opencode/src/cli/cmd/tui/routes/session/index.tsx: keep fork features
- packages/opencode/src/provider/provider.ts: accept upstream sap-ai-core getModel
- packages/opencode/src/tool/bash.ts: accept upstream
- packages/plugin/package.json: accept upstream version
- packages/sdk/js/package.json: accept upstream version
- packages/slack/package.json: accept upstream version
- packages/tauri/package.json: accept upstream version
- packages/ui/package.json: accept upstream version
- packages/util/package.json: accept upstream version
- packages/web/package.json: accept upstream version
- sdks/vscode/package.json: accept upstream version
@coderabbitai
Copy link

coderabbitai bot commented Dec 5, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@shuv1337
Copy link
Collaborator

shuv1337 commented Dec 5, 2025

/oc resolve bun.lock conflict

@shuv1337
Copy link
Collaborator

shuv1337 commented Dec 6, 2025

Closing as duplicate - upstream v1.0.134 was already merged via PR #90

@shuv1337 shuv1337 closed this Dec 6, 2025
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.

[Upstream Sync] Merge conflict with v1.0.134