Skip to content

fix(v1): point RLM_REPO at the renamed nano-rlm repo - #2379

Open
hallerite wants to merge 1 commit into
mainfrom
fix/nano-rlm-repo-url
Open

fix(v1): point RLM_REPO at the renamed nano-rlm repo#2379
hallerite wants to merge 1 commit into
mainfrom
fix/nano-rlm-repo-url

Conversation

@hallerite

@hallerite hallerite commented Aug 16, 2026

Copy link
Copy Markdown
Member

rlm-harness → nano-rlm rename. GitHub's redirect keeps old-URL clones working today, but it breaks (silently, into every sandbox) if any new repository ever claims the rlm-harness name. One line.

🤖 Generated with Claude Code


Note

Low Risk
Single constant URL change for dependency fetch; no auth, data, or harness logic changes.

Overview
Updates RLM_REPO in the v1 RLM harness so sandbox install clones PrimeIntellect-ai/nano-rlm instead of rlm-harness, matching the upstream rename.

Runtime behavior is unchanged aside from the git URL used in setup() when rlm is installed into each sandbox.

Reviewed by Cursor Bugbot for commit 9608fcd. Bugbot is set up for automated code reviews on this repo. Configure here.

Note

Update RLM_REPO to point to the renamed nano-rlm repository

Updates the RLM_REPO constant in harness.py from github.com/PrimeIntellect-ai/rlm-harness.git to github.com/PrimeIntellect-ai/nano-rlm.git to reflect the upstream repo rename.

Macroscope summarized 9608fcd.

rlm-harness was renamed to nano-rlm. GitHub redirects the old URL so per-sandbox
clones still work today, but the redirect breaks the moment any new repository
claims the rlm-harness name — clones would then silently fetch the wrong code
into every sandbox.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@macroscopeapp

macroscopeapp Bot commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Approvability

Verdict: Approved 9608fcd

Single-line URL update pointing to a renamed external repository. No logic or behavior changes - purely a configuration update to track the new repo name.

You can customize Macroscope's approvability policy. Learn more.

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.

1 participant