@agenit/cli 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/cli.js +25290 -18786
- package/config/flow.toml +11 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All notable changes to `@agenit/cli` are documented here. The project
|
|
4
4
|
follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
5
5
|
|
|
6
|
+
## [2.1.1] - 2026-05-14
|
|
7
|
+
|
|
8
|
+
_Auto-generated entry. Edit CHANGELOG.md directly before
|
|
9
|
+
the next release to curate this section._
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Merge pull request #98 from muhammed-eldabea/TestMain (4ccb158)
|
|
14
|
+
- feat(gemini-client): 429 fallback, request timeout, crash detection + warm session_start (7907845)
|
|
15
|
+
- feat(perf): hermetic + live LLM response-time benchmarks (704d9a6)
|
|
16
|
+
- fix(test): canonicalize tempdir in test_lsp_tool for macOS (80589ab)
|
|
17
|
+
- Merge pull request #94 from muhammed-eldabea/claude/ai-dev-2026-analysis-CnFOW (b9829ef)
|
|
18
|
+
- fix(security): clear CodeQL alert + sweep docs to current state (85d399a)
|
|
19
|
+
- fix: close four self-raised follow-up gaps from prior commits (68c7ea4)
|
|
20
|
+
- docs(agent): make code/memory tools self-discoverable + warm the stance (a37502f)
|
|
21
|
+
- feat(codedigest): semantic + structural retrieval for internal agents (77c7fa2)
|
|
22
|
+
- feat(codedigest): Crabviz-style LSP call graph (DKB follow-up to #82) (5fd7dff)
|
|
23
|
+
- feat(cli #92): /pr-autofix — Critic + apply deterministic fixes on PR (746e295)
|
|
24
|
+
- feat(observability #91): /pr-metrics AI-vs-human cohort report (61333bb)
|
|
25
|
+
- feat(mcp #90): hardware tools (JLink/CAN/LIN/Saleae/DBC) over MCP (0ee4e7b)
|
|
26
|
+
- feat(cli #87): /diff-walk — Critic per hunk (5016806)
|
|
27
|
+
- feat(speckit #88): /speckit critique subcommand (5cafdab)
|
|
28
|
+
- feat(codedigest #82): bidirectional symbol graph + tree-sitter AST scaffold (32b969b)
|
|
29
|
+
- feat(squad #86): swe6-critic skill + opt-in Critic phase (65be70f)
|
|
30
|
+
- feat(budgets #93): per-command + per-session token-budget ceilings (d464215)
|
|
31
|
+
- feat(security #89): --air-gapped runtime mode (83030d6)
|
|
32
|
+
- feat(security #84): MCP server pinning + skill audit scanner (faf2832)
|
|
33
|
+
- feat(security #83): slopsquatting / phantom-package defense hook (50775ed)
|
|
34
|
+
- docs(#85): rewrite CLAUDE.md to reflect TypeScript monorepo + drift gate (fc46f91)
|
|
35
|
+
|
|
6
36
|
## [2.1.0] - 2026-05-13
|
|
7
37
|
|
|
8
38
|
_Auto-generated entry. Edit CHANGELOG.md directly before
|