From deeedd0cbfe9b0acb5423a44ee13e73a12d233be Mon Sep 17 00:00:00 2001 From: openhands Date: Wed, 18 Mar 2026 09:40:20 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20CODEBERG=5FWEB=20not=20exported=20from?= =?UTF-8?q?=20lib/env.sh=20=E2=80=94=20other=20agents=20may=20hit=20the=20?= =?UTF-8?q?same=20gap=20(#129)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- dev/dev-agent.sh | 1 - lib/env.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/dev-agent.sh b/dev/dev-agent.sh index be85d88..e72551a 100755 --- a/dev/dev-agent.sh +++ b/dev/dev-agent.sh @@ -48,7 +48,6 @@ IMPL_SUMMARY_FILE="/tmp/dev-impl-summary-${PROJECT_NAME}-${ISSUE}.txt" # Matrix thread tracking — one thread per issue for conversational notifications THREAD_FILE="/tmp/dev-thread-${PROJECT_NAME}-${ISSUE}" -CODEBERG_WEB="https://codeberg.org/${CODEBERG_REPO}" # Timing PHASE_POLL_INTERVAL=30 # seconds between phase checks diff --git a/lib/env.sh b/lib/env.sh index 85e28bf..a1150e8 100755 --- a/lib/env.sh +++ b/lib/env.sh @@ -33,6 +33,7 @@ export CODEBERG_TOKEN # Project config export CODEBERG_REPO="${CODEBERG_REPO:-johba/harb}" export CODEBERG_API="${CODEBERG_API:-https://codeberg.org/api/v1/repos/${CODEBERG_REPO}}" +export CODEBERG_WEB="https://codeberg.org/${CODEBERG_REPO}" export PROJECT_NAME="${PROJECT_NAME:-${CODEBERG_REPO##*/}}" export PROJECT_REPO_ROOT="${PROJECT_REPO_ROOT:-${HARB_REPO_ROOT:-/home/${USER}/${PROJECT_NAME}}}" export HARB_REPO_ROOT="${PROJECT_REPO_ROOT}" # deprecated alias