Support dynamic profile/routing for agent#18
Merged
RussellLuo merged 2 commits intoOpenCSGs:mainfrom Apr 29, 2026
Merged
Conversation
RussellLuo
reviewed
Apr 29, 2026
| reasoningEffort := fs.String("reasoning-effort", "", "optional upstream reasoning_effort default") | ||
| managerImage := fs.String("manager-image", "", "bootstrap manager image") | ||
| debianRegistries := fs.String("debian-registries", "", "comma-separated OCI registries used for debian:bookworm-slim pulls (persisted to config)") | ||
| forceRecreateManager := fs.Bool("force-recreate-manager", false, "remove and recreate the bootstrap manager box") |
Collaborator
There was a problem hiding this comment.
force-recreate-manager and manager-image have been removed.
RussellLuo
reviewed
Apr 29, 2026
| PIDPath string `json:"pid_path,omitempty"` | ||
| ConfigPath string `json:"config_path,omitempty"` | ||
| ManagerImage string `json:"manager_image,omitempty"` | ||
| ForceRecreated bool `json:"force_recreated,omitempty"` |
Collaborator
There was a problem hiding this comment.
This is the edit I made yesterday
Collaborator
Author
|
@RussellLuo Updated |
Collaborator
|
LGTM |
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
Quick Test and Review
rm -fr ~/.csgclaw/ make bin/csgclaw onboard bin/csgclaw serveAnd open the web UI to test.
Sample screenshot:
