merge main

This commit is contained in:
Shawn Morreau
2025-11-14 16:14:36 -05:00
11 changed files with 8274 additions and 7791 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ export const agents = {
jules,
} as const;
export type AgentInputKey = (typeof agents)[keyof typeof agents]["inputKey"];
export type AgentInputKey = (typeof agents)[keyof typeof agents]["inputKeys"][number];