aaif-goose / aaif-goose/goose

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

オープン
#11,643 コメント 0 件 リアクション 0 件 担当者 1 名 @Abhijay007 が担当を希望しています GitHub で見る
主要言語
Rust
スター
54.2k
フォーク
6.2k
平均マージ
3日 2時間
マージ済み PR(30日)
262

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。