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(tee): address review feedback and simplify TEE implementation
- Remove mock provider from CLI (keep only for tests)
- Simplify TeeProviderType enum to only include SevSnp
- Replace panic! with proper anyhow::bail! error handling
- Remove unused uuid dependency from workspace
- Add PartialEq, Eq derives to TeeQuoteResponse for testability
- Make tracing dependency optional (only with snp feature)
- Consolidate tee feature flags (tee now enables tee-snp automatically)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments