@@ -2308,7 +2308,7 @@ describe("createAgentChatService", () => {
23082308 allowed: false,
23092309 state: "exhausted",
23102310 code: "disk_full",
2311- message: "Your Mac is almost out of storage. ADE paused new agent work to protect your chats and projects. Free up space, then resume.",
2311+ message: "Your computer is almost out of storage. ADE paused new agent work to protect your chats and projects. Free up space, then resume.",
23122312 })),
23132313 },
23142314 onEvent: (event: AgentChatEventEnvelope) => events.push(event),
@@ -2338,7 +2338,7 @@ describe("createAgentChatService", () => {
23382338 allowed: false,
23392339 state: "exhausted" as const,
23402340 code: "disk_full" as const,
2341- message: "Your Mac is almost out of storage. ADE paused new agent work to protect your chats and projects. Free up space, then resume.",
2341+ message: "Your computer is almost out of storage. ADE paused new agent work to protect your chats and projects. Free up space, then resume.",
23422342 }));
23432343 const { service } = createService({
23442344 diskPressureMonitor: { canPerform },
@@ -26387,7 +26387,7 @@ describe("createAgentChatService", () => {
2638726387 allowed: false,
2638826388 state: "exhausted",
2638926389 code: "disk_full",
26390- message: "Your Mac is almost out of storage.",
26390+ message: "Your computer is almost out of storage.",
2639126391 }),
2639226392 },
2639326393 onEvent: (event: AgentChatEventEnvelope) => events.push(event),
@@ -38107,7 +38107,7 @@ describe("explicit provider-thread continuity recovery", () => {
3810738107 allowed: false,
3810838108 state: "exhausted",
3810938109 code: "disk_full",
38110- message: "Your Mac is almost out of storage. ADE paused new agent work to protect your chats and projects. Free up space, then resume.",
38110+ message: "Your computer is almost out of storage. ADE paused new agent work to protect your chats and projects. Free up space, then resume.",
3811138111 })),
3811238112 },
3811338113 onEvent: (event: AgentChatEventEnvelope) => events.push(event),
0 commit comments