{"id":48337107,"url":"https://github.com/kud/revu-vscode","last_synced_at":"2026-04-09T01:03:43.751Z","repository":{"id":349188792,"uuid":"1201409100","full_name":"kud/revu-vscode","owner":"kud","description":"Annotate any line of code in VS Code, export your review to Claude, Copilot, ChatGPT, or opencode in one click","archived":false,"fork":false,"pushed_at":"2026-04-04T19:06:56.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T19:25:52.507Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=kud.revu-vscode","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2026-04-04T16:32:47.000Z","updated_at":"2026-04-04T19:06:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kud/revu-vscode","commit_stats":null,"previous_names":["kud/revu-vscode"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kud/revu-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kud%2Frevu-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kud%2Frevu-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kud%2Frevu-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kud%2Frevu-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kud","download_url":"https://codeload.github.com/kud/revu-vscode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kud%2Frevu-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31422898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T02:22:46.605Z","status":"ssl_error","status_checked_at":"2026-04-05T02:22:33.263Z","response_time":75,"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-04-05T03:00:55.207Z","updated_at":"2026-04-05T03:01:18.589Z","avatar_url":"https://github.com/kud.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/revu-logo.png\" width=\"120\" alt=\"revu logo\" /\u003e\n\u003c/p\u003e\n\n# revu for VS Code\n\n**Annotate any line of code. Export your review to Claude, Copilot, ChatGPT, or anywhere.**\n\nBuilt for the AI-assisted coding workflow — where you review what the AI wrote, annotate what needs fixing, and send it back.\n\n---\n\n## How it works\n\n1. **Select** one or more lines in any file\n2. **Annotate** — click the `+` button in the editor title bar or right-click → `revu: Add Annotation`\n3. **Type** your note in the discussion box and submit\n4. **Export** — open the revu sidebar, click the export button, pick your AI\n\nThe review is formatted as Markdown and prefixed with a prompt you write on the spot:\n\n```md\nPlease fix the following issues:\n\n## src/auth.ts\n\n- **line 12** — use verifyPassword instead of hashPassword, it's timing-safe\n- **line 28** — missing rate limiting before this DB call\n\n## src/api.ts\n\n- **line 6** — session ID should come from a signed cookie, not a plain header\n```\n\n---\n\n## Features\n\n- **Annotate any line or selection** — inline comment threads, always visible in the gutter\n- **Sidebar panel** — all your annotations in one place, click to jump to any line\n- **Smart export** — only shows AI tools you actually have installed\n- **Prompt-first** — asks what you want the AI to do before sending\n- **Export destinations**\n  - Claude Code (native integration)\n  - GitHub Copilot Chat\n  - Continue\n  - ChatGPT (opens browser + clipboard)\n  - opencode (terminal)\n  - Copy to clipboard\n  - Save as `.revu-review.md`\n\n---\n\n## Commands\n\n| Command                    | Description                            |\n| -------------------------- | -------------------------------------- |\n| `revu: Add Annotation`     | Annotate the current line or selection |\n| `revu: Export Review`      | Send your review to an AI or export it |\n| `revu: Copy to Clipboard`  | Copy the review markdown to clipboard  |\n| `revu: Clear All Comments` | Remove all annotations                 |\n\n---\n\n## Install\n\nSearch **revu** in the VS Code Extensions panel, or:\n\n```sh\ncode --install-extension kud.revu-vscode\n```\n\n---\n\n## Related\n\n- [revu-cli](https://github.com/kud/revu-cli) — the terminal version (TUI, works over SSH)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkud%2Frevu-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkud%2Frevu-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkud%2Frevu-vscode/lists"}