Releases: vudovn/ag-kit
2026.6.7
Documentation site overhaul.
Added
- Multi-language docs (en / vi / δΈζ / ζ₯ζ¬θͺ) with a flag-dropdown language switcher; all chrome, 7 docs pages, and 10 guide examples translated.
- Changelog page at
/docs/changelog. - Working "On This Page" table of contents with scroll-spy.
- Syntax highlighting (shiki) + web fonts (Inter + JetBrains Mono).
- Follow-on-X dialog (@antigravitykit).
Changed
- Redesigned MDX components (terminal/dev-tool look) + neutral accent color.
- Synced docs catalogs to the repo (45 skills, 20 agents, 13 workflows).
Fixed
- Heading ids for TOC/anchors, inline-code double-box, list indentation, installation Node requirement.
Full changelog: CHANGELOG.md
AG Kit 2026.6.2 β Full-kit accuracy audit
Full-kit accuracy audit. Reviewed every component of AG Kit β all 45 skills, 20 agents, 13 workflows, the GEMINI.md rules, and both overview docs β against verified 2026 facts (OWASP Top 10:2025, MCP spec 2025-06-18, Rust 2024 edition, Node 24 LTS). Removed dead references, fabricated numbers, contradictions, broken formatting, and stale date stamps. The CLI now surfaces update notifications from
ag-kit status.
Added
- CLI update check on
status: prints the installed CLI version and checks npm for a newer release (1.5s timeout), with a--quietflag for CI/CD.
Changed
- All 45 skills audited: corrected stale tech (Rust 2024 edition, MCP Streamable HTTP, OWASP 2025,
redis.asyncio), removed fabricated benchmarks/prices/time-estimates. - 20 agents & 13 workflows audited: removed dead references, fixed corrupted
rust-profrontmatter, added missing tool fields, corrected agent roster to 20, softened auto-install protocols to opt-in. - ARCHITECTURE.md & AGENT_FLOW.md catalogs now match the repo exactly (45 skills, 16 scripts).
- Bumped root, web, and cli to
2026.6.2.
Fixed
- Dead references (
react-best-practicesβnextjs-react-expert, phantom skills/scripts removed), broken Markdown tables/fences, mojibake, leftover Turkish text, and stale "(2025)" stamps.
Full changelog: CHANGELOG.md
AG Kit 2026.5.31 β Skill accuracy pass
Skill accuracy pass. Audited and upgraded the
app-builderskill plus 8 tech skills against verified 2026 facts (Next.js 16, React 19, Node 24 LTS, Tailwind v4, Express 5). Focus: kill version drift, internal contradictions, fabricated numbers, and stale date stamps.
Added
- Conflict Resolution in app-builder: priority order for ambiguous requests (platform > domain, head noun, then Socratic Gate) instead of naive keyword matching.
- Per-template version notes: all 13 templates carry a verified-date note and use a "major line + latest stable" style instead of pinned numbers.
Changed
- app-builder normalized to Layer-based scaffolding to match
nextjs-fullstack, resolving a structural contradiction. - All 13 templates refreshed to 2026 best-practice structure (FastAPI domain modules, Express 5, electron-vite, CRXJS, Nuxt 4
app/, Astro 6 Content Layer, Turborepotasks,@inquirer/prompts). Auth standardized to Auth.js v5 / Clerk; Node 24 + React 19 across the board.nuxt-apptranslated to English. - nodejs-best-practices rebaselined to Node 24 LTS.
- Softened/sourced "Nx faster" claims; stripped stale
(2025)stamps.
Fixed
orchestrate.mdplan-file convention β{task-slug}.md(10 refs).- Removed fabricated numbers (fake endpoint counts, time estimates, "Fastify 2-3x", "Oxide 10x").
- Reconciled
nextjs-react-expertrule counts (57β58) andname/folder. - Fixed broken glob in
react_performance_checker.py(matched 0 files). - Resolved
frontend-designcontradictions (mesh gradient, flat design, "PURPLE BANNED"); removed wrong "Next.js 16 next/form" section; cleared Turkish mojibake. - Repointed dead cross-refs in
api-patterns. - Corrected PlanetScale FK support and
aioredisβredis.asyncio. - Fixed corrupted heading + skill count in
ARCHITECTURE.md.
Full changelog: see CHANGELOG.md
v2026.5.25
π AG Kit v2026.5.25 Release
This calendar release brings powerful architectural enhancements, directory structure normalization, and localized documentation to AG Kit!
π»π³ Added
- Vietnamese Documentation: Created
README-VI.mdproviding a high-quality, professional technical translation of the project guide.
π Changed
- Folder Structure Normalization: Successfully migrated the workspace from
.agentto.agentsfolder naming across all documentation, architecture guides, and CLI configurations. - Singular Agent Directory: Renamed the specialist agents directory inside
.agentsfromagents/toagent/to maintain clean singular naming conventions. - Polished README Layouts: Refactored
README.mdandweb/README.mdto remove old tables, convert relative branding assets to absolute URLs, and reorganize the support section (Buy Me a Coffee + MBBank QR donations). - Website Documentation Sync: Refactored Next.js documentation pages (
installation,cli, andworkflows) to align with the new.agents/agent/folder paths, 20 agents, 45 skills, and 13 workflows.
π οΈ Fixed
- Dynamic Path Detection in Scripts: Refactored the Python validation suite (
checklist.py,verify_all.py,auto_preview.py, andsession_manager.py) to dynamically detect.agentsor.agentdirectories at runtime, eliminating the need for a root symlink while preserving backward compatibility. - Syntax Error in verify_all.py: Removed a broken, invalid import statement (
from 930-15 import results) that was causing syntax errors in the full verification script. - Documentation Component Counts: Corrected inaccurate counts of workflows (from 14 to 13) and skills (from 44 to 45) in
.agents/ARCHITECTURE.mdand all related README tables.
NPM Installation:
npx @vudovn/ag-kit init
v2026.5.13
Added
- Code Review Graph Skill: Added a skill for token-efficient code review using Tree-sitter AST graphs and MCP blast radius analysis. It documents installation, workflow usage, alternatives, and token-savings scenarios for large codebases.
- New AG Kit logo: Added a new AG Kit brand mark as both PNG and SVG assets for the website and Open Graph metadata.
Changed
- Release versioning: Switched project releases from semantic versioning to calendar versioning in
YYYY.M.Dformat. The first calendar-versioned release is2026.5.13. - Package versions: Set the root package and docs app package versions to
2026.5.13. - Project rebrand: Renamed public-facing references from the previous product name to AG Kit across package metadata, README files, docs pages, app metadata,
.agenttemplates, scripts, workflows, and repository links. - Landing page: Simplified the home page, removed the embedded external wordmark, and switched the hero identity to the new AG Kit logo.
- Docs content: Updated documentation titles, examples, installation copy, footer links, and guide metadata to use the AG Kit brand and
ag-kitpackage/repository naming. - Font loading: Removed the Google-hosted font import from the app layout and switched the global font tokens to local system font stacks.
Fixed
- Docs lint issues: Escaped JSX apostrophes, fixed inline
// turborendering, and adjusted React Compiler lint violations in theme, mobile menu, and sidebar skeleton components.
Removed
- External brand dependency: Removed old Google-linked product references and the embedded external wordmark from the web app.
What's Changed
- feat: Add Product Manager, QA Automation Engineer, and Code Archaeologist agents by @simbaTmotsi in #12
- feat: add intelligent agent routing system by @Lucaszmv in #18
- feat: add Product Owner agent and enhance project planning #20 by @lucasgab2230 in #21
- Lucasgab2230/main by @vudovn in #22
- Update README with .gitignore guidance by @thang1834 in #28
- fix: translate to english by @JoKenPo in #41
- Update frontend agent to reflect correct react skill by @codeHokage1 in #55
- feat(core): full Next.js 16 & React 19 architectural support by @OmkarPalika in #63
- [codex] Cherry-pick PR 71 with AG Kit rebrand by @vudovn in #79
New Contributors
- @simbaTmotsi made their first contribution in #12
- @Lucaszmv made their first contribution in #18
- @lucasgab2230 made their first contribution in #21
- @vudovn made their first contribution in #22
- @thang1834 made their first contribution in #28
- @JoKenPo made their first contribution in #41
- @codeHokage1 made their first contribution in #55
- @OmkarPalika made their first contribution in #63
Full Changelog: https://github.com/vudovn/ag-kit/commits/v2026.5.13