feat: Unifying the Go library - #1
Merged
tfelix merged 1 commit intoMay 6, 2026
Merged
Conversation
tfelix
force-pushed
the
feature/CU-86c9h60r6_Add-API-Key-support-for-TF-Runner
branch
3 times, most recently
from
May 5, 2026 11:00
0730005 to
4d4417a
Compare
malhussan
reviewed
May 5, 2026
malhussan
left a comment
Member
There was a problem hiding this comment.
I've still not tested it myself, but I've got some remarks. I think we should run it somewhere against dev to continuously test it
tfelix
force-pushed
the
feature/CU-86c9h60r6_Add-API-Key-support-for-TF-Runner
branch
from
May 6, 2026 09:34
4d4417a to
ea945ab
Compare
malhussan
approved these changes
May 6, 2026
tfelix
force-pushed
the
feature/CU-86c9h60r6_Add-API-Key-support-for-TF-Runner
branch
from
May 6, 2026 12:19
ea945ab to
d4204cc
Compare
Jelledb
deleted the
feature/CU-86c9h60r6_Add-API-Key-support-for-TF-Runner
branch
June 1, 2026 11:17
grubmeshi
added a commit
that referenced
this pull request
Jul 14, 2026
…type entry Comparing against origin/main (the Kotlin baseline) showed the fail-vs-leave-as-is change for misconfigured sensitive-input types already landed on this branch and is already documented (docs/DEPRECATIONS.md, "Sensitive inputs of a non-STRING/ CODE/FILE type now fail the run"). T6 only shifts WHERE it fails (claim boundary), so extend that entry rather than adding a duplicate. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
Unifies shared code between the runner and the run-controller to remove duplications and make maintenance easier.
CU-86c9h60r6