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 version: read from package.json instead of hardcoding '1.0.0'
- Fix ConfigParser: properly handle string/undefined/null env values
- Add auth: push/pull support Bearer token via devConfig.apiKey or ENVX_API_KEY
- Add DB error handling: wrap constructor and initDatabase in try-catch
- Add DB schema versioning: schema_version table with migration support
- Fix env key validation: allow hyphens consistently (align with ConfigValidator)
- Improve DevConfig defaults: populate from env vars when config missing
- Remove unused Logger class (dead code)
- Remove duplicate detectDefaultShell/detectInteractiveShellProgram in export.ts
- Add --limit flag to history command
0 commit comments