feat(cli): add API v2 AgentInstance workflows - #2559
Open
codyhartsook wants to merge 14 commits into
Open
Conversation
Signed-off-by: Cody Hartsook <cody.hartsook@solo.io>
Signed-off-by: Cody Hartsook <cody.hartsook@solo.io>
Signed-off-by: Cody Hartsook <cody.hartsook@solo.io>
Signed-off-by: Cody Hartsook <cody.hartsook@solo.io>
Signed-off-by: Cody Hartsook <cody.hartsook@solo.io>
Signed-off-by: Cody Hartsook <cody.hartsook@solo.io>
Signed-off-by: Cody Hartsook <cody.hartsook@solo.io>
This reverts commit 1e6d4d9. Signed-off-by: Cody Hartsook <cody.hartsook@solo.io>
Signed-off-by: Cody Hartsook <cody.hartsook@solo.io>
Signed-off-by: Cody Hartsook <cody.hartsook@solo.io>
Signed-off-by: Cody Hartsook <cody.hartsook@solo.io>
codyhartsook
marked this pull request as ready for review
August 25, 2026 23:57
Signed-off-by: Cody Hartsook <cody.hartsook@solo.io>
EItanya
requested changes
Aug 26, 2026
EItanya
left a comment
Contributor
There was a problem hiding this comment.
Initial review, I'm still looking for more simplifications, but this is a good start
Contributor
There was a problem hiding this comment.
This API is still technically supported. Is there a way we can retain this functionality?
| } | ||
|
|
||
| func prepareCreateCfg(cfg *CreateCfg) error { | ||
| if cfg.Harness == "" { |
Contributor
There was a problem hiding this comment.
The following just merged: 76cde41
We can get this out of clientside code
Contributor
There was a problem hiding this comment.
Can we please delete this file and viper, it's just complicated.
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.
Summary
mcpNote that of the 64 files changed, 35 were removals from the legacy CLI project workflow ; no server-side APIs or controllers are removed.
This is the first of three related CLI PRs:
applyand establish the CLI authentication seam.Suspend and resume are deliberately not exposed by this CLI work.
Related to #2366 and the K13 CLI cutover in
docs/plans/api-v2-execution-plan.md.Test plan
make -C go testgo test ./core/cli/...make -C go lintmake -C go build