@aigne/doc-smith 0.8.11-beta.1 → 0.8.11-beta.3

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.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.8.11-beta.1"
2
+ ".": "0.8.11-beta.3"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.8.11-beta.3](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.11-beta.2...v0.8.11-beta.3) (2025-09-29)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add evaluation agents cil entry ([#143](https://github.com/AIGNE-io/aigne-doc-smith/issues/143)) ([016096a](https://github.com/AIGNE-io/aigne-doc-smith/commit/016096af6c0cec0b86fc538e1f0b7b42e928451b))
9
+
10
+ ## [0.8.11-beta.2](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.11-beta.1...v0.8.11-beta.2) (2025-09-27)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * fix dependency conflicts ([8e06ce7](https://github.com/AIGNE-io/aigne-doc-smith/commit/8e06ce716620f4bc526971300eab664115ffd8f0))
16
+
3
17
  ## [0.8.11-beta.1](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.11-beta...v0.8.11-beta.1) (2025-09-27)
4
18
 
5
19
 
package/aigne.yaml CHANGED
@@ -79,6 +79,10 @@ agents:
79
79
 
80
80
  # Evaluation
81
81
  - ./agents/evaluate/index.yaml
82
+ - ./agents/evaluate/generate-report.mjs
83
+ - ./agents/evaluate/document-structure.yaml
84
+ - ./agents/evaluate/document.yaml
85
+ - ./agents/evaluate/code-snippet.mjs
82
86
  cli:
83
87
  chat: ./agents/chat/index.yaml
84
88
  agents:
@@ -89,6 +93,7 @@ cli:
89
93
  - ./agents/translate/index.yaml
90
94
  - ./agents/clear/index.yaml
91
95
  - ./agents/prefs/index.mjs
96
+ - ./agents/evaluate/index.yaml
92
97
  mcp_server:
93
98
  agents:
94
99
  - ./docs-mcp/get-docs-structure.mjs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/doc-smith",
3
- "version": "0.8.11-beta.1",
3
+ "version": "0.8.11-beta.3",
4
4
  "description": "AI-driven documentation generation tool built on the AIGNE Framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -29,7 +29,7 @@
29
29
  "fs-extra": "^11.3.1",
30
30
  "glob": "^11.0.3",
31
31
  "jsdom": "^26.1.0",
32
- "marked": "^16.3.0",
32
+ "marked": "^15.0.12",
33
33
  "marked-terminal": "^7.3.0",
34
34
  "mermaid": "^11.9.0",
35
35
  "open": "^10.2.0",