AltimateAI / AltimateAI/altimate-code

fix: consolidate env-var resolver in api/client.ts with unified ENV_VAR_PATTERN

Open
#699 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
811
Forks
134
Avg merge
3d 2h
Merged PRs (30d)
50

Description

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).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.