You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(envid): fix envId management bugs and add comprehensive tests 🐛
- Fix timeout configuration from 60000000ms to 600000ms (10 minutes)
- Fix cloudrun.ts to use getEnvId instead of process.env.TCB_ENV_ID
- Fix envId cache synchronization issue (Critical - fixes environment mismatch)
- Remove file-based cache to prevent multi-process conflicts
- Optimize getCloudBaseManager to use cached envId when available
- Add getCachedEnvId method for optimization
- Export envManager for testing
- Add comprehensive test suite for envId management
Fixes the critical bug where switching accounts/environments in CodeBuddy
would cause tools to operate on wrong environment due to stale cache.
0 commit comments