Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion oddish/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ oddish-docstore-mcp = "oddish.mcp.docstore_server:main"

[tool.uv.sources]
# Keep the worker image on the exact Harbor revision used by Oddish's runtime gate.
harbor = { git = "https://github.com/abundant-ai/harbor", rev = "a7caa586de620f8a7103018f99ce9e1603f90eb4" }
harbor = { git = "https://github.com/abundant-ai/harbor", rev = "6e30ba35a5cfcf1fbd567a1f6b06fd69323e7e2c" }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete Harbor pin update

High Severity

Updating only the Oddish Harbor pin leaves HARBOR_DEFAULT_SHA and the backend pin/lock on a7caa586. Hosted workers bake Harbor from the backend source, so they still run the old revision and miss timeout artifact recovery. Existing lockstep guards expect all four pins to match.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 2eda5cb. Configure here.


[tool.uv]
override-dependencies = ["harbor==0.16.1"]
Expand Down
6 changes: 3 additions & 3 deletions oddish/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading