aaif-goose / aaif-goose/goose

ACP session/new: client-supplied mcpServers replaces configured extensions (skills wiped)

Ouverte
#11,643 0 commentaires 0 réactions 1 personne assignée Réclamée par @Abhijay007 Voir sur GitHub
Langage dominant
Rust
Étoiles
54.2k
Forks
6.2k
Merge moyen
3 j 4 h
PR mergées (30 j)
240

Description

When an ACP client (e.g. JetBrains WebStorm) passes a non-empty 'mcpServers' array in 'session/new', goose freezes its extension set to exactly those entries, dropping the configured platform extensions (skills, developer, todo, analyze, etc.).
Reproduced with a direct stdio probe of the exact ACP binary goose ships:
- mcpServers: [] (empty) -> all 9 skills listed, full extension set
- mcpServers: [webstorm] -> only 'webstorm' in extension_data.enabled_extensions, no skills
Behaviour should likely be ['client mcpServers'] U ['configured extensions'] rather than replace.
WebStorm then only ever sees the JetBrains IDE extension in AI chat and denies skill access, which matches what the WebStorm banner says ('ACP agents coming later').
workaround: none client-side; must be fixed by merging at the goose ACP handler.

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

Look at the ACP session/new handler in the codebase, likely in a file handling ACP protocol or session management. The issue describes that client-supplied mcpServers replace configured extensions. Find where extensions are merged or set. Test by reproducing the described stdio probe to verify the bug and the fix. The fix should union the client mcpServers with configured extensions rather than replace.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
rust
Domaine
ai-infra-agents, backend
Type d'issue
Bug
Difficulté
3/5
Temps estimé
1-2 jours
Activité
Active
Clarté
Clairement spécifiée
Accessibilité débutants
65/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.