claude-code - 💡(How to fix) Fix [Feature Request] Claude should know which client/interface it's running in [1 participants]

Official PRs (…)
ON THIS PAGE

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…
GitHub stats
anthropics/claude-code#58788Fetched 2026-05-14 03:39:28
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Author
Participants
Timeline (top)
labeled ×2
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

Claude currently has no way to detect which client or interface the user is in (e.g. claude.ai web, Claude Code CLI, Claude Code in JetBrains/IntelliJ, iOS app, Cowork, etc.).

This leads to practical confusion: for example, Claude may suggest using Filesystem tools or terminal commands when the user is on the web interface where those tools are unavailable — and vice versa.

Proposed Solution

Pass a client/environment identifier as part of the system context for each conversation. This could be as simple as a header or system prompt field like:

``` client: claude-code-cli | claude.ai-web | ios-app | jetbrains-plugin | cowork ```

This would allow Claude to:

  • Only suggest tools that are actually available in the current client
  • Give platform-appropriate instructions and commands
  • Avoid confusing users by referencing unavailable features

Additional Context

This is especially relevant for power users who switch between multiple Claude clients (web, CLI, IDE plugin, mobile) and expect consistent, context-aware behavior across all of them.

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 [Feature Request] Claude should know which client/interface it's running in [1 participants]