Skip to content

Conversation

@kud1
Copy link

@kud1 kud1 commented Dec 29, 2025

feat: add multi-environment variable groups support

Implement environment variable groups feature that allows users to
define and switch between different sets of environment variables
for different deployment contexts (dev, staging, production, etc.)

New features:

  • EnvGroupSelector component for quick group switching in prompt bar
  • Support for creating, editing, and deleting environment groups
  • Active group selection persists across sessions
  • Backward compatible with existing single env configuration

Changes:

  • Add EnvGroupSelector.tsx component
  • Add EnvGroup interface to api.ts
  • Extend ClaudeSettings with envGroups and activeEnvGroup fields
  • Add group management UI in Settings.tsx
  • Integrate group selector in FloatingPromptInput.tsx

Also includes:

  • Fix chat loading hang by using static imports for Tauri APIs
  • Code style cleanup (quote normalization, trailing commas)
截屏2025-12-28 20 02 55 截屏2025-12-28 20 03 12 截屏2025-12-28 20 03 34

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.

1 participant