@aigne/doc-smith 0.1.1 → 0.1.2

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.2](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.1.1...v0.1.2) (2025-08-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * use gemini pro model ([755e1fb](https://github.com/AIGNE-io/aigne-doc-smith/commit/755e1fba377f999106a7d39c734a6f72f047379e))
9
+
3
10
  ## [0.1.1](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.1.0...v0.1.1) (2025-07-31)
4
11
 
5
12
 
@@ -154,7 +154,6 @@ async function saveBoardIdToInput(boardId, newBoardId) {
154
154
  }
155
155
 
156
156
  await writeFile(inputFilePath, fileContent);
157
- console.log(`Board ID saved to: ${inputFilePath}`);
158
157
  } catch (error) {
159
158
  console.warn("Failed to save board ID to config.yaml:", error.message);
160
159
  }
package/aigne.yaml CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  chat_model:
4
4
  provider: gemini
5
- name: gemini-2.5-pro-preview-05-06
5
+ name: gemini-2.5-pro
6
6
  # name: gemini-2.5-flash-preview-05-20
7
7
  temperature: 0.8
8
8
  agents:
@@ -45,4 +45,4 @@ mcp_server:
45
45
  agents:
46
46
  - ./docs-mcp/get-docs-structure.mjs
47
47
  - ./docs-mcp/get-docs-detail.mjs
48
- - ./docs-mcp/docs-search.yaml
48
+ # - ./docs-mcp/docs-search.yaml
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/doc-smith",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"