@xcanwin/manyoyo 6.0.3 → 6.0.5

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.
@@ -450,7 +450,7 @@
450
450
  if (event.kind === 'tool' && event.toolName) {
451
451
  bodyParts.push({ label: '工具', value: event.toolName });
452
452
  }
453
- if (event.kind === 'tool' && (event.provider === 'codex' || event.provider === 'opencode')) {
453
+ if (event.kind === 'tool') {
454
454
  if (event.argumentSummary) {
455
455
  bodyParts.push({ label: '参数摘要', value: event.argumentSummary });
456
456
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xcanwin/manyoyo",
3
- "version": "6.0.3",
3
+ "version": "6.0.5",
4
4
  "imageVersion": "1.9.1-common",
5
5
  "playwrightCliVersion": "0.1.18",
6
6
  "description": "AI Agent CLI Security Sandbox for Docker and Podman",