{"id":38852270,"url":"https://github.com/codegen-sh/codegen-ide","last_synced_at":"2026-01-17T14:13:38.621Z","repository":{"id":314325460,"uuid":"1055066104","full_name":"codegen-sh/codegen-ide","owner":"codegen-sh","description":"VSCode Extension for Codegen","archived":false,"fork":false,"pushed_at":"2025-09-27T22:47:07.000Z","size":57,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-28T00:19:43.742Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codegen-sh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-11T18:04:21.000Z","updated_at":"2025-09-27T22:47:11.000Z","dependencies_parsed_at":"2025-09-11T21:40:53.591Z","dependency_job_id":"b0e26a92-0b1c-4744-bd5a-c7e4dfc680fc","html_url":"https://github.com/codegen-sh/codegen-ide","commit_stats":null,"previous_names":["codegen-sh/codegen-ide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codegen-sh/codegen-ide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegen-sh%2Fcodegen-ide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegen-sh%2Fcodegen-ide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegen-sh%2Fcodegen-ide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegen-sh%2Fcodegen-ide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codegen-sh","download_url":"https://codeload.github.com/codegen-sh/codegen-ide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegen-sh%2Fcodegen-ide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28509941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-17T14:13:38.132Z","updated_at":"2026-01-17T14:13:38.616Z","avatar_url":"https://github.com/codegen-sh.png","language":"TypeScript","readme":"# Codegen IDE - VSCode Extension\n\nA VSCode extension for [Codegen](https://codegen.com) that allows you to create and manage async code agents directly from your editor.\n\n## Features\n\n🤖 **Agent Management**\n- View your recent agent runs in a dedicated sidebar\n- Create new agents with custom prompts\n- Monitor agent status with real-time updates\n- Open agent runs in your browser\n\n🔐 **Authentication**\n- Secure token-based authentication\n- Organization support\n- Easy login/logout commands\n\n⚡ **Real-time Updates**\n- Auto-refresh agent runs every 30 seconds\n- Manual refresh capability\n- Status indicators with color coding\n\n## Installation\n\n1. Install the extension from the VSCode Marketplace (coming soon)\n2. Open the Command Palette (`Ctrl+Shift+P` / `Cmd+Shift+P`)\n3. Run `Codegen: Login` to authenticate with your Codegen account\n4. Start creating and managing agents!\n\n## Usage\n\n### Authentication\n\n1. **Login**: Use `Codegen: Login` command or click the login button in the welcome view\n2. **Logout**: Use `Codegen: Logout` command when needed\n\n### Creating Agents\n\n1. Click the \"+\" button in the Codegen sidebar\n2. Enter your agent prompt (e.g., \"Fix the bug in the login component\")\n3. The agent will be created and you can monitor its progress\n\n### Viewing Agent Runs\n\n- All your recent agent runs appear in the Codegen sidebar\n- Click on any agent run to open it in your browser\n- Status indicators show the current state:\n  - 🟢 Complete\n  - 🔵 Running (animated)\n  - 🔴 Failed\n  - 🟡 Pending\n\n## Configuration\n\nYou can customize the extension behavior in VSCode settings:\n\n```json\n{\n  \"codegen.apiEndpoint\": \"https://api.codegen.com\",\n  \"codegen.autoRefresh\": true,\n  \"codegen.refreshInterval\": 30\n}\n```\n\n## Commands\n\n- `Codegen: Login` - Authenticate with Codegen\n- `Codegen: Logout` - Sign out from Codegen\n- `Codegen: Show Agent Runs` - Open the Codegen sidebar\n- `Codegen: Create New Agent` - Create a new agent with a prompt\n- `Codegen: Refresh Agent Runs` - Manually refresh the agent list\n\n## Requirements\n\n- VSCode 1.74.0 or higher\n- A Codegen account ([sign up at codegen.com](https://codegen.com))\n- API token from your Codegen dashboard\n\n## Development\n\n### Local Development Setup\n\nMost people will use this extension in development mode. Here's how to set it up:\n\n#### Prerequisites\n- [Node.js](https://nodejs.org/) (v16 or higher)\n- [VSCode](https://code.visualstudio.com/)\n- A [Codegen](https://codegen.com) account\n\n#### Setup Steps\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/codegen-sh/codegen-ide.git\n   cd codegen-ide\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   ```\n\n3. **Open in VSCode**\n   ```bash\n   code .\n   ```\n\n4. **Launch Extension Development Host**\n   - **Important**: Make sure you have `src/extension.ts` open in the editor\n   - Press `F5` or go to Run → Start Debugging\n   - This opens a new VSCode window with the extension loaded\n   - You can also use `Ctrl+Shift+P` → \"Debug: Start Debugging\"\n\n5. **Test the extension**\n   - In the new VSCode window, open the Command Palette (`Ctrl+Shift+P`)\n   - Run `Codegen: Login` to authenticate\n   - The Codegen sidebar should appear in the Activity Bar\n\n#### Development Workflow\n\n- **Hot Reload**: The extension automatically reloads when you make changes\n- **Debugging**: Set breakpoints in your TypeScript code and they'll work in the Extension Development Host\n- **Console Logs**: Check the Debug Console in the main VSCode window for extension logs\n- **Restart Extension**: Use `Ctrl+Shift+P` → \"Developer: Reload Window\" in the Extension Development Host\n\n#### Available Scripts\n\n```bash\n# Compile TypeScript (one-time)\nnpm run compile\n\n# Watch mode (auto-compile on changes)\nnpm run watch\n\n# Run tests\nnpm test\n\n# Lint code\nnpm run lint\n\n# Package extension for distribution\nnpm run package\n```\n\n#### VSCode Launch Configurations\n\nThe project includes pre-configured launch settings in `.vscode/launch.json`:\n\n- **Run Extension**: Launches the extension in a new VSCode window\n- **Extension Tests**: Runs the test suite\n- **Attach to Extension Host**: For debugging running extensions\n\n#### Debugging Tips\n\n1. **If F5 fails**: Make sure you have `src/extension.ts` open and run `npm run compile` first\n2. **Extension Host Logs**: Check the Output panel → \"Log (Extension Host)\"\n3. **Developer Tools**: Use `Help → Toggle Developer Tools` in the Extension Development Host\n4. **Reload Extension**: `Ctrl+R` in the Extension Development Host to reload after changes\n5. **TypeScript Errors**: Run `npm run compile` to check for compilation issues\n\n### Building from Source\n\n```bash\n# Full build process\nnpm install\nnpm run compile\nnpm test\nnpm run package\n```\n\n## Contributing\n\nWe welcome contributions! Please see our [contributing guidelines](CONTRIBUTING.md) for details.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Support\n\n- 📖 [Documentation](https://docs.codegen.com)\n- 💬 [Discord Community](https://discord.gg/codegen)\n- 🐛 [Report Issues](https://github.com/codegen-sh/codegen-ide/issues)\n- 📧 [Email Support](mailto:support@codegen.com)\n\n---\n\nMade with ❤️ by the amazing [Codegen](https://codegen.com) team\n\n## Quick Start\n\n1. Install the extension from the VSCode Marketplace\n2. Run `Codegen: Login` from the Command Palette\n3. Start creating agents from the sidebar!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegen-sh%2Fcodegen-ide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodegen-sh%2Fcodegen-ide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegen-sh%2Fcodegen-ide/lists"}