Skip to content

Commit 64f6c17

Browse files
juliusmarmingecodexJulius Marmingecursoragentcursor[bot]
authored
Add ACP support with Cursor provider (pingdotgg#1355)
Co-authored-by: codex <codex@users.noreply.github.com> Co-authored-by: Julius Marminge <julius@macmini.local> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: cursor[bot] <206951365+cursor[bot]@users.noreply.github.com>
1 parent efb6060 commit 64f6c17

98 files changed

Lines changed: 26731 additions & 847 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/desktop/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"@t3tools/contracts": "workspace:*",
2424
"@t3tools/shared": "workspace:*",
2525
"@types/node": "catalog:",
26+
"effect-acp": "workspace:*",
2627
"tsdown": "catalog:",
2728
"typescript": "catalog:",
2829
"vitest": "catalog:"

apps/desktop/tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineConfig([
1212
...shared,
1313
entry: ["src/main.ts"],
1414
clean: true,
15-
noExternal: (id) => id.startsWith("@t3tools/"),
15+
noExternal: (id) => id.startsWith("@t3tools/") || id.startsWith("effect-acp"),
1616
},
1717
{
1818
...shared,

apps/server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"@t3tools/web": "workspace:*",
4444
"@types/bun": "catalog:",
4545
"@types/node": "catalog:",
46+
"effect-acp": "workspace:*",
4647
"tsdown": "catalog:",
4748
"typescript": "catalog:",
4849
"vitest": "catalog:"

0 commit comments

Comments
 (0)