@agimon-ai/doompi-computer-use 0.0.1-alpha.11 → 0.0.1-alpha.13

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": "@agimon-ai/doompi-computer-use",
3
- "version": "0.0.1-alpha.11",
3
+ "version": "0.0.1-alpha.13",
4
4
  "description": "Session scoped semantic computer control through the DoomPi Desktop capability.",
5
5
  "keywords": [
6
6
  "ai",
@@ -35,7 +35,8 @@
35
35
  "llms.txt",
36
36
  "README.md",
37
37
  "LICENSE",
38
- "package.json"
38
+ "package.json",
39
+ "!src/web/**/*.stories.tsx"
39
40
  ],
40
41
  "type": "module",
41
42
  "main": "./dist/index.cjs",
@@ -64,10 +65,10 @@
64
65
  },
65
66
  "dependencies": {
66
67
  "@deepseek-ai/cordis": "4.0.2",
67
- "@agimon-ai/doompi-config": "0.0.1-alpha.66",
68
- "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.66",
69
- "@agimon-ai/doompi-web-components": "0.0.1-alpha.26",
70
- "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.29"
68
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.68",
69
+ "@agimon-ai/doompi-config": "0.0.1-alpha.68",
70
+ "@agimon-ai/doompi-web-components": "0.0.1-alpha.28",
71
+ "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.31"
71
72
  },
72
73
  "devDependencies": {
73
74
  "@earendil-works/pi-coding-agent": "0.85.1",
@@ -77,10 +78,11 @@
77
78
  "@types/react": "19.2.18",
78
79
  "@vitest/coverage-v8": "5.0.0",
79
80
  "react": "19.2.8",
81
+ "react-dom": "19.2.8",
80
82
  "tsdown": "0.23.0",
81
83
  "typescript": "7.0.2",
82
84
  "vitest": "5.0.0",
83
- "@agimon-ai/vibe-lint-plugin-doom-extension": "0.0.1-alpha.63"
85
+ "@agimon-ai/vibe-lint-plugin-doom-extension": "0.0.1-alpha.65"
84
86
  },
85
87
  "peerDependencies": {
86
88
  "@earendil-works/pi-coding-agent": "0.85.1"
@@ -23,7 +23,7 @@ export function ComputerUsePanel({ sessionId, sendSessionFrame }: WebPluginSlotP
23
23
  sendSessionFrame(sessionId, { type: computerUseChannelType, payload: { action: 'targets' } });
24
24
  }, [sendSessionFrame, sessionId]);
25
25
 
26
- if (sessionId === null) return <p className="px-1 text-[10px] text-doom-faint">Select a session.</p>;
26
+ if (sessionId === null) return <p className="px-1 text-xs text-doom-faint">Select a session.</p>;
27
27
  const state = session.state;
28
28
  const target = session.targets[selected];
29
29
  const artifact = state.artifact;
@@ -45,7 +45,7 @@ export function ComputerUsePanel({ sessionId, sendSessionFrame }: WebPluginSlotP
45
45
  };
46
46
 
47
47
  return (
48
- <div data-testid="computer-use-panel" className="flex flex-col gap-2 text-[10px] text-doom-text">
48
+ <div data-testid="computer-use-panel" className="flex flex-col gap-2 text-xs text-doom-text">
49
49
  <header className="flex items-center justify-between gap-2">
50
50
  <span className="text-doom-faint">{state.phase.replaceAll('_', ' ')}</span>
51
51
  <button type="button" className="rounded bg-doom-panel px-2 py-1" onClick={() => send({ action: 'targets' })}>