AltimateAI / AltimateAI/altimate-code
fix: consolidate env-var resolver in api/client.ts with unified ENV_VAR_PATTERN
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 811
- Fork
- 134
- Merge trung bình
- 3 ngày 2 giờ
- Pull request đã merge (30 ngày)
- 50
Mô tả
Found during v0.5.21 release review. `api/client.ts:59` has a separate env-var resolver (`\$\{env:([^}]+)\}`) that diverges from the unified `ENV_VAR_PATTERN` in `config/paths.ts`. This creates a third resolution grammar that makes it hard to reason about what gets resolved where.
Deferred because: consolidation refactor across multiple call sites (>30 min).
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.