fix: experiment sessions can now be found on reruns#1804
Merged
alexgshaw merged 2 commits intoJun 2, 2026
Merged
Conversation
Contributor
|
Enjoy a better diff viewing experience by clicking one of these URLs: |
alexgshaw
approved these changes
Jun 2, 2026
Messimeimei
added a commit
to Messimeimei/bitfun-harbor
that referenced
this pull request
Jul 7, 2026
81e9c27 Add job plugin support and refactor Harbor Hub upload (harbor-framework#1762) a870a8b Add harbor-langsmith plugin package for LangSmith integration. (harbor-framework#1702) 284456b Add harbor-langsmith publish script and PyPI package metadata. a7ea96b Fail fast on Harbor Hub auth errors when using --upload (harbor-framework#1781) 087217b claude_code: bundle one LLM turn into a single ATIF step (RFC-0001) (harbor-framework#1760) 5c7d0ea fix(openclaw): Use --retry-all-errors flag only when available (harbor-framework#1789) 67bcaea Add harbor leaderboard submit command (harbor-framework#1695) 466fb98 fix: experiment sessions can now be found on reruns (harbor-framework#1804) 298a27d Release harbor-langsmith 0.1.1 e23c4d5 ci: upgrade github actions to latest versions (harbor-framework#1819) 51f6007 v0.13.1 Co-authored-by: Cursor <cursoragent@cursor.com>
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.
there was a bug in our plugin implementation that caused the langsmith experiment to not always be found on subsequent reruns of a task
Two changes: