Skip to content

fix: rename passThroughEnvs to untrackedEnv#226

Merged
branchseer merged 1 commit intomainfrom
claude/rename-passthrough-envs-zikEO
Mar 12, 2026
Merged

fix: rename passThroughEnvs to untrackedEnv#226
branchseer merged 1 commit intomainfrom
claude/rename-passthrough-envs-zikEO

Conversation

@branchseer
Copy link
Member

@branchseer branchseer commented Mar 12, 2026

Key Changes

  • Configuration fields: Renamed pass_through_envs to untracked_env in:

    • EnvConfig and related structures
    • EnabledCacheConfig user configuration
    • EnvFingerprints struct
    • All snapshot test fixtures
  • Constants and defaults: Updated DEFAULT_PASSTHROUGH_ENVS to DEFAULT_UNTRACKED_ENV

  • Cache fingerprint tracking: Renamed pass_through_env_config to untracked_env_config in fingerprint structures

  • Display and error messages: Updated all user-facing messages and enum variants:

    • PassThroughEnvAddedUntrackedEnvAdded
    • PassThroughEnvRemovedUntrackedEnvRemoved
    • Error messages now reference "untracked env" instead of "pass-through env"
  • Documentation and comments: Updated all comments, docs, and TypeScript type definitions to use the new terminology

  • Test fixtures: Updated all snapshot files and test configuration files to reflect the new naming

Rename the config field and all internal references from
`passThroughEnvs`/`pass_through_envs` to `untrackedEnv`/`untracked_env`.

- JSON config: `passThroughEnvs` → `untrackedEnv`
- Rust fields: `pass_through_envs` → `untracked_env`
- Rust constant: `DEFAULT_PASSTHROUGH_ENVS` → `DEFAULT_UNTRACKED_ENV`
- Struct field: `pass_through_env_config` → `untracked_env_config`
- Enum variants: `PassThroughEnvAdded/Removed` → `UntrackedEnvAdded/Removed`
- Display strings: "pass-through env" → "untracked env"
- TypeScript types, docs, comments, test names, and snapshots updated

https://claude.ai/code/session_015uSSu2XnQrfG19WwqwNEQq
@branchseer branchseer changed the title Rename pass-through envs to untracked envs throughout codebase fix: rename passThroughEnvs to untrackedEnv Mar 12, 2026
@branchseer branchseer requested review from cpojer and fengmk2 March 12, 2026 01:27
@branchseer branchseer merged commit 042ab37 into main Mar 12, 2026
11 of 12 checks passed
@branchseer branchseer deleted the claude/rename-passthrough-envs-zikEO branch March 12, 2026 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants