eclipse-theia/theia

Follow-ups of agent mode selection

开放

#16,896 创建于 2026年1月28日

 (1 条评论) (1 个反应) (0 位负责人)TypeScript (2,478 个派生)batch import
help wantedtheia-ai

仓库指标

星标
 (18,676 个星标)
PR 合并指标
 (平均合并 15天 4小时) (30 天内合并 75 个 PR)

描述

  • If you change the default agent, the mode selector only updates after the first key stroke
  • Mode selection doesn't persist when switching between chat sessions (resets to default when you come back to a chat, which might not be the one you used in the previous request)
  • A keyboard shortcut or adding it to the tab order for cycling modes via the keyboard would be nice (since the chat-input:cycle-mod command exists but isn't used yet) Edit ndoschek: This already works fine via Shit+Tab 👍
  • Add the mode selector also to the Ask AI input (Ctrl+I) overlay in the editor.
  • If agent is selected/pinned/default in the chat input and you change the default prompt (mode) in the AI Configuration, the mode is not updated correctly (e.g., for Coder) (fixed via #17271)

Originally posted by @ndoschek in https://github.com/eclipse-theia/theia/pull/16860#pullrequestreview-3715381447

贡献者指南