@agenit/cli 2.0.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 CHANGED
@@ -3,6 +3,74 @@
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
+
36
+ ## [2.1.0] - 2026-05-13
37
+
38
+ _Auto-generated entry. Edit CHANGELOG.md directly before
39
+ the next release to curate this section._
40
+
41
+ ### Changed
42
+
43
+ - Merge pull request #81 from muhammed-eldabea/feat/agdr-gap-closure (fcb0301)
44
+ - fix(splash): wait for keypress instead of auto-dismissing after 3s (e9f9ea4)
45
+ - fix(ux): fix goal progress and model-wait feedback during speckit planning (a1acc1c)
46
+ - chore: add CLAUDE.md project context and gitignore agenT/ workspace (37f896d)
47
+ - feat(ux): pixel-art splash screen on startup (52b6229)
48
+ - feat(security+ux): prompt injection detection, tool rate limiting, exfil guard, live goal progress (450d3f4)
49
+ - feat(agdr): implement AgDR-0001 test-outcome feedback loop and AgDR-0002 sandboxed execution (ecb9346)
50
+ - Merge pull request #80 from muhammed-eldabea/claude/review-audit-files-CCHsO (302896a)
51
+ - fix(goal): replace polynomial-ReDoS regex with index-based parser (d206341)
52
+ - fix(goal): drop shell:true in audit spawn, resolve .cmd shims explicitly (f46303d)
53
+ - feat: @flow/agent harness, /advisor surface, complexity-gate as a speckit stage (988d2ea)
54
+ - feat(complexity): gate every request, not just /run --auto (0a66baa)
55
+ - feat: complexity gate + close all remaining audit follow-ups (e15d8a7)
56
+ - feat: close all deferred audit items (6eab2c9)
57
+ - feat: close Wave 3 — soul-keeper reasoning ingest + federation config (12ca0e5)
58
+ - feat: close Wave 2 + 3 audit opportunities (d51709b)
59
+ - feat(skills): discovery via broker source and /skills search (3e74198)
60
+ - feat(speckit): feed Spec-Kit artefacts into broker and SWE.1 (3d1da8f)
61
+ - feat(tuibus): standardised progress events for squad and goal (fa163b7)
62
+ - feat(broker): expose traceability matrix + incremental scan (a3e60e9)
63
+ - feat(broker): expose KnowledgeGraph as a context source (34d9d6f)
64
+ - feat(broker): expose ReasoningBank as a context source (671b3c5)
65
+ - Merge pull request #79 from muhammed-eldabea/feat/color-command-and-session-resume (25f6190)
66
+ - fix(security): replace Math.random() with crypto.randomBytes() in newSessionId() (fbcb893)
67
+ - feat: add /color command, fix MCP transport, and implement --resume session restore (2d14a35)
68
+ - Merge pull request #78 from muhammed-eldabea/claude/audit-features-integration-vNQb2 (258f900)
69
+ - Merge pull request #77 from muhammed-eldabea/feat/mouse-scroll-chat-layout (7dfa5f9)
70
+ - docs: refresh feature audit against TypeScript-era code (1033c7b)
71
+ - fix(repl): fix TypeScript delete operator type for stdin.push patch (2e67152)
72
+ - feat(repl): mouse wheel scrollback + expand chat history budget (e27418e)
73
+
6
74
  ## [2.0.0] - 2026-05-11
7
75
 
8
76
  _Auto-generated entry. Edit CHANGELOG.md directly before