[Fix] Agents identify as OpenCode before Roomote - #1742
Open
roomote-roomote[bot] wants to merge 3 commits into
Open
[Fix] Agents identify as OpenCode before Roomote#1742roomote-roomote[bot] wants to merge 3 commits into
roomote-roomote[bot] wants to merge 3 commits into
Conversation
Contributor
|
No actionable code issues found. See task
Reviewed 50e9f05 |
Contributor
Author
|
Cleaned the PR to remove only OpenCode's leading identity prefix. Existing Roomote Fast, standard, and shared-style prompt copy is unchanged in the net diff. Focused tests, package type checks, formatting, and pre-push checks pass in 7c784bf. |
Contributor
Author
|
@roomote-roomote rerun the review against the unchanged head. The only prior finding was dismissed with call-chain and regression-test evidence in the resolved thread. |
Member
|
@roomote-roomote please rerun the code review on the unchanged head. The prior configured-server finding was dismissed with the Fast call-chain and existing regression-test evidence; verify the current seven-file diff for any remaining actionable issues. |
daniel-lxs
marked this pull request as ready for review
August 27, 2026 19:58
daniel-lxs
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
August 27, 2026 19:58
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.
What changed
You are OpenCode,identity prefix.Why this change was made
OpenCode prepends its own product identity before Roomote's Fast and standard task prompt layers. Removing that prefix at the final system-prompt transform point avoids conflicting product identities without rewriting either mode's existing behavior instructions.
Impact
Fast and standard agents retain their existing Roomote prompt copy, engineering guidance, workflow rules, and tool behavior byte-for-byte. Focused plugin and runtime tests, package type checks, formatting, and the repository pre-push suite pass.