claude-code - 💡(How to fix) Fix Allow model selection for Slack-triggered Claude Code sessions

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fix / Workaround

Currently, there is no known workaround to change the model for Slack-triggered sessions short of modifying the default at the platform level. Users may attempt to set the model in .claude/settings.json, but this setting is currently ignored for remote sessions.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

When starting Claude Code sessions via Slack integration, there's no way to configure which model is used. The session always runs on a default model (currently claude-opus-4-5), ignoring the "model" setting in the repository's .claude/settings.json.

Current behavior:

  • .claude/settings.json includes "model": "claude-opus-4-8"
  • Slack-triggered session still runs on claude-opus-4-5
  • The code.claude.com environment/trigger settings don't expose a model selector

Proposed Solution

Either:

  1. Honor the repo-level "model" setting from .claude/settings.json for remote/Slack-triggered sessions, OR
  2. Add a model selector in the environment/trigger configuration on code.claude.com

This would allow users who have access to newer models (e.g., claude-opus-4-8) to use them in Slack-initiated workflows, just as they can in local CLI sessions.

Alternative Solutions

Currently, there is no known workaround to change the model for Slack-triggered sessions short of modifying the default at the platform level. Users may attempt to set the model in .claude/settings.json, but this setting is currently ignored for remote sessions.

Priority

High - Significant impact on productivity

Feature Category

Configuration and settings

Use Case Example

  1. A user has access to claude-opus-4-8 and wants to use it for their team's Slack-triggered CI/review workflows.
  2. They add "model": "claude-opus-4-8" to .claude/settings.json in their repository, following the pattern that works for local CLI sessions.
  3. They trigger a Claude Code session via Slack.
  4. The session runs on claude-opus-4-5 instead, ignoring the settings file.
  5. With this feature, the session would either pick up the repo-level model setting or allow the user to select the model in the code.claude.com trigger/environment configuration.

Additional Context

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Allow model selection for Slack-triggered Claude Code sessions