anthropics / anthropics/claude-code

[FEATURE] Option to suppress or reduce frequency of the "Now you're using usage credits" banner

Abierto
#89,224 0 comentarios 0 reacciones 0 asignados Ver en GitHub
area:cost area:tui enhancement platform:macos user-experience
Lenguaje dominante
Python
Estrellas
145k
Forks
23.1k
Métricas de merge de PR
Métricas de PR pendientes

Descripción

### Preflight Checklist

- [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)

### Problem Statement

**Description:**

When a subscription user exhausts their included plan usage and rolls over into extra usage credits, Claude Code shows a persistent "Now you're using usage credits" message at the bottom of the terminal UI. There is currently no way to dismiss it, and no setting or environment variable to disable it.

**The problem:**

→ The message is persistent for the entire time you're drawing on usage credits, which for heavy users can be most of the working day. After the first occurrence it carries no new information, but it permanently occupies a line of terminal real estate in every session.

→ For users who have deliberately enabled usage credits and are fully aware they're
paying per-token, the constant reminder is noise rather than signal.

→ Other Claude Code notices are configurable (e.g. spinnerTipsEnabled, terminalProgressBarEnabled), but this one has no corresponding setting.

Image

_Environment: Claude Code CLI on macOS, subscription plan (Max) with extra usage credits enabled._

### Proposed Solution

**Proposed solutions (either would help):**

1. Rate-limit the notice — show it once per day (or once per usage window) when the transition into usage credits happens, then hide it, instead of displaying it persistently.

2. Make it configurable — add a setting (e.g. usageCreditsNoticeEnabled in settings.json) or an environment variable so users who opted into pay-as-you-go can turn the banner off entirely.

A one-time, dismissible notification at the moment of transition is genuinely useful; a permanent banner is not. Related: #51669 was closed as "not planned," but that asked for more persistent usage display — this request is the opposite: less.

### Alternative Solutions

_No response_

### Priority

Low - Nice to have

### Feature Category

CLI commands and flags

### Use Case Example

_No response_

### Additional Context

_No response_

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Start by tracing the terminal UI path that renders the persistent usage-credits banner and compare it with the existing spinnerTipsEnabled and terminalProgressBarEnabled settings. Review the proposed settings.json option and environment-variable alternative, then determine whether rate-limiting or dismissal is the intended behavior; done means the banner is no longer persistent while the transition notice remains useful.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
python
Área
cli
Tipo de issue
Nueva funcionalidad
Dificultad
5/5
Tiempo estimado
Más de una semana
Estado de actividad
Activo
Claridad
Bastante claro
Aptitud para principiantes
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.