mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 18:30:39 +09:00
feat: add agent skills tab and local dev helpers
This commit is contained in:
parent
5a9a4170e8
commit
4323d4bbda
6 changed files with 221 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue