@omercnet/paseo-agent-crew 0.3.0-next.108.1 → 0.3.0-next.111.1

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/README.md CHANGED
@@ -8,16 +8,17 @@ parent-child relationships across workspace boundaries.
8
8
 
9
9
  ## Screenshots
10
10
 
11
- Names, workspaces, and task details in these screenshots are synthetic. The rendered page was
12
- rewritten before capture so no private project or session identifiers are published.
11
+ Agent, workspace, and task details come from an isolated synthetic workspace. Both PNGs were
12
+ captured at 2× pixel density after browser DevTools rewrote local paths and host labels and verified
13
+ that no private organization names remained in the rendered page.
13
14
 
14
15
  ### Crew overview
15
16
 
16
- ![Agent Crew descendant tree and status filters](docs/images/agent-crew-overview.png)
17
+ ![Agent Crew descendant tree and status filters](https://raw.githubusercontent.com/omercnet/paseo-plugins/main/agent-crew/docs/images/agent-crew-overview.png)
17
18
 
18
19
  ### Safe action confirmation
19
20
 
20
- ![Agent Crew nudge confirmation](docs/images/agent-crew-action.png)
21
+ ![Agent Crew nudge confirmation](https://raw.githubusercontent.com/omercnet/paseo-plugins/main/agent-crew/docs/images/agent-crew-action.png)
21
22
 
22
23
  ## What it shows
23
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omercnet/paseo-agent-crew",
3
- "version": "0.3.0-next.108.1",
3
+ "version": "0.3.0-next.111.1",
4
4
  "type": "module",
5
5
  "description": "A Paseo Explorer panel for visualizing and controlling every managed agent crew in a workspace.",
6
6
  "license": "MIT",
@@ -29,15 +29,11 @@
29
29
  "orchestration"
30
30
  ],
31
31
  "files": [
32
- "CHANGELOG.md",
33
32
  "LICENSE",
34
33
  "README.md",
35
34
  "client",
36
- "docs",
37
35
  "index.client.tsx",
38
- "paseo-plugin.json",
39
- "package.json",
40
- "tsconfig.json"
36
+ "paseo-plugin.json"
41
37
  ],
42
38
  "scripts": {
43
39
  "check": "biome check .",
package/CHANGELOG.md DELETED
@@ -1,60 +0,0 @@
1
- # Changelog
2
-
3
- ## Unreleased
4
-
5
- ### Migration
6
-
7
- - migrate the plugin to the Paseo 0.8 runtime-entry layout
8
- - move client modules under `client/` and shared code under `shared/`
9
- - switch to first-class `parentAgentId` handling with bounded cycles
10
- - add an explicit pending-permission modal with Allow and Deny actions
11
- - pin Paseo plugin packages to `0.8.0-beta.1`
12
-
13
- ## [0.3.0](https://github.com/omercnet/paseo-plugins/compare/agent-crew-v0.2.3...agent-crew-v0.3.0) (2026-09-18)
14
-
15
-
16
- ### Features
17
-
18
- * **release:** publish plugins to npm ([#80](https://github.com/omercnet/paseo-plugins/issues/80)) ([3c93048](https://github.com/omercnet/paseo-plugins/commit/3c93048cfefda97d8c2bc1631e3428fb64bdad09))
19
-
20
-
21
- ### Bug Fixes
22
-
23
- * **agent-crew:** support Paseo 0.9 beta ([#90](https://github.com/omercnet/paseo-plugins/issues/90)) ([d2d3114](https://github.com/omercnet/paseo-plugins/commit/d2d3114bfcca63e0c184e9be4843a941a1fb56b6))
24
-
25
- ## [0.2.3](https://github.com/omercnet/paseo-plugins/compare/agent-crew-v0.2.2...agent-crew-v0.2.3) (2026-09-10)
26
-
27
-
28
- ### Bug Fixes
29
-
30
- * upgrade plugins to Paseo 0.8.0 ([c6b4e40](https://github.com/omercnet/paseo-plugins/commit/c6b4e4081fc9527de0ca6183a3903ff5ec4f93c4))
31
- * upgrade plugins to Paseo 0.8.0 ([d7ad454](https://github.com/omercnet/paseo-plugins/commit/d7ad4540d2e1875bdf4a4d21f76ded25cac2f3dc))
32
-
33
- ## [0.2.2](https://github.com/omercnet/paseo-agent-crew/compare/v0.2.1...v0.2.2) (2026-09-08)
34
-
35
-
36
- ### Bug Fixes
37
-
38
- * derive client API types from host SDK ([#7](https://github.com/omercnet/paseo-agent-crew/issues/7)) ([ffdfacf](https://github.com/omercnet/paseo-agent-crew/commit/ffdfacf9e4f0bd43f84e973176b2b2ffd7fe6350))
39
-
40
- ## [0.2.1](https://github.com/omercnet/paseo-agent-crew/compare/v0.2.0...v0.2.1) (2026-09-08)
41
-
42
-
43
- ### Bug Fixes
44
-
45
- * clean up Paseo 0.8 migration ([#5](https://github.com/omercnet/paseo-agent-crew/issues/5)) ([02912fb](https://github.com/omercnet/paseo-agent-crew/commit/02912fbb73956420ae8315bceea7025e71dd7a71))
46
-
47
- ## [0.2.0](https://github.com/omercnet/paseo-agent-crew/compare/v0.1.0...v0.2.0) (2026-09-08)
48
-
49
-
50
- ### Features
51
-
52
- * migrate agent crew to paseo 0.8 ([#3](https://github.com/omercnet/paseo-agent-crew/issues/3)) ([3014f1c](https://github.com/omercnet/paseo-agent-crew/commit/3014f1c2f1afb8187cb2ac0e86f2b442bb805911))
53
-
54
- ## 0.1.0 (2026-09-02)
55
-
56
- ### Features
57
-
58
- - add the workspace-wide Agent Crew Explorer panel
59
- - organize managed agents into collapsible cross-workspace delegation trees
60
- - add status filters, search, navigation, and guarded agent controls
Binary file
Binary file
package/tsconfig.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "ES2024",
4
- "module": "ESNext",
5
- "moduleResolution": "Bundler",
6
- "lib": ["ES2024"],
7
- "jsx": "react-jsx",
8
- "strict": true,
9
- "skipLibCheck": true,
10
- "noEmit": true,
11
- "esModuleInterop": true,
12
- "allowSyntheticDefaultImports": true,
13
- "types": ["node"]
14
- },
15
- "include": ["**/*.ts", "**/*.tsx"]
16
- }