@canonmsg/agent-sdk 3.4.3 → 3.4.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.
@@ -1959,7 +1959,7 @@ export class CanonAgent {
1959
1959
  await turnOutput.flush();
1960
1960
  },
1961
1961
  clear: async () => {
1962
- await turnOutput.clear();
1962
+ await turnOutput.clear().catch(() => { });
1963
1963
  },
1964
1964
  setTool: async (text) => {
1965
1965
  await writeTurn('tool');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canonmsg/agent-sdk",
3
- "version": "3.4.3",
3
+ "version": "3.4.4",
4
4
  "description": "Canon Agent SDK — build AI agents that participate in Canon conversations",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "node": ">=18.0.0"
29
29
  },
30
30
  "dependencies": {
31
- "@canonmsg/core": "^3.1.0"
31
+ "@canonmsg/core": "^3.2.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"