Skip to content

Commit cae28f7

Browse files
chore(harbor): pin the default fork to c9b7036 for the tbh agent (#985)
Harbor PR #12 adds tbh as an installed agent. Bumping HARBOR_DEFAULT_SHA and both lockfiles puts it in the default worker image, so a trial can run '-a tbh' without a per-run --harbor override. Verified against the new pin: the agent resolves through AgentFactory, 'meta/striking_tomcat172' routes to the meta queue key and allowlists api.ai.meta.com, and the class answers the restricted-network capability hook (declaring its hosts when service_hosts is set, failing closed when it is not). Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent d72a6b2 commit cae28f7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

backend/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oddish/src/oddish/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ def nop_oracle_kind(agent: str | None) -> str | None:
151151
# trials run a heavier GKE-enabled Harbor on a dedicated blessed-variant image
152152
# (see HARBOR_VARIANTS in oddish.core.harbor_source), never this default.
153153
HARBOR_DEFAULT_SOURCE = "https://github.com/abundant-ai/harbor"
154-
# abundant-ai/harbor main, as resolved into both uv.lock files. Harbor PR #11
155-
# (container-native k3s startup hardening) merged as this commit.
156-
HARBOR_DEFAULT_SHA = "d72243440dcdf7ddac4a9e0829a8bd58aabff64c"
154+
# abundant-ai/harbor main, as resolved into both uv.lock files. Harbor PRs #12
155+
# and #13 (the tbh agent) merged as this commit.
156+
HARBOR_DEFAULT_SHA = "12e1e055d5b5865a0c366e6b5acb62f548dc8775"
157157

158158
_HARBOR_URL_PREFIXES = ("git+", "http://", "https://", "ssh://")
159159

oddish/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)