Skip to content

Releases: vudovn/ag-kit

2026.6.7

07 Jun 03:15

Choose a tag to compare

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

02 Jun 08:54

Choose a tag to compare

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 --quiet flag 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-pro frontmatter, 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

31 May 08:45

Choose a tag to compare

Skill accuracy pass. Audited and upgraded the app-builder skill 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, Turborepo tasks, @inquirer/prompts). Auth standardized to Auth.js v5 / Clerk; Node 24 + React 19 across the board. nuxt-app translated to English.
  • nodejs-best-practices rebaselined to Node 24 LTS.
  • Softened/sourced "Nx faster" claims; stripped stale (2025) stamps.

Fixed

  • orchestrate.md plan-file convention β†’ {task-slug}.md (10 refs).
  • Removed fabricated numbers (fake endpoint counts, time estimates, "Fastify 2-3x", "Oxide 10x").
  • Reconciled nextjs-react-expert rule counts (57β†’58) and name/folder.
  • Fixed broken glob in react_performance_checker.py (matched 0 files).
  • Resolved frontend-design contradictions (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

28 May 08:33

Choose a tag to compare

πŸš€ 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.md providing a high-quality, professional technical translation of the project guide.

πŸ”„ Changed

  • Folder Structure Normalization: Successfully migrated the workspace from .agent to .agents folder naming across all documentation, architecture guides, and CLI configurations.
  • Singular Agent Directory: Renamed the specialist agents directory inside .agents from agents/ to agent/ to maintain clean singular naming conventions.
  • Polished README Layouts: Refactored README.md and web/README.md to 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, and workflows) 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, and session_manager.py) to dynamically detect .agents or .agent directories 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.md and all related README tables.

NPM Installation:
npx @vudovn/ag-kit init

v2026.5.13

25 May 08:32

Choose a tag to compare

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.D format. The first calendar-versioned release is 2026.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, .agent templates, 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-kit package/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 // turbo rendering, 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

Full Changelog: https://github.com/vudovn/ag-kit/commits/v2026.5.13