foliko 1.0.82 → 1.0.83

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foliko",
3
- "version": "1.0.82",
3
+ "version": "1.0.83",
4
4
  "description": "简约的插件化 Agent 框架",
5
5
  "main": "src/index.js",
6
6
  "type": "commonjs",
@@ -786,7 +786,7 @@ ${truncatedContent}${truncatedNote}
786
786
  if (!this._aiClient) {
787
787
  throw new Error('AI client not configured.');
788
788
  }
789
- console.log(JSON.stringify(this._messages, null, 2));
789
+ // console.log(JSON.stringify(this._messages, null, 2));
790
790
  // const prunedMessages = pruneMessages({
791
791
  // messages: this._messages,
792
792
  // reasoning: 'all', // Remove all reasoning parts