You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: remove model selection capability
- Remove /model slash command from Discord (agentControlCommands + handler)
- Core runner no longer passes model to backends (claude --model / codex --model args not added)
- /status (formatEnvironmentSummary, formatConfiguredEnvironment) shows "model: default"
- conversationModels state map retained but unused by the runner
- Update tests to reflect new behaviour
* fix: remove remaining model selection code from feishu runtime and cards
Remove ModelSelectionCard type, buildModelSelectionCard(),
buildFeishuModelSelectionCardPayload(), and all model-related actions
from session control cards. Clean up controller.ts model branch,
conversation.ts model result, and corresponding tests across
core and feishu packages. ENT-0
Co-Authored-By: Claude Opus 4.6 <[email protected]>
---------
Co-authored-by: Claude Opus 4.6 <[email protected]>
0 commit comments