@frockbot/plugin-user-machine 0.3.2 → 0.3.3

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": "@frockbot/plugin-user-machine",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -33,18 +33,18 @@
33
33
  "typecheck": "vue-tsc --noEmit -p tsconfig.json"
34
34
  },
35
35
  "dependencies": {
36
- "@frockbot/client-core": "0.3.2",
37
- "@frockbot/client-ui": "0.3.2",
38
- "@frockbot/desktop-core": "0.3.2",
39
- "@frockbot/kernel-agent-loop": "0.3.2",
40
- "@frockbot/kernel-contracts": "0.3.2",
41
- "@frockbot/machine-protocol": "0.3.2",
42
- "@frockbot/plugin-shell": "0.3.2",
36
+ "@frockbot/client-core": "0.3.3",
37
+ "@frockbot/client-ui": "0.3.3",
38
+ "@frockbot/desktop-core": "0.3.3",
39
+ "@frockbot/kernel-agent-loop": "0.3.3",
40
+ "@frockbot/kernel-contracts": "0.3.3",
41
+ "@frockbot/machine-protocol": "0.3.3",
42
+ "@frockbot/plugin-shell": "0.3.3",
43
43
  "cordis": "4.0.0-rc.8",
44
44
  "vue": "3.5.41"
45
45
  },
46
46
  "devDependencies": {
47
- "@frockbot/plugin-tools": "0.3.2",
47
+ "@frockbot/plugin-tools": "0.3.3",
48
48
  "@types/bun": "1.4.0",
49
49
  "@vitejs/plugin-vue": "6.0.8",
50
50
  "typescript": "5.9.3",
package/src/agent.test.ts CHANGED
@@ -203,6 +203,8 @@ describe("machine tool admission", () => {
203
203
  expect(names).toEqual([
204
204
  MACHINE_LIST_TOOL_V1,
205
205
  MACHINE_COMMAND_CHECK_TOOL_V1,
206
+ "get_dynamic_tools",
207
+ "call_dynamic_tool",
206
208
  ]);
207
209
  } finally {
208
210
  await harness.dispose();