▌ GitHub radar

Top 5 GitHub Repos This Week

This week open source was all about agents — frameworks to build them, canvases to draw with them, and editor plugins to chat with the local ones. Vercel's new agent framework ran away with the lead, but the long tail of coding-agent tooling is where the real momentum is.

01vercel/eve 2.2kTypeScript

Eve is a new open-source framework from Vercel for building durable AI agents, with an unusual filesystem-first design: an agent's capabilities, prompts and tools live in plain files and folders instead of being hidden in code. That makes an agent easy to read, change and run in production. It topped the week with over 2,100 stars almost immediately.

Why a vibe-coder should care

If you've ever wanted to build your own AI assistant and felt lost in a maze of code, this is the friendlier path: you describe what the agent should do in files you can actually open and read. Coming from Vercel, it also has real engineering weight behind it.

Open on GitHub →
02zhongerxin/Cowart 1.7kJavaScript

Cowart adds an infinite drawing canvas (built on tldraw) right inside the Codex AI assistant, so you can sketch ideas, drop in images and edit them step by step while the AI helps. Everything stays in your project folder rather than on someone else's server. It jumped to nearly 1,700 stars in days.

Why a vibe-coder should care

Talking to an AI in a chat box is fine, but a lot of thinking is visual. Cowart gives you a whiteboard where you can point, draw and generate pictures with the AI — handy for anyone who plans or designs things, not just programmers.

Open on GitHub →
03rebel0789/codexpro 659JavaScript

CodexPro lets you point ChatGPT's Developer Mode at your own codebase and use it as a hands-on coding agent, connecting through the open MCP standard. It opens a secure tunnel so ChatGPT can read files, search code and run safe commands — but only inside the project you allow. It crossed 650 stars this week.

Why a vibe-coder should care

If you already pay for ChatGPT, this turns it into something close to a coding assistant that actually sees your project, without buying yet another tool. The safety boundaries — workspace-only access — are the reassuring part for non-experts.

Open on GitHub →

Agent Apprenticeship is a framework for letting AI agents learn from real work: it collects the step-by-step traces of tasks agents actually do, turns them into reusable experience, and lets people share those lessons. It ships a CLI and a seed set of 500+ real-world tasks, and works with tools like Cursor and Claude Code. It picked up over 600 stars in its first week.

Why a vibe-coder should care

Today AI agents start every task as if they've never done anything before. The idea here — agents that remember and learn from past work — is exactly what would make them more useful day to day, so it's an early peek at where assistants are heading.

Open on GitHub →
05Plaer1/junction 518TypeScript

Junction is a VS Code sidebar that connects your editor to local AI coding agents, so you can chat with them without leaving your workspace. Its trick is supporting many different agent backends through one unified panel, so you're not locked into a single tool. It reached over 500 stars this week.

Why a vibe-coder should care

Local AI agents are appealing because your code stays on your machine, but they're awkward to use scattered across terminals. Junction gives them one tidy home inside the editor you already work in, which lowers the barrier for trying them out.

Open on GitHub →