@industry-theme/agent-panels 0.2.46 → 0.2.47

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.
@@ -34,7 +34,7 @@ export interface AgentPanelActions extends PanelActions {
34
34
  }
35
35
  /**
36
36
  * Context for panels that need fileTree and globalSkills
37
- * Used by: SkillsListPanel, GlobalSkillsPanel, SkillsBrowsePanel, SkillDetailPanel
37
+ * Used by: GlobalSkillsPanel, SkillsBrowsePanel, SkillDetailPanel
38
38
  *
39
39
  * Note: Slices use `DataSlice<T | null>` to distinguish between:
40
40
  * - `null` = "not fetched yet" or "not available"
@@ -46,7 +46,7 @@ export interface SkillsPanelContext {
46
46
  }
47
47
  /**
48
48
  * Context for panels that need fileTree, globalAgents, and globalSubagents
49
- * Used by: AgentsListPanel, AgentDetailPanel
49
+ * Used by: AgentDetailPanel
50
50
  */
51
51
  export interface AgentsPanelContext {
52
52
  fileTree: DataSlice<FileTree | null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@industry-theme/agent-panels",
3
- "version": "0.2.46",
3
+ "version": "0.2.47",
4
4
  "description": "A collection of panel extensions for displaying and managing agent-related resources (Skills, AGENTS.md, and Subagents)",
5
5
  "type": "module",
6
6
  "main": "dist/panels.bundle.js",
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import type { PanelComponentProps, AgentPanelActions, AgentsPanelContext } from '../types';
3
- /**
4
- * AgentsListPanel - A panel for displaying AGENTS.md documentation and Claude Code subagents
5
- *
6
- * This panel shows:
7
- * - AGENTS.md files (documentation for AI agents)
8
- * - Subagent definitions (from .claude/agents/)
9
- * - Search and filter functionality
10
- * - Click to select and emit events for detail views
11
- */
12
- export declare const AgentsListPanel: React.FC<PanelComponentProps<AgentPanelActions, AgentsPanelContext>>;
13
- //# sourceMappingURL=AgentsListPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AgentsListPanel.d.ts","sourceRoot":"","sources":["../../src/panels/AgentsListPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoC,MAAM,OAAO,CAAC;AAIzD,OAAO,KAAK,EACV,mBAAmB,EACnB,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,UAAU,CAAC;AAYlB;;;;;;;;GAQG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAkdhG,CAAC"}
@@ -1,25 +0,0 @@
1
- import React from 'react';
2
- import type { PanelComponentProps, AgentPanelActions, SkillsPanelContext } from '../types';
3
- export interface SkillsListPanelProps extends PanelComponentProps<AgentPanelActions, SkillsPanelContext> {
4
- /**
5
- * When true, the panel operates in browse mode (e.g., browsing GitHub repos):
6
- * - Changes "Project" filter label to "Git Repo"
7
- */
8
- browseMode?: boolean;
9
- /**
10
- * When true, shows the refresh button and enables refresh functionality.
11
- * The host must support handling 'skills:refresh' events.
12
- */
13
- supportsRefresh?: boolean;
14
- }
15
- /**
16
- * SkillsListPanel - A panel for displaying Agent Skills from SKILL.md files
17
- *
18
- * This panel shows:
19
- * - List/grid of available skills from the file tree
20
- * - Search functionality to filter skills
21
- * - Skill metadata (name, description, capabilities)
22
- * - Click to select and emit events for detail views
23
- */
24
- export declare const SkillsListPanel: React.FC<SkillsListPanelProps>;
25
- //# sourceMappingURL=SkillsListPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SkillsListPanel.d.ts","sourceRoot":"","sources":["../../src/panels/SkillsListPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAIpE,OAAO,KAAK,EACV,mBAAmB,EACnB,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,UAAU,CAAC;AAOlB,MAAM,WAAW,oBAAqB,SAAQ,mBAAmB,CAAC,iBAAiB,EAAE,kBAAkB,CAAC;IACtG;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA8b1D,CAAC"}