claude-code - 💡(How to fix) Fix [BUG] Max plan: routine editor environment selector shows only "Default" with no settings icon and no "Add environment" option [1 comments, 2 participants]

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…
GitHub stats
anthropics/claude-code#53029Fetched 2026-04-25 06:14:18
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×4commented ×1renamed ×1
RAW_BUFFERClick to expand / collapse

Bug summary

On the routine editor at claude.ai/code/routines, the environment selector exposes only a "Default" entry with no way to edit it or create a new one. The UI affordances described in the docs do not render.

Observed

Opening a routine and clicking the environment selector (labeled "Default" with a cloud icon) opens a dropdown panel containing exactly two things:

  1. A search field with placeholder text "Environment"
  2. A single entry labeled "Default"

That is the entire contents of the panel. No "Add environment" button, no "+ New" affordance, and no settings/gear icon next to the "Default" entry — neither statically rendered nor on hover. There are no other controls or scroll affordances.

This contradicts two statements in the docs:

  • "Add an environment: Select the current environment to open the selector, then select Add environment." — there is no "Add environment" control in the selector.
  • "Edit an environment: Select the settings icon to the right of the environment name." — no settings icon appears next to "Default".

Impact

Without access to the environment editor, there is no self-serve way to modify the network egress allowlist, change environment variables, or configure a setup script for a routine. In particular this blocks any routine that needs outbound HTTP to a non-default host (SEC EDGAR, Yahoo Finance, Slack API, etc.), which is the scenario already reported in #50146, #30112, and #19087.

Relevant difference from those issues: they're about the allowlist contents or propagation; this issue is about the UI affordance being absent entirely — i.e. even if the allowlist mechanism worked, a Max user has no way to reach it.

Setup

  • Plan: Max
  • Browser: Chrome (latest, on macOS)
  • Account: solo (no workspace/org)

Expected

Either:

  1. The "Add environment" option and the settings icon next to each environment entry should render as documented — or
  2. The docs should state that environment customization requires a specific plan tier (Team/Enterprise) or feature-flag, and direct Max users to an alternative.

Happy to provide account UUID or other diagnostic info privately if useful.

extent analysis

TL;DR

The environment selector UI affordances are missing, suggesting a potential issue with the user's plan tier or feature flags.

Guidance

  • Verify the user's plan tier and check if environment customization is available for the Max plan.
  • Review the documentation to see if there are any specific requirements or restrictions for accessing the environment editor.
  • Check if there are any feature flags or settings that need to be enabled for the environment selector to render correctly.
  • Consider reaching out to the support team or providing the account UUID for further diagnostic assistance.

Notes

The issue may be related to the user's plan tier or feature flags, but without more information, it's difficult to provide a definitive solution.

Recommendation

Apply workaround: Reach out to the support team to clarify the requirements for accessing the environment editor and to request assistance with configuring the environment settings.

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 [BUG] Max plan: routine editor environment selector shows only "Default" with no settings icon and no "Add environment" option [1 comments, 2 participants]