Copilot Review Comments
PR #6193 (docs(readme): clarify hosted vs local, kc-agent, GitHub auth, AI (#6188-#6191)) was merged with 6 Copilot review comment(s) that should be addressed in a follow-up:
- README.md:33: The decision table and kc-agent section imply that installing kc-agent lets the hosted UI at console.kubestellar.io connect to a local agent. In the current web build, LOCAL_AGENT_WS_URL/LOCAL_AGENT...
- README.md:42: The README states Go 1.24+ for building/running (Linux + WSL), but go.mod declares
go 1.25.0, which generally requires a Go 1.25 toolchain. Please align the stated Go version in these prerequisites ...
- README.md:42:
go build -o bin/kc-agent ... will fail on a fresh clone if the bin/ directory doesn’t exist. Consider either creating the directory as part of the instructions or using an approach that doesn’t re...
- README.md:90: The table claims the GitHub PAT entered in the Settings UI is “browser only, not on disk”. In practice, settings (including feedbackGithubToken) are persisted via the local agent to an on-disk setting...
- README.md:130: The fine-grained PAT permissions for FEEDBACK_GITHUB_TOKEN are documented as “Issues: Read & Write” only, but the server-side error message indicates it also requires “Contents” read/write permissions...
- README.md:142: This section suggests users can manage AI keys while using console.kubestellar.io and that keys are sent to a local kc-agent. However, the hosted build disables LOCAL_AGENT_HTTP_URL, so the Settings →...
PR: #6193
Auto-generated by copilot-comment-followup workflow
Copilot Review Comments
PR #6193 (docs(readme): clarify hosted vs local, kc-agent, GitHub auth, AI (#6188-#6191)) was merged with 6 Copilot review comment(s) that should be addressed in a follow-up:
go 1.25.0, which generally requires a Go 1.25 toolchain. Please align the stated Go version in these prerequisites ...go build -o bin/kc-agent ...will fail on a fresh clone if thebin/directory doesn’t exist. Consider either creating the directory as part of the instructions or using an approach that doesn’t re...PR: #6193
Auto-generated by copilot-comment-followup workflow