@aigne/doc-smith 0.1.3 → 0.1.4

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
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.4](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.1.3...v0.1.4) (2025-08-04)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * release 0.1.4 ([4122cf5](https://github.com/AIGNE-io/aigne-doc-smith/commit/4122cf5cc0285bef2b96803f393e744121d22acf))
9
+
3
10
  ## [0.1.3](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.1.2...v0.1.3) (2025-08-04)
4
11
 
5
12
 
package/README.md CHANGED
@@ -61,13 +61,13 @@ Contributions are welcome! Please feel free to submit a pull request or open an
61
61
  npx --no doc-smith run --entry-agent init
62
62
 
63
63
  # 生成命令
64
- npx --no doc-smith run --entry-agent generator --model gemini:gemini-2.5-flash
64
+ npx --no doc-smith run --entry-agent generate --model gemini:gemini-2.5-flash
65
65
 
66
66
  # 重新生成单篇
67
- npx --no doc-smith run --entry-agent regenerator --input-path bitnet-getting-started
67
+ npx --no doc-smith run --entry-agent update --input-path bitnet-getting-started
68
68
 
69
69
  # 结构规划优化
70
- npx --no doc-smith run --entry-agent generator --input-feedback "补充节点的 sourceIds,确保所有节点 sourceIds 都有值" --model gemini:gemini-2.5-pro
70
+ npx --no doc-smith run --entry-agent generate --input-feedback "补充节点的 sourceIds,确保所有节点 sourceIds 都有值" --model gemini:gemini-2.5-pro
71
71
 
72
72
 
73
73
  # 发布文档
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/doc-smith",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -12,12 +12,12 @@
12
12
  "author": "Arcblock <blocklet@arcblock.io> https://github.com/blocklet",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@aigne/anthropic": "^0.10.4",
16
- "@aigne/cli": "^1.29.0",
17
- "@aigne/core": "^1.41.0",
18
- "@aigne/gemini": "^0.8.8",
19
- "@aigne/openai": "^0.10.8",
20
- "@aigne/publish-docs": "^0.5.1",
15
+ "@aigne/anthropic": "^0.10.6",
16
+ "@aigne/cli": "^1.30.1",
17
+ "@aigne/core": "^1.43.0",
18
+ "@aigne/gemini": "^0.8.10",
19
+ "@aigne/openai": "^0.10.10",
20
+ "@aigne/publish-docs": "^0.5.2",
21
21
  "glob": "^11.0.3",
22
22
  "open": "^10.2.0",
23
23
  "ufo": "^1.6.1",