@meetopenbot/claude-code 0.1.6 → 0.1.7

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -19717,7 +19717,6 @@ var claudeCodeRuntime = (options = {}) => (builder) => {
19717
19717
  title: toolTitleByUseId.get(tool.toolUseId)?.title ?? "",
19718
19718
  body: formatToolInputBody(tool.input),
19719
19719
  display: "collapsed",
19720
- variant: "basic",
19721
19720
  metadata: {
19722
19721
  type: "claude_tool",
19723
19722
  phase: "call",
@@ -19767,7 +19766,6 @@ var claudeCodeRuntime = (options = {}) => (builder) => {
19767
19766
  body
19768
19767
  ),
19769
19768
  display: "collapsed",
19770
- variant: "basic",
19771
19769
  ...state ? { state } : {},
19772
19770
  metadata: {
19773
19771
  type: "claude_tool",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetopenbot/claude-code",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "description": "Claude Code plugin for OpenBot",
6
6
  "main": "./dist/index.js",