ActionLensInspect GitHub Actions workflow runs, jobs, and logs without leaving VS Code. ActionLens is a powerful Visual Studio Code extension that brings the full power of GitHub Actions directly into your editor. Stop context-switching to your browser just to check why a build failed. ✨ Features
🚀 Getting Started
❓ Q & A (Frequently Asked Questions)Q: Why do I need to authenticate? Can't I view public repositories?A: While GitHub allows viewing public logs anonymously, doing so is heavily rate-limited (60 requests per hour). Authenticating gives you a generous rate limit (5,000 requests per hour) and allows you to view logs for private repositories securely. Q: How do I authenticate manually with a Token?A: You can generate a Personal Access Token (PAT) from your GitHub Developer Settings.
Q: Does this support GitHub Enterprise Server (GHES)?A: Yes! ActionLens automatically detects your remote Git URL. If your repository points to a GitHub Enterprise host, it will attempt to communicate with that specific host. Q: How does the "Copy AI Debug Prompt" feature work?A: When a job fails, ActionLens parses the log, finds the exact error block, and bundles it with context about your repository (e.g., branch name, workflow name). It copies a ready-to-paste prompt to your clipboard so your AI assistant knows exactly what went wrong without you explaining it manually. Q: Will this extension send my code to the cloud?A: No. ActionLens only communicates directly with the official GitHub API to fetch your logs. We do not store, track, or send your code or logs to any third-party servers. The AI prompt feature simply copies text to your local clipboard. 📄 LicenseThis extension is licensed under the MIT License. |