Skip to content

Commit ac6deab

Browse files
committed
release: v5.7.0 - repo-intel consolidation, benchmarks, ast-grep removal
Consolidates git-map + repo-map into repo-intel. Removes 2,717 lines of ast-grep code. Adds benchmarks showing Sonnet + agentsys beats raw Opus. Fixes agnix CI and 7 broken test suites.
1 parent 6390b3c commit ac6deab

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "agentsys",
33
"description": "17 specialized plugins for AI workflow automation - task orchestration, PR workflow, slop detection, code review, drift detection, enhancement analysis, documentation sync, unified static analysis, perf investigations, topic research, agent config linting, cross-tool AI consultation, structured AI debate, workflow pattern learning, codebase onboarding, and contributor guidance",
4-
"version": "5.6.4",
4+
"version": "5.7.0",
55
"owner": {
66
"name": "Avi Fenesh",
77
"url": "https://github.com/avifenesh"

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentsys",
3-
"version": "5.6.4",
3+
"version": "5.7.0",
44
"description": "Professional-grade slash commands for Claude Code with cross-platform support",
55
"keywords": [
66
"workflow",

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [5.7.0] - 2026-03-23
11+
12+
### Changed
13+
14+
- **repo-intel consolidation** - Merged `git-map` and `repo-map` plugins into a single `repo-intel` plugin backed by agent-analyzer. One artifact, one command (`/repo-intel`), 24 query types. `repo-map` repo deleted, `git-map` renamed to `repo-intel`.
15+
- **ast-grep removed** - `lib/repo-map/` migrated from ast-grep to agent-analyzer binary. Removed runner.js (1,364 lines), queries/ (355 lines), usage-analyzer.js (407 lines), concurrency.js. Net -2,717 lines.
16+
- Plugin count: 19 -> 18 (two merged into one)
17+
18+
### Added
19+
20+
- **Benchmarks section** in README and website - real data showing Sonnet + agentsys outperforms raw Opus at 40% lower cost, with 73-83% savings when switching models within agentsys
21+
- **map-validator agent** ported from repo-map to repo-intel
22+
- `onboard`, `can-i-help`, `stale-docs` query types added to `/repo-intel` command
23+
24+
### Fixed
25+
26+
- **agnix CI** - Fixed release workflow (draft-then-publish) and pinned to v0.16.5 with working binaries
27+
- **7 broken test suites** from ast-grep migration - deleted 5 obsolete test files, rewrote 2
28+
- All PR review comments addressed across 6 repos
29+
1030
## [5.6.4] - 2026-03-20
1131

1232
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentsys",
3-
"version": "5.6.4",
3+
"version": "5.7.0",
44
"description": "A modular runtime and orchestration system for AI agents - works with Claude Code, OpenCode, and Codex CLI",
55
"main": "lib/platform/detect-platform.js",
66
"type": "commonjs",

site/content.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://agent-sh.github.io/agentsys",
66
"repo": "https://github.com/agent-sh/agentsys",
77
"npm": "https://www.npmjs.com/package/agentsys",
8-
"version": "5.6.4",
8+
"version": "5.7.0",
99
"author": "Avi Fenesh",
1010
"author_url": "https://github.com/avifenesh"
1111
},

0 commit comments

Comments
 (0)