Prompt Thermometer -- Chea Studios
======================================================================

ES
--
Prompt Thermometer mide el costo REAL en tokens que Claude Code inyecta en
cada mensaje: no bytes de archivo, no estimaciones de caracteres/4. Da un
desglose por fuente y un total: el piso de contexto, los tokens gastados
antes de que escribas una sola palabra.

  uv venv --python 3.12
  source .venv/bin/activate
  uv pip install -e .
  thermometer --estimate-only

Para conteos EXACTOS necesitas una clave de API de Anthropic. El programa
la busca en este orden: variable de entorno ANTHROPIC_API_KEY, luego un
archivo .env en el directorio actual, luego ~/.env. Sin clave, usa
--estimate-only y las cifras se marcan como estimadas.

EN
--
Prompt Thermometer measures the REAL per-message token cost Claude Code
injects: not file bytes, not character/4 estimates. It gives a per-source
breakdown and a total -- the context floor, the tokens spent before you
type anything.

  uv venv --python 3.12
  source .venv/bin/activate
  uv pip install -e .
  thermometer --estimate-only

For EXACT counts you need an Anthropic API key. It is resolved in this
order: ANTHROPIC_API_KEY environment variable, then a .env file in the
current directory, then ~/.env. Without a key, use --estimate-only and
the figures are labeled as estimates.

----------------------------------------------------------------------
Hecho por Chea Studios. Uso personal y profesional. Sin garantia.
Made by Chea Studios. Personal and professional use. No warranty.
License: all rights reserved, shared by Chea Studios. hola@cheastudios.com
