@cursor/july 0.1.23 → 0.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (174) hide show
  1. package/dist/bin/agent-serve.js +0 -0
  2. package/dist/docs/404.html +1 -1
  3. package/dist/docs/ab.html +2 -2
  4. package/dist/docs/assets/{app.DYcC9FY-.js → app.CvSGaAxk.js} +1 -1
  5. package/dist/docs/assets/chunks/@localSearchIndexroot.CL2Y0Zmh.js +1 -0
  6. package/dist/docs/assets/chunks/{VPLocalSearchBox.o4N_knTV.js → VPLocalSearchBox.J1jJbCvs.js} +1 -1
  7. package/dist/docs/assets/chunks/{theme.DQ-njyo0.js → theme.C7vfzr7h.js} +2 -2
  8. package/dist/docs/building-with-agents.html +2 -2
  9. package/dist/docs/concepts.html +2 -2
  10. package/dist/docs/deployment.html +2 -2
  11. package/dist/docs/evals.html +2 -2
  12. package/dist/docs/example-agents/approval-buddy.html +2 -2
  13. package/dist/docs/example-agents/benny.html +2 -2
  14. package/dist/docs/example-agents/bugbot.html +2 -2
  15. package/dist/docs/example-agents/codebase-wiki.html +2 -2
  16. package/dist/docs/example-agents/codeowners-review.html +2 -2
  17. package/dist/docs/example-agents/concierge.html +2 -2
  18. package/dist/docs/example-agents/fsd.html +2 -2
  19. package/dist/docs/example-agents/index.html +2 -2
  20. package/dist/docs/example-agents/knowledge-base.html +2 -2
  21. package/dist/docs/example-agents/oncall.html +2 -2
  22. package/dist/docs/example-agents/security-reviewer.html +2 -2
  23. package/dist/docs/example-agents/slack-agent.html +2 -2
  24. package/dist/docs/example-agents/weather-agent.html +2 -2
  25. package/dist/docs/guides/agent-to-agent.html +2 -2
  26. package/dist/docs/guides/cloud-runtime.html +2 -2
  27. package/dist/docs/guides/github.html +2 -2
  28. package/dist/docs/guides/human-in-the-loop.html +2 -2
  29. package/dist/docs/guides/mcp-oauth.html +2 -2
  30. package/dist/docs/guides/slack.html +2 -2
  31. package/dist/docs/guides/webhooks.html +2 -2
  32. package/dist/docs/hillclimbing.html +2 -2
  33. package/dist/docs/index.html +2 -2
  34. package/dist/docs/quickstart.html +2 -2
  35. package/dist/docs/reference/agent-config.html +2 -2
  36. package/dist/docs/reference/channels.html +2 -2
  37. package/dist/docs/reference/cli.html +2 -2
  38. package/dist/docs/reference/connections.html +2 -2
  39. package/dist/docs/reference/hooks.html +2 -2
  40. package/dist/docs/reference/http-api.html +2 -2
  41. package/dist/docs/reference/instructions.html +2 -2
  42. package/dist/docs/reference/playground.html +2 -2
  43. package/dist/docs/reference/project-layout.html +2 -2
  44. package/dist/docs/reference/prompt.html +2 -2
  45. package/dist/docs/reference/schedules.html +2 -2
  46. package/dist/docs/reference/sessions.html +2 -2
  47. package/dist/docs/reference/skills.html +2 -2
  48. package/dist/docs/reference/subagents.html +2 -2
  49. package/dist/docs/reference/tools.html +2 -2
  50. package/dist/docs/scaffolding-agents.html +2 -2
  51. package/dist/docs/storage.html +2 -2
  52. package/dist/docs/troubleshooting.html +2 -2
  53. package/dist/playground/assets/index-CidizGZv.css +1 -0
  54. package/dist/playground/assets/{index-DqXdAFGa.js → index-DTG9OsPV.js} +41 -41
  55. package/dist/playground/index.html +2 -2
  56. package/package.json +24 -24
  57. package/dist/channels/github/instrument.d.ts +0 -20
  58. package/dist/channels/github/instrument.d.ts.map +0 -1
  59. package/dist/docs/assets/chunks/@localSearchIndexroot.BQTzJjR_.js +0 -1
  60. package/dist/internal/json-dir-store.d.ts +0 -32
  61. package/dist/internal/json-dir-store.d.ts.map +0 -1
  62. package/dist/internal/json-dir-store.js +0 -100
  63. package/dist/playground/assets/index-CjOQ4hN9.css +0 -1
  64. package/src/bin/agent-serve.version.test.ts +0 -64
  65. package/src/channels/github/api.test.ts +0 -64
  66. package/src/channels/github/auth.test.ts +0 -105
  67. package/src/channels/github/cursor-account.test.ts +0 -204
  68. package/src/channels/github/forward.test.ts +0 -457
  69. package/src/channels/github/github.test.ts +0 -937
  70. package/src/channels/github/replay.test.ts +0 -179
  71. package/src/channels/slack/api.post-message.test.ts +0 -148
  72. package/src/channels/slack/approvals.test.ts +0 -328
  73. package/src/channels/slack/block-actions.test.ts +0 -452
  74. package/src/channels/slack/bot-mentions.test.ts +0 -267
  75. package/src/channels/slack/channel-watch.test.ts +0 -363
  76. package/src/channels/slack/cursor-account.test.ts +0 -253
  77. package/src/channels/slack/defaults.final-post.test.ts +0 -182
  78. package/src/channels/slack/dispatch.test.ts +0 -795
  79. package/src/channels/slack/eval-directive.test.ts +0 -273
  80. package/src/channels/slack/message-body.test.ts +0 -54
  81. package/src/channels/slack/nudge-store.test.ts +0 -143
  82. package/src/channels/slack/slack.test.ts +0 -391
  83. package/src/channels/slack/stop.test.ts +0 -23
  84. package/src/channels/slack/thread-context.test.ts +0 -202
  85. package/src/evals/assertions.test.ts +0 -580
  86. package/src/evals/expect.test.ts +0 -144
  87. package/src/evals/judge.test.ts +0 -181
  88. package/src/evals/loaders.test.ts +0 -132
  89. package/src/evals/matchers.test.ts +0 -95
  90. package/src/evals/reporters.test.ts +0 -303
  91. package/src/evals/run-facts.test.ts +0 -259
  92. package/src/internal/ab-snapshot.test.ts +0 -325
  93. package/src/internal/approval-gate.test.ts +0 -49
  94. package/src/internal/approvals.integration.test.ts +0 -383
  95. package/src/internal/authored-loaders.test.ts +0 -31
  96. package/src/internal/builtin-tools/reminders.test.ts +0 -201
  97. package/src/internal/channel-route-schema.test.ts +0 -294
  98. package/src/internal/chat-attach.test.ts +0 -262
  99. package/src/internal/cli-deploy.test.ts +0 -1991
  100. package/src/internal/cli-docs.test.ts +0 -161
  101. package/src/internal/cli-mcp.test.ts +0 -789
  102. package/src/internal/cli-skills.test.ts +0 -133
  103. package/src/internal/cli-slack.test.ts +0 -1647
  104. package/src/internal/cloud-merge.test.ts +0 -74
  105. package/src/internal/cron.test.ts +0 -22
  106. package/src/internal/cursor/account-mcp.test.ts +0 -807
  107. package/src/internal/cursor/backend-client.test.ts +0 -591
  108. package/src/internal/cursor/credentials.test.ts +0 -351
  109. package/src/internal/cursor/github-credentials.test.ts +0 -136
  110. package/src/internal/cursor-account-mcp-auth.test.ts +0 -310
  111. package/src/internal/cursor-account.integration.test.ts +0 -441
  112. package/src/internal/cursor-event-relay.test.ts +0 -746
  113. package/src/internal/cursor-github-credentials.integration.test.ts +0 -271
  114. package/src/internal/cursor-slack-relay.test.ts +0 -525
  115. package/src/internal/deploy-source.test.ts +0 -111
  116. package/src/internal/discovery.builtin-tools.test.ts +0 -94
  117. package/src/internal/discovery.concurrency.test.ts +0 -60
  118. package/src/internal/discovery.cursor-account.test.ts +0 -133
  119. package/src/internal/discovery.cwd.test.ts +0 -83
  120. package/src/internal/discovery.hosting.test.ts +0 -80
  121. package/src/internal/discovery.identity.test.ts +0 -44
  122. package/src/internal/docs-site.test.ts +0 -66
  123. package/src/internal/duration.test.ts +0 -29
  124. package/src/internal/eval-judge-model.test.ts +0 -187
  125. package/src/internal/eval-run-store.cancel.test.ts +0 -142
  126. package/src/internal/eval-run-store.storage.test.ts +0 -211
  127. package/src/internal/eval-runner.http.test.ts +0 -403
  128. package/src/internal/eval-runner.run.test.ts +0 -928
  129. package/src/internal/evals-client.test.ts +0 -307
  130. package/src/internal/event-mapper.test.ts +0 -243
  131. package/src/internal/github-fanout.test.ts +0 -213
  132. package/src/internal/handleAgentServeTrigger.test.ts +0 -179
  133. package/src/internal/host-kv.test.ts +0 -82
  134. package/src/internal/host-platforms.test.ts +0 -126
  135. package/src/internal/http-channel.test.ts +0 -402
  136. package/src/internal/init-project.test.ts +0 -270
  137. package/src/internal/install-cursor-skills.test.ts +0 -262
  138. package/src/internal/local-env.test.ts +0 -120
  139. package/src/internal/log-ring.test.ts +0 -31
  140. package/src/internal/logs-client.test.ts +0 -350
  141. package/src/internal/mcp-endpoint.test.ts +0 -436
  142. package/src/internal/mcp-host.test.ts +0 -298
  143. package/src/internal/mcp-oauth.test.ts +0 -148
  144. package/src/internal/net.test.ts +0 -17
  145. package/src/internal/peer-connections.test.ts +0 -128
  146. package/src/internal/peer-mcp.integration.test.ts +0 -289
  147. package/src/internal/playground/toolchain.test.ts +0 -53
  148. package/src/internal/playground-cli.test.ts +0 -187
  149. package/src/internal/playground-proxy.test.ts +0 -376
  150. package/src/internal/prompt-context.integration.test.ts +0 -232
  151. package/src/internal/prompt-context.test.ts +0 -127
  152. package/src/internal/reminder-runner.test.ts +0 -390
  153. package/src/internal/reminder-store.test.ts +0 -53
  154. package/src/internal/request-headers.test.ts +0 -27
  155. package/src/internal/resolve-prod-target.test.ts +0 -787
  156. package/src/internal/resolved-connections.test.ts +0 -295
  157. package/src/internal/router.test.ts +0 -57
  158. package/src/internal/sdk-runner.test.ts +0 -290
  159. package/src/internal/session-engine.coalesce.test.ts +0 -169
  160. package/src/internal/session-engine.concurrency.test.ts +0 -250
  161. package/src/internal/session-engine.host-oauth-mcp.test.ts +0 -110
  162. package/src/internal/session-engine.interrupt.test.ts +0 -577
  163. package/src/internal/session-engine.storage.test.ts +0 -547
  164. package/src/internal/session-urls.test.ts +0 -28
  165. package/src/internal/sessions-client.test.ts +0 -518
  166. package/src/internal/storage-coordinator.test.ts +0 -517
  167. package/src/internal/tool-call.test.ts +0 -458
  168. package/src/internal/tool-result.test.ts +0 -52
  169. package/src/internal/trajectory.approvals.test.ts +0 -83
  170. package/src/internal/trajectory.subagents.test.ts +0 -198
  171. package/src/internal/turn-governor.test.ts +0 -137
  172. package/src/internal/update-check.test.ts +0 -485
  173. package/src/internal/workspace.test.ts +0 -207
  174. package/src/storage-backends/cursor-hosted.test.ts +0 -121
@@ -1,94 +0,0 @@
1
- import { mkdir, mkdtemp, rm, writeFile } from "node:fs/promises";
2
- import { tmpdir } from "node:os";
3
- import { join } from "node:path";
4
- import { afterEach, describe, expect, it } from "vitest";
5
- import { defineAgent } from "../index.js";
6
- import { defineTool } from "../tools.js";
7
- import type { AgentConfig } from "../types.js";
8
- import { loadAgentProject } from "./discovery.js";
9
-
10
- const cleanups: Array<() => Promise<void>> = [];
11
-
12
- afterEach(async () => {
13
- while (cleanups.length > 0) {
14
- await cleanups.pop()?.();
15
- }
16
- });
17
-
18
- async function scaffold(config: AgentConfig, authoredTools: string[] = []) {
19
- const rootDir = await mkdtemp(join(tmpdir(), "agent-serve-builtin-disc-"));
20
- cleanups.push(() => rm(rootDir, { recursive: true, force: true }));
21
- const agentDir = join(rootDir, "agent");
22
- await mkdir(agentDir, { recursive: true });
23
- await writeFile(join(agentDir, "agent.ts"), "export default {};\n");
24
- await writeFile(join(agentDir, "instructions.md"), "Be brief.\n");
25
- for (const name of authoredTools) {
26
- await mkdir(join(agentDir, "tools"), { recursive: true });
27
- await writeFile(
28
- join(agentDir, "tools", `${name}.ts`),
29
- "export default {};\n"
30
- );
31
- }
32
- return loadAgentProject(rootDir, {
33
- importModule: async (path) => {
34
- if (path.endsWith(join("agent", "agent.ts"))) {
35
- return { default: defineAgent(config) };
36
- }
37
- return {
38
- default: defineTool({
39
- description: "Authored tool.",
40
- execute: () => "authored",
41
- }),
42
- };
43
- },
44
- });
45
- }
46
-
47
- describe("loadAgentProject builtinTools", () => {
48
- it("materializes reminder tools as server tools", async () => {
49
- const project = await scaffold({ builtinTools: { reminders: true } });
50
- const names = project.agent.tools.map((t) => t.name);
51
- expect(names).toEqual([
52
- "reminders_create",
53
- "reminders_list",
54
- "reminders_cancel",
55
- ]);
56
- expect(project.agent.tools.every((t) => t.execution === "server")).toBe(
57
- true
58
- );
59
- expect(project.diagnostics).toEqual([]);
60
- });
61
-
62
- it("lets authored tools shadow built-ins, with a warning", async () => {
63
- const project = await scaffold({ builtinTools: { reminders: true } }, [
64
- "reminders_create",
65
- ]);
66
- const create = project.agent.tools.find(
67
- (t) => t.name === "reminders_create"
68
- );
69
- expect(create?.description).toBe("Authored tool.");
70
- expect(
71
- project.agent.tools.filter((t) => t.name === "reminders_create")
72
- ).toHaveLength(1);
73
- expect(project.diagnostics).toEqual([
74
- expect.objectContaining({
75
- severity: "warning",
76
- message: expect.stringContaining("shadows the built-in tool"),
77
- }),
78
- ]);
79
- });
80
-
81
- it("skips built-ins on cloud runtime, with a warning", async () => {
82
- const project = await scaffold({
83
- runtime: "cloud",
84
- cloud: { repos: [{ url: "https://github.com/org/repo" }] },
85
- builtinTools: { reminders: true },
86
- });
87
- expect(project.agent.tools).toEqual([]);
88
- expect(
89
- project.diagnostics.some((d) =>
90
- d.message.includes("builtinTools are in-process server tools")
91
- )
92
- ).toBe(true);
93
- });
94
- });
@@ -1,60 +0,0 @@
1
- import { mkdir, mkdtemp, rm, writeFile } from "node:fs/promises";
2
- import { tmpdir } from "node:os";
3
- import { join } from "node:path";
4
- import { afterEach, describe, expect, it } from "vitest";
5
- import { defineAgent } from "../index.js";
6
- import type { AgentConcurrencyOptions } from "../types.js";
7
- import { loadAgentProject, projectInfo } from "./discovery.js";
8
-
9
- const cleanups: Array<() => Promise<void>> = [];
10
-
11
- afterEach(async () => {
12
- while (cleanups.length > 0) {
13
- await cleanups.pop()?.();
14
- }
15
- });
16
-
17
- async function loadWithConcurrency(concurrency: AgentConcurrencyOptions) {
18
- const rootDir = await mkdtemp(join(tmpdir(), "agent-serve-conc-disc-"));
19
- cleanups.push(() => rm(rootDir, { recursive: true, force: true }));
20
- const agentDir = join(rootDir, "agent");
21
- await mkdir(agentDir, { recursive: true });
22
- await writeFile(join(agentDir, "agent.ts"), "export default {};\n");
23
- await writeFile(join(agentDir, "instructions.md"), "hi\n");
24
- return loadAgentProject(rootDir, {
25
- importModule: async () => ({
26
- default: defineAgent({ model: "composer-2.5", concurrency }),
27
- }),
28
- });
29
- }
30
-
31
- describe("loadAgentProject concurrency", () => {
32
- it("resolves the concurrency block and surfaces it in projectInfo", async () => {
33
- const project = await loadWithConcurrency({ maxRunningTurns: 3 });
34
- expect(project.diagnostics).toEqual([]);
35
- expect(project.agent.concurrency).toEqual({ maxRunningTurns: 3 });
36
- expect(projectInfo(project).concurrency).toEqual({ maxRunningTurns: 3 });
37
- });
38
-
39
- it("rejects a non-positive maxRunningTurns with an error diagnostic", async () => {
40
- const project = await loadWithConcurrency({ maxRunningTurns: 0 });
41
- expect(project.agent.concurrency).toBeUndefined();
42
- expect(
43
- project.diagnostics.some(
44
- (d) =>
45
- d.severity === "error" &&
46
- d.message.includes("concurrency.maxRunningTurns")
47
- )
48
- ).toBe(true);
49
- });
50
-
51
- it("rejects a maxRunningTurns above the hard limit", async () => {
52
- const project = await loadWithConcurrency({ maxRunningTurns: 10_000 });
53
- expect(project.agent.concurrency).toBeUndefined();
54
- expect(
55
- project.diagnostics.some(
56
- (d) => d.severity === "error" && d.message.includes("hard limit")
57
- )
58
- ).toBe(true);
59
- });
60
- });
@@ -1,133 +0,0 @@
1
- import { mkdir, mkdtemp, rm, writeFile } from "node:fs/promises";
2
- import { tmpdir } from "node:os";
3
- import { join } from "node:path";
4
- import { afterEach, describe, expect, it } from "vitest";
5
- import { defineConnection } from "../connections.js";
6
- import { defineAgent } from "../index.js";
7
- import { loadAgentProject } from "./discovery.js";
8
-
9
- const cleanups: Array<() => Promise<void>> = [];
10
-
11
- afterEach(async () => {
12
- while (cleanups.length > 0) {
13
- await cleanups.pop()?.();
14
- }
15
- });
16
-
17
- async function loadWithCursorAccountConnection(
18
- connectionSource: string
19
- ): Promise<Awaited<ReturnType<typeof loadAgentProject>>> {
20
- const rootDir = await mkdtemp(
21
- join(tmpdir(), "agent-serve-cursor-account-disc-")
22
- );
23
- cleanups.push(() => rm(rootDir, { recursive: true, force: true }));
24
- const agentDir = join(rootDir, "agent");
25
- const connectionsDir = join(agentDir, "mcp-connections");
26
- await mkdir(connectionsDir, { recursive: true });
27
- await writeFile(join(agentDir, "agent.ts"), "export default {};\n");
28
- await writeFile(join(agentDir, "instructions.md"), "hi\n");
29
- await writeFile(join(connectionsDir, "cursor.ts"), connectionSource);
30
- return loadAgentProject(rootDir, {
31
- importModule: async (absolutePath) => {
32
- if (absolutePath.endsWith(`${join("mcp-connections", "cursor.ts")}`)) {
33
- // Evaluate the authored source shape without a full TS transpile.
34
- if (connectionSource.includes('servers: ["*", "Linear"]')) {
35
- return {
36
- default: defineConnection({
37
- cursorAccount: true,
38
- servers: ["*", "Linear"],
39
- }),
40
- };
41
- }
42
- if (connectionSource.includes('servers: "*"')) {
43
- return {
44
- default: defineConnection({
45
- cursorAccount: true,
46
- servers: "*",
47
- }),
48
- };
49
- }
50
- if (connectionSource.includes('servers: ["*"]')) {
51
- return {
52
- default: defineConnection({
53
- cursorAccount: true,
54
- servers: ["*"],
55
- }),
56
- };
57
- }
58
- if (connectionSource.includes("servers: []")) {
59
- return {
60
- default: defineConnection({
61
- cursorAccount: true,
62
- servers: [],
63
- }),
64
- };
65
- }
66
- return {
67
- default: defineConnection({ cursorAccount: true }),
68
- };
69
- }
70
- return { default: defineAgent({ model: "composer-2.5" }) };
71
- },
72
- });
73
- }
74
-
75
- describe("loadAgentProject cursorAccount servers", () => {
76
- it("omits servers when forwarding every account connector", async () => {
77
- const project = await loadWithCursorAccountConnection(
78
- `export default { cursorAccount: true };\n`
79
- );
80
- expect(project.diagnostics).toEqual([]);
81
- expect(project.agent.connections).toEqual([
82
- { name: "cursor", transport: { cursorAccount: true } },
83
- ]);
84
- });
85
-
86
- it('normalizes servers: "*" to every connected server', async () => {
87
- const project = await loadWithCursorAccountConnection(
88
- `export default { cursorAccount: true, servers: "*" };\n`
89
- );
90
- expect(project.diagnostics).toEqual([]);
91
- expect(project.agent.connections[0]?.transport).toEqual({
92
- cursorAccount: true,
93
- });
94
- });
95
-
96
- it('normalizes servers: ["*"] to every connected server', async () => {
97
- const project = await loadWithCursorAccountConnection(
98
- `export default { cursorAccount: true, servers: ["*"] };\n`
99
- );
100
- expect(project.diagnostics).toEqual([]);
101
- expect(project.agent.connections[0]?.transport).toEqual({
102
- cursorAccount: true,
103
- });
104
- });
105
-
106
- it("rejects an empty servers allowlist", async () => {
107
- const project = await loadWithCursorAccountConnection(
108
- `export default { cursorAccount: true, servers: [] };\n`
109
- );
110
- expect(project.agent.connections).toEqual([]);
111
- expect(
112
- project.diagnostics.some(
113
- (d) =>
114
- d.severity === "error" &&
115
- d.message.includes("non-empty list of connector names")
116
- )
117
- ).toBe(true);
118
- });
119
-
120
- it('rejects mixing "*" with concrete connector names', async () => {
121
- const project = await loadWithCursorAccountConnection(
122
- `export default { cursorAccount: true, servers: ["*", "Linear"] };\n`
123
- );
124
- expect(project.agent.connections).toEqual([]);
125
- expect(
126
- project.diagnostics.some(
127
- (d) =>
128
- d.severity === "error" &&
129
- d.message.includes('cannot mix `"*"` with connector names')
130
- )
131
- ).toBe(true);
132
- });
133
- });
@@ -1,83 +0,0 @@
1
- import { mkdir, mkdtemp, rm, writeFile } from "node:fs/promises";
2
- import { tmpdir } from "node:os";
3
- import { join } from "node:path";
4
- import { afterEach, describe, expect, it } from "vitest";
5
- import { defineAgent } from "../index.js";
6
- import { loadAgentProject } from "./discovery.js";
7
-
8
- const cleanups: Array<() => Promise<void>> = [];
9
-
10
- afterEach(async () => {
11
- while (cleanups.length > 0) {
12
- await cleanups.pop()?.();
13
- }
14
- });
15
-
16
- describe("loadAgentProject cwd", () => {
17
- it("resolves relative cwd against the project root and keeps absolute cwd", async () => {
18
- const rootDir = await mkdtemp(join(tmpdir(), "agent-serve-cwd-disc-"));
19
- cleanups.push(() => rm(rootDir, { recursive: true, force: true }));
20
- const agentDir = join(rootDir, "agent");
21
- await mkdir(agentDir, { recursive: true });
22
- await writeFile(join(agentDir, "agent.ts"), "export default {};\n");
23
- await writeFile(join(agentDir, "instructions.md"), "hi\n");
24
-
25
- const relative = await loadAgentProject(rootDir, {
26
- importModule: async () => ({
27
- default: defineAgent({
28
- model: "composer-2.5",
29
- local: { cwd: "./harness-out" },
30
- }),
31
- }),
32
- });
33
- expect(relative.agent.local?.cwd).toBe(join(rootDir, "harness-out"));
34
-
35
- const absolutePath = join(tmpdir(), "agent-serve-abs-cwd");
36
- const absolute = await loadAgentProject(rootDir, {
37
- importModule: async () => ({
38
- default: defineAgent({
39
- model: "composer-2.5",
40
- local: { cwd: absolutePath },
41
- }),
42
- }),
43
- });
44
- expect(absolute.agent.local?.cwd).toBe(absolutePath);
45
- });
46
-
47
- it("resolves workspaceDir the same way and warns when cwd is also set", async () => {
48
- const rootDir = await mkdtemp(join(tmpdir(), "agent-serve-ws-disc-"));
49
- cleanups.push(() => rm(rootDir, { recursive: true, force: true }));
50
- const agentDir = join(rootDir, "agent");
51
- await mkdir(agentDir, { recursive: true });
52
- await writeFile(join(agentDir, "agent.ts"), "export default {};\n");
53
- await writeFile(join(agentDir, "instructions.md"), "hi\n");
54
-
55
- const pinned = await loadAgentProject(rootDir, {
56
- importModule: async () => ({
57
- default: defineAgent({
58
- model: "composer-2.5",
59
- local: { workspaceDir: "./checkout" },
60
- }),
61
- }),
62
- });
63
- expect(pinned.agent.local?.workspaceDir).toBe(join(rootDir, "checkout"));
64
- expect(pinned.agent.local?.cwd).toBeUndefined();
65
- expect(pinned.diagnostics).toEqual([]);
66
-
67
- const both = await loadAgentProject(rootDir, {
68
- importModule: async () => ({
69
- default: defineAgent({
70
- model: "composer-2.5",
71
- local: { cwd: "./harness-out", workspaceDir: "./checkout" },
72
- }),
73
- }),
74
- });
75
- expect(both.agent.local?.workspaceDir).toBe(join(rootDir, "checkout"));
76
- expect(both.diagnostics).toContainEqual(
77
- expect.objectContaining({
78
- severity: "warning",
79
- message: expect.stringContaining("local.cwd is unused"),
80
- })
81
- );
82
- });
83
- });
@@ -1,80 +0,0 @@
1
- import { mkdir, mkdtemp, rm, writeFile } from "node:fs/promises";
2
- import { tmpdir } from "node:os";
3
- import { join } from "node:path";
4
- import { afterEach, describe, expect, it } from "vitest";
5
- import { defineAgent } from "../index.js";
6
- import type { AgentHostingOptions } from "../types.js";
7
- import { loadAgentProject, projectInfo } from "./discovery.js";
8
-
9
- const cleanups: Array<() => Promise<void>> = [];
10
-
11
- afterEach(async () => {
12
- while (cleanups.length > 0) {
13
- await cleanups.pop()?.();
14
- }
15
- });
16
-
17
- async function loadWithHosting(hosting: AgentHostingOptions) {
18
- const rootDir = await mkdtemp(join(tmpdir(), "agent-serve-hosting-disc-"));
19
- cleanups.push(() => rm(rootDir, { recursive: true, force: true }));
20
- const agentDir = join(rootDir, "agent");
21
- await mkdir(agentDir, { recursive: true });
22
- await writeFile(join(agentDir, "agent.ts"), "export default {};\n");
23
- await writeFile(join(agentDir, "instructions.md"), "hi\n");
24
- return loadAgentProject(rootDir, {
25
- importModule: async () => ({
26
- default: defineAgent({ model: "composer-2.5", hosting }),
27
- }),
28
- });
29
- }
30
-
31
- describe("loadAgentProject hosting", () => {
32
- it("resolves the hosting block and surfaces it in projectInfo", async () => {
33
- const project = await loadWithHosting({
34
- egressDomains: ["api.example.com", "*.internal.example.com"],
35
- secretNames: ["OPENAI_API_KEY"],
36
- });
37
- expect(project.diagnostics).toEqual([]);
38
- expect(project.agent.hosting).toEqual({
39
- egressDomains: ["api.example.com", "*.internal.example.com"],
40
- secretNames: ["OPENAI_API_KEY"],
41
- });
42
- expect(projectInfo(project).hosting).toEqual(project.agent.hosting);
43
- });
44
-
45
- it("emits warning diagnostics (not errors) for grammar violations", async () => {
46
- const project = await loadWithHosting({
47
- // Uppercase, single-label, numeric TLD, double wildcard: all invalid.
48
- egressDomains: ["API.example.com", "localhost", "a.b.123", "*.*.x.com"],
49
- secretNames: ["lower_case", "CURSOR_API_KEY", "A".repeat(65)],
50
- });
51
- const warnings = project.diagnostics.filter(
52
- (d) => d.severity === "warning"
53
- );
54
- expect(project.diagnostics).toHaveLength(warnings.length);
55
- const messages = warnings.map((d) => d.message).join("\n");
56
- expect(messages).toContain('Invalid egress domain "API.example.com"');
57
- expect(messages).toContain('Invalid egress domain "localhost"');
58
- expect(messages).toContain('Invalid egress domain "a.b.123"');
59
- expect(messages).toContain('Invalid egress domain "*.*.x.com"');
60
- expect(messages).toContain('Invalid secret name "lower_case"');
61
- expect(messages).toContain("platform-managed");
62
- expect(messages).toContain("too long");
63
- // Invalid entries are still kept — the backend stays authoritative.
64
- expect(project.agent.hosting?.egressDomains).toHaveLength(4);
65
- });
66
-
67
- it("warns when egressDomains exceeds the deploy cap", async () => {
68
- const project = await loadWithHosting({
69
- egressDomains: Array.from(
70
- { length: 21 },
71
- (_, i) => `svc${i}.example.com`
72
- ),
73
- });
74
- expect(
75
- project.diagnostics.some(
76
- (d) => d.severity === "warning" && d.message.includes("capped at 20")
77
- )
78
- ).toBe(true);
79
- });
80
- });
@@ -1,44 +0,0 @@
1
- import { mkdir, mkdtemp, rm, writeFile } from "node:fs/promises";
2
- import { tmpdir } from "node:os";
3
- import { join } from "node:path";
4
- import { afterEach, describe, expect, it } from "vitest";
5
- import { defineAgent } from "../index.js";
6
- import { loadAgentProject } from "./discovery.js";
7
-
8
- const cleanups: Array<() => Promise<void>> = [];
9
-
10
- afterEach(async () => {
11
- while (cleanups.length > 0) {
12
- await cleanups.pop()?.();
13
- }
14
- });
15
-
16
- describe("loadAgentProject identity preamble", () => {
17
- it("prepends the resolved name into instructions", async () => {
18
- const rootDir = await mkdtemp(join(tmpdir(), "agent-serve-identity-"));
19
- cleanups.push(() => rm(rootDir, { recursive: true, force: true }));
20
- const agentDir = join(rootDir, "agent");
21
- await mkdir(agentDir, { recursive: true });
22
- await writeFile(join(agentDir, "agent.ts"), "export default {};\n");
23
- await writeFile(
24
- join(agentDir, "instructions.md"),
25
- "Be brief and specific.\n"
26
- );
27
-
28
- const project = await loadAgentProject(rootDir, {
29
- importModule: async () => ({
30
- default: defineAgent({
31
- name: "Benny",
32
- model: "composer-2.5",
33
- }),
34
- }),
35
- });
36
-
37
- expect(project.agent.instructions).toBe(
38
- [
39
- "You are Benny. That is your name; use it when people ask who you are.",
40
- "Be brief and specific.",
41
- ].join("\n\n")
42
- );
43
- });
44
- });
@@ -1,66 +0,0 @@
1
- import { mkdir, mkdtemp, writeFile } from "node:fs/promises";
2
- import { tmpdir } from "node:os";
3
- import { join } from "node:path";
4
- import { beforeAll, describe, expect, it } from "vitest";
5
- import { resolveDocsFile } from "./docs-site.js";
6
-
7
- describe("resolveDocsFile", () => {
8
- let dist: string;
9
-
10
- beforeAll(async () => {
11
- dist = await mkdtemp(join(tmpdir(), "agent-serve-docs-"));
12
- await mkdir(join(dist, "guides"), { recursive: true });
13
- await mkdir(join(dist, "assets", "chunks"), { recursive: true });
14
- await writeFile(join(dist, "index.html"), "<html>index</html>");
15
- await writeFile(join(dist, "quickstart.html"), "<html>quickstart</html>");
16
- await writeFile(join(dist, "guides", "slack.html"), "<html>slack</html>");
17
- await writeFile(join(dist, "assets", "chunks", "app.js"), "js");
18
- await writeFile(join(dist, "hashmap.json"), "{}");
19
- });
20
-
21
- it("serves the site index for the empty path", () => {
22
- expect(resolveDocsFile("", dist)).toBe(join(dist, "index.html"));
23
- expect(resolveDocsFile("/", dist)).toBe(join(dist, "index.html"));
24
- });
25
-
26
- it("resolves clean page URLs through the .html chain", () => {
27
- expect(resolveDocsFile("quickstart", dist)).toBe(
28
- join(dist, "quickstart.html")
29
- );
30
- expect(resolveDocsFile("guides/slack", dist)).toBe(
31
- join(dist, "guides", "slack.html")
32
- );
33
- expect(resolveDocsFile("guides/slack/", dist)).toBe(
34
- join(dist, "guides", "slack.html")
35
- );
36
- });
37
-
38
- it("serves exact files (assets, json, explicit .html)", () => {
39
- expect(resolveDocsFile("assets/chunks/app.js", dist)).toBe(
40
- join(dist, "assets", "chunks", "app.js")
41
- );
42
- expect(resolveDocsFile("hashmap.json", dist)).toBe(
43
- join(dist, "hashmap.json")
44
- );
45
- expect(resolveDocsFile("quickstart.html", dist)).toBe(
46
- join(dist, "quickstart.html")
47
- );
48
- });
49
-
50
- it("returns undefined for unknown pages", () => {
51
- expect(resolveDocsFile("nope", dist)).toBeUndefined();
52
- expect(resolveDocsFile("guides/nope", dist)).toBeUndefined();
53
- });
54
-
55
- it("rejects traversal out of the dist dir", () => {
56
- expect(resolveDocsFile("../package.json", dist)).toBeUndefined();
57
- expect(resolveDocsFile("..%2Fpackage.json", dist)).toBeUndefined();
58
- expect(resolveDocsFile("guides/../../package.json", dist)).toBeUndefined();
59
- expect(resolveDocsFile("..", dist)).toBeUndefined();
60
- });
61
-
62
- it("does not treat directories as files", () => {
63
- // `guides` has no guides.html and no guides/index.html.
64
- expect(resolveDocsFile("guides", dist)).toBeUndefined();
65
- });
66
- });
@@ -1,29 +0,0 @@
1
- import { describe, expect, it } from "vitest";
2
- import { isValidDuration, parseDuration } from "./duration.js";
3
-
4
- describe("parseDuration", () => {
5
- it("parses short units", () => {
6
- expect(parseDuration("30s")).toBe(30_000);
7
- expect(parseDuration("5m")).toBe(5 * 60_000);
8
- expect(parseDuration("2h")).toBe(2 * 3_600_000);
9
- expect(parseDuration("1d")).toBe(86_400_000);
10
- });
11
-
12
- it("parses word units", () => {
13
- expect(parseDuration("10 minutes")).toBe(10 * 60_000);
14
- expect(parseDuration("1.5h")).toBe(90 * 60_000);
15
- });
16
-
17
- it("accepts bare numbers as milliseconds", () => {
18
- expect(parseDuration(1500)).toBe(1500);
19
- expect(parseDuration("1500")).toBe(1500);
20
- });
21
-
22
- it("rejects invalid input", () => {
23
- expect(() => parseDuration("")).toThrow();
24
- expect(() => parseDuration("abc")).toThrow();
25
- expect(() => parseDuration("5x")).toThrow();
26
- expect(isValidDuration("5m")).toBe(true);
27
- expect(isValidDuration("nope")).toBe(false);
28
- });
29
- });