@versini/sassysaint-common 4.4.1 → 4.5.0

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.
package/dist/index.d.ts CHANGED
@@ -353,6 +353,7 @@ declare const CAPABILITIES: {
353
353
  readonly ADDON: {
354
354
  readonly ATTACHMENTS: "addon:attachments";
355
355
  readonly REASONING: "addon:reasoning";
356
+ readonly CODEINTERPRETER: "addon:codeinterpreter";
356
357
  };
357
358
  };
358
359
  /**
package/dist/index.js CHANGED
@@ -1,16 +1,16 @@
1
- const g = "system", a = "user", c = "assistant", te = "hidden", ne = "data", i = "OpenAI", E = "Anthropic", y = "Google", M = "Summary", T = "Memory", u = "Perplexity", re = i, oe = [
1
+ const g = "system", a = "user", c = "assistant", te = "hidden", ne = "data", i = "OpenAI", E = "Anthropic", y = "Google", T = "Summary", M = "Memory", u = "Perplexity", re = i, oe = [
2
2
  i,
3
3
  E,
4
4
  y
5
- ], d = "gpt-5", p = "gpt-4.1-nano", w = "o4-mini", f = "claude-3-5-haiku-20241022", O = "claude-sonnet-4-20250514", _ = "gemini-2.5-flash", l = "gemini-2.5-pro", R = "sonar", P = "sonar-pro", se = [
5
+ ], d = "gpt-5", p = "gpt-4.1-nano", w = "o4-mini", f = "claude-3-5-haiku-20241022", O = "claude-sonnet-4-20250514", R = "gemini-2.5-flash", l = "gemini-2.5-pro", _ = "sonar", P = "sonar-pro", se = [
6
6
  d,
7
7
  p,
8
8
  w,
9
9
  f,
10
10
  O,
11
- _,
12
- l,
13
11
  R,
12
+ l,
13
+ _,
14
14
  P
15
15
  ], ae = [
16
16
  d,
@@ -31,13 +31,13 @@ const g = "system", a = "user", c = "assistant", te = "hidden", ne = "data", i =
31
31
  }, ce = {
32
32
  [i]: [p, d],
33
33
  [E]: [f, O],
34
- [y]: [_, l],
35
- [u]: [R, P]
34
+ [y]: [R, l],
35
+ [u]: [_, P]
36
36
  }, ie = {
37
37
  [i]: [g, a, c],
38
38
  [E]: [a, c],
39
- [M]: [a, c],
40
39
  [T]: [a, c],
40
+ [M]: [a, c],
41
41
  [y]: [a, c],
42
42
  [u]: [a, c]
43
43
  }, Ee = "x-callisto-chat-id", ye = (n) => {
@@ -267,7 +267,8 @@ const Oe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
267
267
  },
268
268
  ADDON: {
269
269
  ATTACHMENTS: "addon:attachments",
270
- REASONING: "addon:reasoning"
270
+ REASONING: "addon:reasoning",
271
+ CODEINTERPRETER: "addon:codeinterpreter"
271
272
  }
272
273
  };
273
274
  function fe(n) {
@@ -276,7 +277,7 @@ function fe(n) {
276
277
  function q(n) {
277
278
  return n ? new Set(n) : null;
278
279
  }
279
- function _e(n, e, r) {
280
+ function Re(n, e, r) {
280
281
  if (!e || Array.isArray(e) && e.length === 0)
281
282
  return !0;
282
283
  const t = n instanceof Set ? n : q(n);
@@ -293,12 +294,12 @@ export {
293
294
  ce as MODELS_PER_PROVIDER,
294
295
  f as MODEL_CLAUDE_HAIKU,
295
296
  O as MODEL_CLAUDE_SONNET,
296
- _ as MODEL_GEMINI_FLASH,
297
+ R as MODEL_GEMINI_FLASH,
297
298
  l as MODEL_GEMINI_PRO,
298
299
  p as MODEL_GPT4_MINI,
299
300
  d as MODEL_GPT5,
300
301
  w as MODEL_O4_MINI,
301
- R as MODEL_SONAR,
302
+ _ as MODEL_SONAR,
302
303
  P as MODEL_SONAR_PRO,
303
304
  J as PLAN_FREE,
304
305
  Z as PLAN_PLUS,
@@ -306,11 +307,11 @@ export {
306
307
  le as POLICY_GRANTS,
307
308
  E as PROVIDER_ANTHROPIC,
308
309
  y as PROVIDER_GOOGLE,
309
- T as PROVIDER_MEMORY,
310
+ M as PROVIDER_MEMORY,
310
311
  i as PROVIDER_OPENAI,
311
312
  u as PROVIDER_PERPLEXITY,
312
313
  ie as PROVIDER_ROLE_MAP,
313
- M as PROVIDER_SUMMARY,
314
+ T as PROVIDER_SUMMARY,
314
315
  c as ROLE_ASSISTANT,
315
316
  te as ROLE_HIDDEN,
316
317
  ne as ROLE_INTERNAL,
@@ -320,7 +321,7 @@ export {
320
321
  ue as SORT_BY_TOKEN_USAGE,
321
322
  Oe as crypto,
322
323
  ye as findProvider,
323
- _e as isEntitled,
324
+ Re as isEntitled,
324
325
  fe as isEntitlementLoaded,
325
326
  q as toCapabilitySet
326
327
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/sassysaint-common",
3
- "version": "4.4.1",
3
+ "version": "4.5.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -32,5 +32,5 @@
32
32
  "test:watch": "vitest",
33
33
  "watch": "npm-run-all dev"
34
34
  },
35
- "gitHead": "f4c06d7fb69124a452137eff4ebf0632a4d67866"
35
+ "gitHead": "2c5d93f605ca1e660cb8d2541a8b10e2407cd8d1"
36
36
  }