rodunia Claude commited on
Commit
a19b2a4
·
1 Parent(s): 4ee91fc

security: remove exposed Mistral API key from CHANGES.md

Browse files

- Remove hardcoded MISTRAL_API_KEY value from documentation
- Key was accidentally committed in previous documentation update
- Updated to generic placeholder text instead

SECURITY NOTE: Exposed key must be revoked immediately at
https://console.mistral.ai/api-keys

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (1) hide show
  1. CHANGES.md +2 -2
CHANGES.md CHANGED
@@ -22,8 +22,8 @@ The application has been completely restructured to align with the desired workf
22
  - Now follows convention: filename = `{product_id}.yaml`
23
 
24
  **Environment Variables (`.env`):**
25
- - Added `MISTRAL_API_KEY="z1aMlPMpM6n5ASCPnheDxUlIWbadGquG"`
26
- - Now supports all 3 engines: OpenAI, Google, Mistral
27
 
28
  ### 2. Dependencies Updated
29
 
 
22
  - Now follows convention: filename = `{product_id}.yaml`
23
 
24
  **Environment Variables (`.env`):**
25
+ - Added `MISTRAL_API_KEY` support
26
+ - Now supports all 4 engines: OpenAI, Google, Anthropic, Mistral
27
 
28
  ### 2. Dependencies Updated
29