feat: add agent skills tab and local dev helpers

This commit is contained in:
Dotta
2026-03-17 09:10:40 -05:00
parent 5a9a4170e8
commit 4323d4bbda
6 changed files with 221 additions and 6 deletions

View File

@@ -96,6 +96,9 @@ export const queryKeys = {
liveRuns: (companyId: string) => ["live-runs", companyId] as const,
runIssues: (runId: string) => ["run-issues", runId] as const,
org: (companyId: string) => ["org", companyId] as const,
skills: {
available: ["skills", "available"] as const,
},
plugins: {
all: ["plugins"] as const,
examples: ["plugins", "examples"] as const,