@rubytech/create-maxy 1.0.738 → 1.0.740

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.
@@ -0,0 +1,28 @@
1
+ import {
2
+ _evictAllForTest,
3
+ _poolSnapshotForTest,
4
+ acquireClient,
5
+ evictClient,
6
+ getActiveClient,
7
+ interruptClient,
8
+ pushUserMessage,
9
+ recordCachedTokens,
10
+ recordCrash,
11
+ setInflight,
12
+ startIdleEvictTick,
13
+ stopIdleEvictTick
14
+ } from "./chunk-SKXO42T6.js";
15
+ export {
16
+ _evictAllForTest,
17
+ _poolSnapshotForTest,
18
+ acquireClient,
19
+ evictClient,
20
+ getActiveClient,
21
+ interruptClient,
22
+ pushUserMessage,
23
+ recordCachedTokens,
24
+ recordCrash,
25
+ setInflight,
26
+ startIdleEvictTick,
27
+ stopIdleEvictTick
28
+ };
@@ -16,8 +16,8 @@ import {
16
16
  sanitizeClientCorrId,
17
17
  streamActionEvents,
18
18
  vncLog
19
- } from "./chunk-VS7CRH4M.js";
20
- import "./chunk-VOD2IZ6J.js";
19
+ } from "./chunk-AIWWYOBH.js";
20
+ import "./chunk-SKXO42T6.js";
21
21
 
22
22
  // server/edge.ts
23
23
  import { createServer, request as httpRequest } from "http";
@@ -46,7 +46,7 @@ import {
46
46
  vncLog,
47
47
  waitForExit,
48
48
  writeChromiumWrapper
49
- } from "./chunk-VS7CRH4M.js";
49
+ } from "./chunk-AIWWYOBH.js";
50
50
  import {
51
51
  GREETING_DIRECTIVE,
52
52
  HAIKU_MODEL,
@@ -102,7 +102,7 @@ import {
102
102
  validateSession,
103
103
  verifyAndGetConversationUpdatedAt,
104
104
  verifyConversationOwnership
105
- } from "./chunk-VOD2IZ6J.js";
105
+ } from "./chunk-SKXO42T6.js";
106
106
 
107
107
  // ../lib/graph-trash/dist/index.js
108
108
  var require_dist = __commonJS({
@@ -8114,7 +8114,7 @@ var app11 = new Hono();
8114
8114
  app11.post("/cancel", requireAdminSession, async (c) => {
8115
8115
  const session_key = c.var.sessionKey;
8116
8116
  try {
8117
- const { interruptClient: interruptClient2 } = await import("./client-pool-67NUIL7H.js");
8117
+ const { interruptClient: interruptClient2 } = await import("./client-pool-ISMYJXCU.js");
8118
8118
  await interruptClient2(session_key);
8119
8119
  return c.json({ ok: true });
8120
8120
  } catch (err) {