#7328: Feat/integrate chutes ai Details in Readme_chutes.md
cli
commands
agents
Cluster:
Model Provider Integrations
Integracion de varios modelos y actualizacion de nuevos en distintas actividades agenticas, para chutes AI.
<!-- greptile_comment -->
<h2>Greptile Overview</h2>
<h3>Greptile Summary</h3>
This PR adds a Chutes.ai integration path across the auth chooser/onboarding flow, plus a new `openclaw chutes models` CLI command and implicit provider/model discovery in `models-config.providers`.
Key concerns are around how OAuth-only users are handled in implicit provider resolution: the code sets a placeholder `apiKey` and still attempts discovery with an empty bearer token, and it’s unclear that the OAuth profile lookup is using the correct provider id. Separately, the new CLI command is described as model discovery but currently only ensures a models.json file exists, which won’t refresh any Chutes model list.
<h3>Confidence Score: 2/5</h3>
- This PR has some functional mismatches that could confuse users and break OAuth-only Chutes usage.
- Most changes are straightforward wiring for Chutes auth and a new CLI command, but the implicit provider resolution sets an API key placeholder for OAuth profiles and attempts model discovery with an empty bearer token, and the `chutes models` command doesn’t actually perform the described discovery. These are likely to be hit by real users and should be addressed before merging.
- src/agents/models-config.providers.ts, src/cli/program/register.chutes.ts, src/commands/chutes-oauth.ts
<!-- greptile_other_comments_section -->
<sub>(3/5) Reply to the agent's comments like "Can you suggest a fix for this @greptileai?" or ask follow-up questions!</sub>
<!-- /greptile_comment -->
Most Similar PRs
#11204: feat(providers): add Chutes (Bittensor) provider
by CodingAbdullah · 2026-02-07
86.9%
#13295: feat: add Eternal AI provider integration
by peterparkernho · 2026-02-10
76.2%
#12059: feat(agents): Add Azure AI Foundry credential support
by lisanyambere · 2026-02-08
76.0%
#7051: Add io-intelligence model inference provider
by rajagurunath · 2026-02-02
75.7%
#13079: feat: Add OpenAI-compatible API option to CLI for self-hosted models
by MikeWang0316tw · 2026-02-10
75.1%
#7272: Models: add SiliconFlow provider
by qychen2001 · 2026-02-02
73.5%
#7295: feat(provider) Add Key-less AI Integration via Puter
by ProgrammerIn-wonderland · 2026-02-02
73.3%
#21884: feat(models): auth improvements — status command, heuristics, multi...
by kckylechen1 · 2026-02-20
73.3%
#9739: #9291 fix(models): preserve existing models in models.json when mer...
by ximzzzzz · 2026-02-05
73.2%
#9163: Fix: Save Anthropic setup token to config file
by vishaltandale00 · 2026-02-04
73.0%