Skip to content

Commit 59c8c2c

Browse files
authored
chore: project scoping (#88)
1 parent a2d98fe commit 59c8c2c

File tree

15 files changed

+4780
-140
lines changed

15 files changed

+4780
-140
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"dependencies": {
6363
"@ai-sdk/openai": "^2.0.52",
6464
"@phosphor-icons/react": "^2.1.10",
65-
"@posthog/agent": "1.16.2",
65+
"@posthog/agent": "1.16.3",
6666
"@radix-ui/react-icons": "^1.3.2",
6767
"@radix-ui/themes": "^3.2.1",
6868
"@recallai/desktop-sdk": "^1.3.0",

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/update-openapi-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const INCLUDED_ENDPOINT_PREFIXES = [
1212
"/api/projects/{project_id}/tasks",
1313
"/api/users/",
1414
"/api/environments/",
15+
"/api/projects/",
1516
];
1617

1718
async function fetchSchema() {

0 commit comments

Comments
 (0)