Build Better Helm Charts
Chartsmith is an AI-powered tool that helps you build better Helm charts.
See CONTRIBUTING.md for development setup instructions.
The VS Code extension authenticates using a token-based mechanism:
- When a user clicks "Login" in the extension, it opens a browser window to the authentication page
- After successful authentication, the app generates an extension token and sends it to the extension
- The extension stores this token and uses it for API requests with a Bearer token header
- Token validation happens via the
/api/auth/status
endpoint