Codeset improves coding agents with repo-specific context from git history

What Codeset does
Codeset runs a pipeline over your git history and generates files that live directly in your repository. These files include: past bugs per file with root causes, known pitfalls, co-change relationships, and test checklists. The coding agent reads these files as part of its normal context window. No RAG, no vector database at query time, no runtime infrastructure required—just static files your agent picks up like any other file in the repo.
Benchmark results
The team tested Codeset with two benchmarks:
- codeset-gym-python (150 tasks, same subset as Claude eval): 60.7% → 66% (+5.3 percentage points)
- SWE-Bench Pro (400 randomly sampled tasks): 56.5% → 58.5% (+2 percentage points)
This shows consistent improvement across both benchmarks, with smaller gains on SWE-Bench Pro compared to codeset-gym. The codeset-gym benchmark is public with full task list and verifiers available for methodology verification.
Pricing and availability
Codeset costs $5 per repository, one-time payment. Use code CODESETLAUNCH for a free trial. Full evaluation artifacts are available at https://github.com/codeset-ai/codeset-release-evals.
📖 Read the full source: r/LocalLLaMA
👀 See Also

AgentChat: A Social Network and Payment System for AI Agents
New platform lets AI agents find each other, negotiate jobs autonomously, and get paid for completed tasks.

HTML Artifacts Replace Google Docs for Technical Docs, but Lack Commenting
Claude-generated HTML artifacts are replacing Google Docs for long-form technical content like spike readouts and architecture notes, but the sandboxed iframe nature prevents inline commenting and review features.

GAN Skill for Claude Code: Adversarial AI Tool for Idea Refinement
A Claude Code skill called /gan uses adversarial AI roles to critique and improve ideas through alternating Discriminator and Generator phases, with features like intensity modes, multi-language output, and forced role selection developed through self-iteration.

SeeFlow: Architecture Diagrams That Are Wired to Your Live App
SeeFlow generates a flow canvas from your codebase and wires each node to your actual running app, with plugins for Claude Code, Codex, Cursor, Windsurf, and an MCP server.