@swifty.js/swifty 0.0.29 → 0.0.30

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 (35) hide show
  1. package/README.md +11 -11
  2. package/dist/{agent-YR6YK26C.js → agent-TCNIRVHD.js} +1 -1
  3. package/dist/anthropic-7RIVSEDF.js +4 -0
  4. package/dist/{checker-N5TIJEN5.js → checker-3LHDOATB.js} +1 -1
  5. package/dist/chunk-2IBMB3ZM.js +150 -0
  6. package/dist/chunk-AQ3A5CF4.js +5 -0
  7. package/dist/chunk-FA26MQ7K.js +257 -0
  8. package/dist/chunk-TKADLB2Q.js +4 -0
  9. package/dist/chunk-VA64DJNN.js +4 -0
  10. package/dist/lib/{agent-5WEKVRTD.js → agent-IRY7KR5D.js} +2 -2
  11. package/dist/lib/{anthropic-KWO3KLNV.js → anthropic-CL5IK7KN.js} +2 -2
  12. package/dist/lib/{checker-AXHPKVBY.js → checker-BS4MK3O6.js} +1 -1
  13. package/dist/lib/{chunk-2IVEVG5N.js → chunk-7QPDFSQE.js} +10 -17
  14. package/dist/lib/{chunk-3FBS5NB7.js → chunk-I7OPU4K2.js} +27 -11
  15. package/dist/lib/{chunk-KZSBR4FO.js → chunk-IYPTOY3Y.js} +48 -21
  16. package/dist/lib/{chunk-GCY44T7S.js → chunk-OOSNCCI7.js} +129 -254
  17. package/dist/lib/{chunk-Z4CYHTII.js → chunk-OQIQOU5S.js} +85 -26
  18. package/dist/lib/{chunk-DJ6AILPN.js → chunk-RMB3J46W.js} +13 -16
  19. package/dist/lib/index.d.ts +325 -123
  20. package/dist/lib/index.js +791 -1078
  21. package/dist/lib/{openai-PBF7EWNJ.js → openai-LH4E7ZQS.js} +2 -2
  22. package/dist/lib/{tool-filter-R6HDDJHE.js → tool-filter-CS6W2GMU.js} +1 -1
  23. package/dist/main.js +186 -178
  24. package/dist/{openai-QQ2K7GPF.js → openai-RZLCY55V.js} +15 -15
  25. package/dist/{server-G23HCFLI.js → server-IVIRQTO7.js} +17 -17
  26. package/dist/{tool-filter-VBP6WOGO.js → tool-filter-CG3KGQQW.js} +1 -1
  27. package/package.json +4 -3
  28. package/dist/anthropic-5GRR5JCT.js +0 -4
  29. package/dist/chunk-D34FUVGU.js +0 -4
  30. package/dist/chunk-LIMEBKCY.js +0 -408
  31. package/dist/chunk-POHIQUFP.js +0 -301
  32. package/dist/chunk-TMEX7RFA.js +0 -4
  33. package/dist/chunk-Y6SQB5FG.js +0 -4
  34. package/dist/glob.wasm +0 -0
  35. package/dist/lib/glob.wasm +0 -0
@@ -3,8 +3,8 @@ import {
3
3
  OpenAICompatClient,
4
4
  buildChatCompletionMessages,
5
5
  buildOpenAIInput
6
- } from "./chunk-3FBS5NB7.js";
7
- import "./chunk-Z4CYHTII.js";
6
+ } from "./chunk-I7OPU4K2.js";
7
+ import "./chunk-OQIQOU5S.js";
8
8
  import "./chunk-EY7HE52Q.js";
9
9
  export {
10
10
  OpenAIClient,
@@ -6,7 +6,7 @@ import {
6
6
  TEAMMATE_DISALLOWED_TOOLS,
7
7
  cloneRegistryForFork,
8
8
  filterToolsForAgent
9
- } from "./chunk-2IVEVG5N.js";
9
+ } from "./chunk-7QPDFSQE.js";
10
10
  import "./chunk-GHF2PSEW.js";
11
11
  export {
12
12
  ASYNC_AGENT_ALLOWED_TOOLS,