lalph 0.3.121 → 0.3.122

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 (2) hide show
  1. package/dist/cli.mjs +264 -250
  2. package/package.json +6 -6
package/dist/cli.mjs CHANGED
@@ -65,7 +65,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
65
65
  }) : target, mod));
66
66
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
67
67
  //#endregion
68
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Pipeable.js
68
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Pipeable.js
69
69
  /**
70
70
  * @since 2.0.0
71
71
  */
@@ -124,7 +124,7 @@ const Class$6 = /* @__PURE__ */ function() {
124
124
  return PipeableBase;
125
125
  }();
126
126
  //#endregion
127
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Function.js
127
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Function.js
128
128
  /**
129
129
  * Creates a function that can be used in a data-last (aka `pipe`able) or
130
130
  * data-first style.
@@ -407,7 +407,7 @@ function memoize$1(f) {
407
407
  };
408
408
  }
409
409
  //#endregion
410
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/equal.js
410
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/equal.js
411
411
  /** @internal */
412
412
  const getAllObjectKeys = (obj) => {
413
413
  const keys = new Set(Reflect.ownKeys(obj));
@@ -426,7 +426,7 @@ const getAllObjectKeys = (obj) => {
426
426
  /** @internal */
427
427
  const byReferenceInstances = /* @__PURE__ */ new WeakSet();
428
428
  //#endregion
429
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Predicate.js
429
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Predicate.js
430
430
  /**
431
431
  * Predicate and Refinement helpers for runtime checks, filtering, and type narrowing.
432
432
  * This module provides small, pure functions you can combine to decide whether a
@@ -1075,7 +1075,7 @@ function isIterable(input) {
1075
1075
  */
1076
1076
  const or$1 = /* @__PURE__ */ dual(2, (self, that) => (a) => self(a) || that(a));
1077
1077
  //#endregion
1078
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Hash.js
1078
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Hash.js
1079
1079
  /**
1080
1080
  * This module provides utilities for hashing values in TypeScript.
1081
1081
  *
@@ -1424,7 +1424,7 @@ function withVisitedTracking$1(obj, fn) {
1424
1424
  return result;
1425
1425
  }
1426
1426
  //#endregion
1427
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Equal.js
1427
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Equal.js
1428
1428
  /**
1429
1429
  * The unique string identifier for the {@link Equal} interface.
1430
1430
  *
@@ -1694,7 +1694,7 @@ const byReferenceUnsafe = (obj) => {
1694
1694
  return obj;
1695
1695
  };
1696
1696
  //#endregion
1697
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Redactable.js
1697
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Redactable.js
1698
1698
  /**
1699
1699
  * @since 4.0.0
1700
1700
  */
@@ -1788,7 +1788,7 @@ const emptyServiceMap$1 = {
1788
1788
  }
1789
1789
  };
1790
1790
  //#endregion
1791
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Formatter.js
1791
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Formatter.js
1792
1792
  /**
1793
1793
  * Utilities for converting arbitrary JavaScript values into human-readable
1794
1794
  * strings, with support for circular references, redaction, and common JS
@@ -2130,7 +2130,7 @@ function formatJson$1(input, options) {
2130
2130
  return out;
2131
2131
  }
2132
2132
  //#endregion
2133
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Inspectable.js
2133
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Inspectable.js
2134
2134
  /**
2135
2135
  * This module provides utilities for making values inspectable and debuggable in TypeScript.
2136
2136
  *
@@ -2333,7 +2333,7 @@ var Class$5 = class {
2333
2333
  }
2334
2334
  };
2335
2335
  //#endregion
2336
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Utils.js
2336
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Utils.js
2337
2337
  /**
2338
2338
  * An `IterableIterator` that yields its wrapped value exactly once.
2339
2339
  *
@@ -2411,7 +2411,7 @@ const forced = { [InternalTypeId]: (body) => {
2411
2411
  /** @internal */
2412
2412
  const internalCall = /* @__PURE__ */ standard[InternalTypeId](() => (/* @__PURE__ */ new Error()).stack)?.includes(InternalTypeId) === true ? standard[InternalTypeId] : forced[InternalTypeId];
2413
2413
  //#endregion
2414
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/core.js
2414
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/core.js
2415
2415
  /** @internal */
2416
2416
  const EffectTypeId$1 = `~effect/Effect`;
2417
2417
  /** @internal */
@@ -2810,7 +2810,7 @@ const done$2 = (value) => {
2810
2810
  return exitFail(Done$1(value));
2811
2811
  };
2812
2812
  //#endregion
2813
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Data.js
2813
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Data.js
2814
2814
  /**
2815
2815
  * Base class for immutable data types.
2816
2816
  *
@@ -3043,7 +3043,7 @@ const Error$3 = Error$4;
3043
3043
  */
3044
3044
  const TaggedError = TaggedError$1;
3045
3045
  //#endregion
3046
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Equivalence.js
3046
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Equivalence.js
3047
3047
  /**
3048
3048
  * Creates a custom equivalence relation with an optimized reference equality check.
3049
3049
  *
@@ -3218,7 +3218,7 @@ function Array_$1(item) {
3218
3218
  });
3219
3219
  }
3220
3220
  //#endregion
3221
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/option.js
3221
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/option.js
3222
3222
  /**
3223
3223
  * @since 2.0.0
3224
3224
  */
@@ -3293,7 +3293,7 @@ const some$3 = (value) => {
3293
3293
  return a;
3294
3294
  };
3295
3295
  //#endregion
3296
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/result.js
3296
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/result.js
3297
3297
  const TypeId$77 = "~effect/data/Result";
3298
3298
  const CommonProto = {
3299
3299
  [TypeId$77]: {
@@ -3368,7 +3368,7 @@ const succeed$10 = (success) => {
3368
3368
  return a;
3369
3369
  };
3370
3370
  //#endregion
3371
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Order.js
3371
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Order.js
3372
3372
  /**
3373
3373
  * This module provides the `Order` type class for defining total orderings on types.
3374
3374
  * An `Order` is a comparison function that returns `-1` (less than), `0` (equal), or `1` (greater than).
@@ -3706,7 +3706,7 @@ const isGreaterThanOrEqualTo$3 = (O) => dual(2, (self, that) => O(self, that) !=
3706
3706
  */
3707
3707
  const min$3 = (O) => dual(2, (self, that) => self === that || O(self, that) < 1 ? self : that);
3708
3708
  //#endregion
3709
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Option.js
3709
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Option.js
3710
3710
  /**
3711
3711
  * Creates an `Option` representing the absence of a value.
3712
3712
  *
@@ -4564,7 +4564,7 @@ const makeEquivalence$6 = (isEquivalent) => make$92((x, y) => isNone(x) ? isNone
4564
4564
  */
4565
4565
  const liftPredicate = /* @__PURE__ */ dual(2, (b, predicate) => predicate(b) ? some$2(b) : none$4());
4566
4566
  //#endregion
4567
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Duration.js
4567
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Duration.js
4568
4568
  const TypeId$76 = "~effect/time/Duration";
4569
4569
  const bigint0$2 = /* @__PURE__ */ BigInt(0);
4570
4570
  const bigint24 = /* @__PURE__ */ BigInt(24);
@@ -5285,14 +5285,14 @@ const format$3 = (self) => {
5285
5285
  return pieces.join(" ");
5286
5286
  };
5287
5287
  //#endregion
5288
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/array.js
5288
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/array.js
5289
5289
  /**
5290
5290
  * @since 2.0.0
5291
5291
  */
5292
5292
  /** @internal */
5293
5293
  const isArrayNonEmpty$1 = (self) => self.length > 0;
5294
5294
  //#endregion
5295
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Result.js
5295
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Result.js
5296
5296
  /**
5297
5297
  * Creates a `Result` holding a `Success` value.
5298
5298
  *
@@ -5502,7 +5502,7 @@ const map$16 = /* @__PURE__ */ dual(2, (self, f) => isSuccess$5(self) ? succeed$
5502
5502
  */
5503
5503
  const getOrUndefined$1 = /* @__PURE__ */ (/* @__PURE__ */ dual(2, (self, onFailure) => isFailure$4(self) ? onFailure(self.failure) : self.success))(constUndefined);
5504
5504
  //#endregion
5505
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Tuple.js
5505
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Tuple.js
5506
5506
  /**
5507
5507
  * Creates an `Equivalence` for tuples by comparing corresponding elements
5508
5508
  * using the provided per-position `Equivalence`s. Two tuples are equivalent
@@ -5533,7 +5533,7 @@ const getOrUndefined$1 = /* @__PURE__ */ (/* @__PURE__ */ dual(2, (self, onFailu
5533
5533
  */
5534
5534
  const makeEquivalence$5 = Tuple$2;
5535
5535
  //#endregion
5536
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Iterable.js
5536
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Iterable.js
5537
5537
  /**
5538
5538
  * Return the number of elements in a `Iterable`.
5539
5539
  *
@@ -5685,7 +5685,7 @@ const constEmptyIterator = { next() {
5685
5685
  */
5686
5686
  const empty$19 = () => constEmpty;
5687
5687
  //#endregion
5688
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Record.js
5688
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Record.js
5689
5689
  /**
5690
5690
  * Creates a new, empty record.
5691
5691
  *
@@ -5849,7 +5849,7 @@ const makeEquivalence$4 = (equivalence) => {
5849
5849
  return (self, that) => is(self, that) && is(that, self);
5850
5850
  };
5851
5851
  //#endregion
5852
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Array.js
5852
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Array.js
5853
5853
  /**
5854
5854
  * Utilities for working with immutable arrays (and non-empty arrays) in a
5855
5855
  * functional style. All functions treat arrays as immutable — they return new
@@ -6683,7 +6683,7 @@ const composePassthrough = /* @__PURE__ */ dual(2, (left, right) => (input) => {
6683
6683
  return rightOut;
6684
6684
  });
6685
6685
  //#endregion
6686
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/ServiceMap.js
6686
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/ServiceMap.js
6687
6687
  /**
6688
6688
  * @since 4.0.0
6689
6689
  * @category Type Identifiers
@@ -7214,7 +7214,7 @@ const withMapUnsafe = (self, f) => {
7214
7214
  */
7215
7215
  const Reference = Service$1;
7216
7216
  //#endregion
7217
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Scheduler.js
7217
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Scheduler.js
7218
7218
  /**
7219
7219
  * @since 4.0.0
7220
7220
  * @category references
@@ -7348,7 +7348,7 @@ const MaxOpsBeforeYield = /* @__PURE__ */ Reference("effect/Scheduler/MaxOpsBefo
7348
7348
  */
7349
7349
  const PreventSchedulerYield = /* @__PURE__ */ Reference("effect/Scheduler/PreventSchedulerYield", { defaultValue: () => false });
7350
7350
  //#endregion
7351
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Tracer.js
7351
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Tracer.js
7352
7352
  /**
7353
7353
  * @since 2.0.0
7354
7354
  * @category tags
@@ -7532,11 +7532,11 @@ const randomHexString = /* @__PURE__ */ function() {
7532
7532
  };
7533
7533
  }();
7534
7534
  //#endregion
7535
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/metric.js
7535
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/metric.js
7536
7536
  /** @internal */
7537
7537
  const FiberRuntimeMetricsKey = "effect/observability/Metric/FiberRuntimeMetricsKey";
7538
7538
  //#endregion
7539
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/references.js
7539
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/references.js
7540
7540
  /** @internal */
7541
7541
  const CurrentConcurrency$1 = /* @__PURE__ */ Reference("effect/References/CurrentConcurrency", { defaultValue: () => "unbounded" });
7542
7542
  /** @internal */
@@ -7560,7 +7560,7 @@ const MinimumLogLevel$1 = /* @__PURE__ */ Reference("effect/References/MinimumLo
7560
7560
  /** @internal */
7561
7561
  const CurrentLogSpans$1 = /* @__PURE__ */ Reference("effect/References/CurrentLogSpans", { defaultValue: () => [] });
7562
7562
  //#endregion
7563
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/tracer.js
7563
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/tracer.js
7564
7564
  /** @internal */
7565
7565
  const addSpanStackTrace = (options) => {
7566
7566
  if (options?.captureStackTrace === false) return options;
@@ -7590,7 +7590,7 @@ const makeStackCleaner = (line) => (stack) => {
7590
7590
  };
7591
7591
  const spanCleaner = /* @__PURE__ */ makeStackCleaner(3);
7592
7592
  //#endregion
7593
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/effect.js
7593
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/effect.js
7594
7594
  /** @internal */
7595
7595
  var Interrupt$1 = class extends ReasonBase {
7596
7596
  fiberId;
@@ -9804,7 +9804,7 @@ const asVoid$1 = exitAsVoid;
9804
9804
  */
9805
9805
  const getSuccess = exitGetSuccess;
9806
9806
  //#endregion
9807
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Deferred.js
9807
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Deferred.js
9808
9808
  const DeferredProto = {
9809
9809
  ["~effect/Deferred"]: {
9810
9810
  _A: identity,
@@ -10064,7 +10064,7 @@ const doneUnsafe = (self, effect) => {
10064
10064
  */
10065
10065
  const into = /* @__PURE__ */ dual(2, (self, deferred) => uninterruptibleMask$1((restore) => flatMap$7(exit$1(restore(self)), (exit) => done$1(deferred, exit))));
10066
10066
  //#endregion
10067
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/References.js
10067
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/References.js
10068
10068
  /**
10069
10069
  * This module provides a collection of reference implementations for commonly used
10070
10070
  * Effect runtime configuration values. These references allow you to access and
@@ -10593,7 +10593,7 @@ const close = scopeClose;
10593
10593
  */
10594
10594
  const closeUnsafe = scopeCloseUnsafe;
10595
10595
  //#endregion
10596
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Layer.js
10596
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Layer.js
10597
10597
  const TypeId$74 = "~effect/Layer";
10598
10598
  const MemoMapTypeId = "~effect/Layer/MemoMap";
10599
10599
  const LayerProto = {
@@ -12185,7 +12185,7 @@ const UnknownError$2 = UnknownError$3;
12185
12185
  var StackTrace = class extends Service$1()("effect/Cause/StackTrace") {};
12186
12186
  Service$1()("effect/Cause/InterruptorStackTrace");
12187
12187
  //#endregion
12188
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Clock.js
12188
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Clock.js
12189
12189
  /**
12190
12190
  * A reference to the current Clock service in the environment.
12191
12191
  *
@@ -12204,7 +12204,7 @@ Service$1()("effect/Cause/InterruptorStackTrace");
12204
12204
  */
12205
12205
  const Clock = ClockRef;
12206
12206
  //#endregion
12207
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/dateTime.js
12207
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/dateTime.js
12208
12208
  /** @internal */
12209
12209
  const TypeId$72 = "~effect/time/DateTime";
12210
12210
  /** @internal */
@@ -12487,7 +12487,7 @@ const formatIsoOffset$1 = (self) => {
12487
12487
  /** @internal */
12488
12488
  const formatIsoZoned$1 = (self) => self.zone._tag === "Offset" ? formatIsoOffset$1(self) : `${formatIsoOffset$1(self)}[${self.zone.id}]`;
12489
12489
  //#endregion
12490
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Number.js
12490
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Number.js
12491
12491
  /**
12492
12492
  * This module provides utility functions and type class instances for working with the `number` type in TypeScript.
12493
12493
  * It includes functions for basic arithmetic operations.
@@ -12656,7 +12656,7 @@ const isNonEmpty$1 = (self) => self.length > 0;
12656
12656
  */
12657
12657
  const camelToSnake = (self) => self.replace(/([A-Z])/g, "_$1").toLowerCase();
12658
12658
  //#endregion
12659
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/random.js
12659
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/random.js
12660
12660
  /** @internal */
12661
12661
  const Random$1 = /* @__PURE__ */ Reference("effect/Random", { defaultValue: () => ({
12662
12662
  nextIntUnsafe() {
@@ -12667,7 +12667,7 @@ const Random$1 = /* @__PURE__ */ Reference("effect/Random", { defaultValue: () =
12667
12667
  }
12668
12668
  }) });
12669
12669
  //#endregion
12670
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Pull.js
12670
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Pull.js
12671
12671
  /**
12672
12672
  * @since 4.0.0
12673
12673
  */
@@ -12741,7 +12741,7 @@ const matchEffect$1 = /* @__PURE__ */ dual(2, (self, options) => matchCauseEffec
12741
12741
  }
12742
12742
  }));
12743
12743
  //#endregion
12744
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Schedule.js
12744
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Schedule.js
12745
12745
  /**
12746
12746
  * This module provides utilities for creating and composing schedules for retrying operations,
12747
12747
  * repeating effects, and implementing various timing strategies.
@@ -13282,12 +13282,12 @@ const while_ = /* @__PURE__ */ dual(2, (self, predicate) => fromStep(map$13(toSt
13282
13282
  */
13283
13283
  const forever$1 = /* @__PURE__ */ spaced(zero$1);
13284
13284
  //#endregion
13285
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/layer.js
13285
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/layer.js
13286
13286
  const provideLayer = (self, layer, options) => scopedWith$1((scope) => flatMap$7(options?.local ? buildWithMemoMap(layer, makeMemoMapUnsafe(), scope) : buildWithScope(layer, scope), (context) => provideServices$3(self, context)));
13287
13287
  /** @internal */
13288
13288
  const provide$2 = /* @__PURE__ */ dual((args) => isEffect$1(args[0]), (self, source, options) => isServiceMap(source) ? provideServices$3(self, source) : provideLayer(self, Array.isArray(source) ? mergeAll$2(...source) : source, options));
13289
13289
  //#endregion
13290
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/schedule.js
13290
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/schedule.js
13291
13291
  /** @internal */
13292
13292
  const repeatOrElse$1 = /* @__PURE__ */ dual(3, (self, schedule, orElse) => flatMap$7(toStepWithMetadata(schedule), (step) => {
13293
13293
  let meta = CurrentMetadata.defaultValue();
@@ -13332,7 +13332,7 @@ const buildFromOptions = (options) => {
13332
13332
  return schedule;
13333
13333
  };
13334
13334
  //#endregion
13335
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Request.js
13335
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Request.js
13336
13336
  const TypeId$70 = "~effect/Request";
13337
13337
  const requestVariance = /* @__PURE__ */ byReferenceUnsafe({
13338
13338
  _E: (_) => _,
@@ -13399,7 +13399,7 @@ const TaggedClass$1 = (tag) => {
13399
13399
  */
13400
13400
  const makeEntry = (options) => options;
13401
13401
  //#endregion
13402
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/request.js
13402
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/request.js
13403
13403
  /** @internal */
13404
13404
  const request$3 = /* @__PURE__ */ dual(2, (self, resolver) => {
13405
13405
  const withResolver = (resolver) => callback$2((resume) => {
@@ -18156,7 +18156,7 @@ const catchEager = catchEager$1;
18156
18156
  */
18157
18157
  const fnUntracedEager = fnUntracedEager$1;
18158
18158
  //#endregion
18159
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/record.js
18159
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/record.js
18160
18160
  /**
18161
18161
  * @since 4.0.0
18162
18162
  */
@@ -18172,7 +18172,7 @@ function set$10(self, key, value) {
18172
18172
  return self;
18173
18173
  }
18174
18174
  //#endregion
18175
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/schema/annotations.js
18175
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/schema/annotations.js
18176
18176
  /** @internal */
18177
18177
  function resolve$4(ast) {
18178
18178
  return ast.checks ? ast.checks[ast.checks.length - 1].annotations : ast.annotations;
@@ -18527,7 +18527,7 @@ const subtract = subtract$1;
18527
18527
  */
18528
18528
  const formatIso = formatIso$1;
18529
18529
  //#endregion
18530
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Encoding.js
18530
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Encoding.js
18531
18531
  /**
18532
18532
  * Encoding & decoding for Base64 (RFC4648), Base64Url, and Hex.
18533
18533
  *
@@ -18913,7 +18913,7 @@ const base64codes = [
18913
18913
  ];
18914
18914
  const base64UrlEncodeUint8Array = (data) => base64EncodeUint8Array(data).replace(/=/g, "").replace(/\+/g, "-").replace(/\//g, "_");
18915
18915
  //#endregion
18916
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/redacted.js
18916
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/redacted.js
18917
18917
  /** @internal */
18918
18918
  const redactedRegistry = /* @__PURE__ */ new WeakMap();
18919
18919
  /** @internal */
@@ -18924,7 +18924,7 @@ const value$3 = (self) => {
18924
18924
  /** @internal */
18925
18925
  const stringOrRedacted = (val) => typeof val === "string" ? val : value$3(val);
18926
18926
  //#endregion
18927
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Redacted.js
18927
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Redacted.js
18928
18928
  /**
18929
18929
  * The Redacted module provides functionality for handling sensitive information
18930
18930
  * securely within your application. By using the `Redacted` data type, you can
@@ -19030,7 +19030,7 @@ const value$2 = value$3;
19030
19030
  */
19031
19031
  const makeEquivalence$2 = (isEquivalent) => make$92((x, y) => isEquivalent(value$2(x), value$2(y)));
19032
19032
  //#endregion
19033
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/SchemaIssue.js
19033
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/SchemaIssue.js
19034
19034
  const TypeId$68 = "~effect/SchemaIssue/Issue";
19035
19035
  /**
19036
19036
  * Returns `true` if the given value is an {@link Issue}.
@@ -19773,7 +19773,7 @@ function redact$2(issue) {
19773
19773
  }
19774
19774
  }
19775
19775
  //#endregion
19776
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/SchemaGetter.js
19776
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/SchemaGetter.js
19777
19777
  /**
19778
19778
  * Composable transformation primitives for the Effect Schema system.
19779
19779
  *
@@ -20748,7 +20748,7 @@ const isZero = (n) => n.value === bigint0;
20748
20748
  */
20749
20749
  const isNegative = (n) => n.value < bigint0;
20750
20750
  //#endregion
20751
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/SchemaTransformation.js
20751
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/SchemaTransformation.js
20752
20752
  /**
20753
20753
  * Bidirectional transformations for the Effect Schema system.
20754
20754
  *
@@ -21360,7 +21360,7 @@ const dateTimeUtcFromString = /* @__PURE__ */ transformOrFail({
21360
21360
  encode: (utc) => succeed$4(formatIso(utc))
21361
21361
  });
21362
21362
  //#endregion
21363
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/SchemaAST.js
21363
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/SchemaAST.js
21364
21364
  /**
21365
21365
  * Abstract Syntax Tree (AST) representation for Effect schemas.
21366
21366
  *
@@ -23384,7 +23384,7 @@ const unknownToStringTree = /* @__PURE__ */ new Link(/* @__PURE__ */ new Declara
23384
23384
  toCodecStringTree: () => new Link(unknown$1, passthrough())
23385
23385
  }), /* @__PURE__ */ passthrough());
23386
23386
  //#endregion
23387
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Brand.js
23387
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Brand.js
23388
23388
  /**
23389
23389
  * This function returns a `Constructor` that **does not apply any runtime
23390
23390
  * checks**, it just returns the provided value. It can be used to create
@@ -23405,7 +23405,7 @@ function nominal() {
23405
23405
  });
23406
23406
  }
23407
23407
  //#endregion
23408
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/PlatformError.js
23408
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/PlatformError.js
23409
23409
  /**
23410
23410
  * @since 4.0.0
23411
23411
  */
@@ -23465,7 +23465,7 @@ const systemError = (options) => new PlatformError(new SystemError(options));
23465
23465
  */
23466
23466
  const badArgument = (options) => new PlatformError(new BadArgument(options));
23467
23467
  //#endregion
23468
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Chunk.js
23468
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Chunk.js
23469
23469
  /**
23470
23470
  * The `Chunk` module provides an immutable, high-performance sequence data structure
23471
23471
  * optimized for functional programming patterns. A `Chunk` is a persistent data structure
@@ -24108,7 +24108,7 @@ const getCurrent = getCurrentFiber;
24108
24108
  */
24109
24109
  const runIn = fiberRunIn;
24110
24110
  //#endregion
24111
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Latch.js
24111
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Latch.js
24112
24112
  /**
24113
24113
  * Creates a new Latch unsafely.
24114
24114
  *
@@ -24180,7 +24180,7 @@ const makeUnsafe$10 = makeLatchUnsafe;
24180
24180
  */
24181
24181
  const make$79 = makeLatch;
24182
24182
  //#endregion
24183
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/MutableList.js
24183
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/MutableList.js
24184
24184
  /**
24185
24185
  * @fileoverview
24186
24186
  * MutableList is an efficient, mutable linked list implementation optimized for high-throughput
@@ -24445,6 +24445,7 @@ const appendAll = (self, messages) => appendAllUnsafe(self, fromIterable$5(messa
24445
24445
  * @category mutations
24446
24446
  */
24447
24447
  const appendAllUnsafe = (self, messages, mutable = false) => {
24448
+ if (messages.length === 0) return 0;
24448
24449
  const chunk = {
24449
24450
  array: messages,
24450
24451
  mutable,
@@ -24762,7 +24763,7 @@ const filter$4 = (self, f) => {
24762
24763
  */
24763
24764
  const remove$6 = (self, value) => filter$4(self, (v) => v !== value);
24764
24765
  //#endregion
24765
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/MutableRef.js
24766
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/MutableRef.js
24766
24767
  const TypeId$62 = "~effect/MutableRef";
24767
24768
  const MutableRefProto = {
24768
24769
  [TypeId$62]: TypeId$62,
@@ -24918,7 +24919,7 @@ const set$9 = /* @__PURE__ */ dual(2, (self, value) => {
24918
24919
  */
24919
24920
  const update$1 = /* @__PURE__ */ dual(2, (self, f) => set$9(self, f(get$15(self))));
24920
24921
  //#endregion
24921
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/PubSub.js
24922
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/PubSub.js
24922
24923
  /**
24923
24924
  * This module provides utilities for working with publish-subscribe (PubSub) systems.
24924
24925
  *
@@ -26356,7 +26357,7 @@ const emptyReplayWindow = {
26356
26357
  takeAll: () => []
26357
26358
  };
26358
26359
  //#endregion
26359
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Queue.js
26360
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Queue.js
26360
26361
  /**
26361
26362
  * @since 3.8.0
26362
26363
  */
@@ -27175,7 +27176,7 @@ const finalize$1 = (self, exit) => {
27175
27176
  openState.awaiters.clear();
27176
27177
  };
27177
27178
  //#endregion
27178
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Semaphore.js
27179
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Semaphore.js
27179
27180
  /**
27180
27181
  * Unsafely creates a new Semaphore.
27181
27182
  *
@@ -27325,14 +27326,14 @@ var SemaphoreImpl = class {
27325
27326
  */
27326
27327
  const make$74 = (permits) => sync$2(() => new SemaphoreImpl(permits));
27327
27328
  //#endregion
27328
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Take.js
27329
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Take.js
27329
27330
  /**
27330
27331
  * @since 4.0.0
27331
27332
  * @category Conversions
27332
27333
  */
27333
27334
  const toPull$2 = (take) => isExit(take) ? isSuccess$3(take) ? done(take.value) : take : succeed$4(take);
27334
27335
  //#endregion
27335
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Channel.js
27336
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Channel.js
27336
27337
  /**
27337
27338
  * The `Channel` module provides a powerful abstraction for bi-directional communication
27338
27339
  * and streaming operations. A `Channel` is a nexus of I/O operations that supports both
@@ -29078,7 +29079,7 @@ const toPubSubTake$1 = /* @__PURE__ */ dual(2, /* @__PURE__ */ fnUntraced(functi
29078
29079
  return pubsub;
29079
29080
  }));
29080
29081
  //#endregion
29081
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/stream.js
29082
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/stream.js
29082
29083
  const TypeId$58 = "~effect/Stream";
29083
29084
  const streamVariance = {
29084
29085
  _R: identity,
@@ -29098,7 +29099,7 @@ const fromChannel$2 = (channel) => {
29098
29099
  return self;
29099
29100
  };
29100
29101
  //#endregion
29101
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Sink.js
29102
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Sink.js
29102
29103
  const TypeId$57 = "~effect/Sink";
29103
29104
  const endVoid = /* @__PURE__ */ succeed$4([void 0]);
29104
29105
  const sinkVariance = {
@@ -29275,7 +29276,7 @@ const forEachArray = (f) => fromTransform((upstream) => upstream.pipe(flatMap$5(
29275
29276
  */
29276
29277
  const unwrap$1 = (effect) => fromChannel$1(unwrap$2(map$10(effect, toChannel$1)));
29277
29278
  //#endregion
29278
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/MutableHashMap.js
29279
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/MutableHashMap.js
29279
29280
  const TypeId$56 = "~effect/collections/MutableHashMap";
29280
29281
  const MutableHashMapProto = {
29281
29282
  [TypeId$56]: TypeId$56,
@@ -29651,7 +29652,7 @@ const forEach$2 = /* @__PURE__ */ dual(2, (self, f) => {
29651
29652
  self.backing.forEach(f);
29652
29653
  });
29653
29654
  //#endregion
29654
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/RcMap.js
29655
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/RcMap.js
29655
29656
  /**
29656
29657
  * @since 3.5.0
29657
29658
  */
@@ -29849,7 +29850,7 @@ const invalidate$4 = /* @__PURE__ */ dual(2, /* @__PURE__ */ fnUntraced(function
29849
29850
  yield* close(entry.scope, void_$3);
29850
29851
  }, uninterruptible));
29851
29852
  //#endregion
29852
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/rcRef.js
29853
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/rcRef.js
29853
29854
  const TypeId$54 = "~effect/RcRef";
29854
29855
  const stateEmpty = { _tag: "Empty" };
29855
29856
  const stateClosed = { _tag: "Closed" };
@@ -29950,7 +29951,7 @@ const invalidate$3 = (self_) => {
29950
29951
  }));
29951
29952
  };
29952
29953
  //#endregion
29953
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/RcRef.js
29954
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/RcRef.js
29954
29955
  /**
29955
29956
  * Create an `RcRef` from an acquire `Effect`.
29956
29957
  *
@@ -30024,7 +30025,7 @@ const get$11 = get$12;
30024
30025
  */
30025
30026
  const invalidate$2 = invalidate$3;
30026
30027
  //#endregion
30027
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Stream.js
30028
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Stream.js
30028
30029
  /**
30029
30030
  * @since 2.0.0
30030
30031
  */
@@ -32046,7 +32047,7 @@ const runIntoPubSub = /* @__PURE__ */ dual((args) => isStream(args[0]), (self, p
32046
32047
  */
32047
32048
  const toPubSubTake = /* @__PURE__ */ dual(2, (self, options) => toPubSubTake$1(self.channel, options));
32048
32049
  //#endregion
32049
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/FileSystem.js
32050
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/FileSystem.js
32050
32051
  /**
32051
32052
  * This module provides a comprehensive file system abstraction that supports both synchronous
32052
32053
  * and asynchronous file operations through Effect. It includes utilities for file I/O, directory
@@ -32270,7 +32271,7 @@ const FileDescriptor = /* @__PURE__ */ nominal();
32270
32271
  */
32271
32272
  var WatchBackend = class extends Service$1()("effect/platform/FileSystem/WatchBackend") {};
32272
32273
  //#endregion
32273
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Path.js
32274
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Path.js
32274
32275
  /**
32275
32276
  * @since 4.0.0
32276
32277
  */
@@ -32335,7 +32336,7 @@ const TypeId$51 = "~effect/platform/Path";
32335
32336
  */
32336
32337
  const Path$1 = /* @__PURE__ */ Service$1("effect/Path");
32337
32338
  //#endregion
32338
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/ConfigProvider.js
32339
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/ConfigProvider.js
32339
32340
  /**
32340
32341
  * Provides the data source layer for the `Config` module. A `ConfigProvider`
32341
32342
  * knows how to load raw configuration nodes from a backing store (environment
@@ -32721,7 +32722,7 @@ function trieNodeAt(root, path) {
32721
32722
  */
32722
32723
  const isLessThan$1 = /* @__PURE__ */ isLessThan$4(LogLevelOrder);
32723
32724
  //#endregion
32724
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/hashMap.js
32725
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/hashMap.js
32725
32726
  /**
32726
32727
  * @since 2.0.0
32727
32728
  */
@@ -33305,7 +33306,7 @@ const set$6 = set$7;
33305
33306
  */
33306
33307
  const remove$3 = remove$4;
33307
33308
  //#endregion
33308
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Struct.js
33309
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Struct.js
33309
33310
  /**
33310
33311
  * Creates a new struct containing only the specified keys.
33311
33312
  *
@@ -33443,7 +33444,7 @@ function buildStruct(source, f) {
33443
33444
  return out;
33444
33445
  }
33445
33446
  //#endregion
33446
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/UndefinedOr.js
33447
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/UndefinedOr.js
33447
33448
  /**
33448
33449
  * @since 4.0.0
33449
33450
  */
@@ -33453,7 +33454,7 @@ const map$5 = /* @__PURE__ */ dual(2, (self, f) => self === void 0 ? void 0 : f(
33453
33454
  */
33454
33455
  const match$1 = /* @__PURE__ */ dual(2, (self, { onDefined, onUndefined }) => self === void 0 ? onUndefined() : onDefined(self));
33455
33456
  //#endregion
33456
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/SchemaParser.js
33457
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/SchemaParser.js
33457
33458
  /**
33458
33459
  * @since 4.0.0
33459
33460
  */
@@ -33658,7 +33659,7 @@ const recur$1 = /* @__PURE__ */ memoize$1((ast) => {
33658
33659
  };
33659
33660
  });
33660
33661
  //#endregion
33661
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/JsonPointer.js
33662
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/JsonPointer.js
33662
33663
  /**
33663
33664
  * Utilities for escaping and unescaping JSON Pointer reference tokens according to RFC 6901.
33664
33665
  *
@@ -33751,7 +33752,7 @@ function escapeToken(token) {
33751
33752
  return token.replace(/~/g, "~0").replace(/\//g, "~1");
33752
33753
  }
33753
33754
  //#endregion
33754
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/schema/schema.js
33755
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/schema/schema.js
33755
33756
  /** @internal */
33756
33757
  const TypeId$50 = "~effect/Schema/Schema";
33757
33758
  const SchemaProto = {
@@ -33780,7 +33781,7 @@ function make$65(ast, options) {
33780
33781
  return self;
33781
33782
  }
33782
33783
  //#endregion
33783
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/schema/to-codec.js
33784
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/schema/to-codec.js
33784
33785
  /** @internal */
33785
33786
  const toCodecJson$1 = /* @__PURE__ */ toCodec((ast) => {
33786
33787
  const out = toCodecJsonBase(ast);
@@ -33848,7 +33849,7 @@ function makeReorder(getPriority) {
33848
33849
  };
33849
33850
  }
33850
33851
  //#endregion
33851
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/internal/schema/representation.js
33852
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/internal/schema/representation.js
33852
33853
  /** @internal */
33853
33854
  function fromAST(ast) {
33854
33855
  const { references, representations: schemas } = fromASTs([ast]);
@@ -34422,7 +34423,7 @@ function getPartPattern(part) {
34422
34423
  }
34423
34424
  }
34424
34425
  //#endregion
34425
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Schema.js
34426
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Schema.js
34426
34427
  /**
34427
34428
  * Define data shapes, validate unknown input, and transform values between formats.
34428
34429
  *
@@ -37117,7 +37118,7 @@ const Json = /* @__PURE__ */ make$64(Json$1);
37117
37118
  */
37118
37119
  const MutableJson = /* @__PURE__ */ make$64(MutableJson$1);
37119
37120
  //#endregion
37120
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Config.js
37121
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Config.js
37121
37122
  const TypeId$48 = "~effect/Config";
37122
37123
  /**
37123
37124
  * The error type produced when config loading or validation fails.
@@ -37604,7 +37605,7 @@ function redacted(name) {
37604
37605
  return schema$2(Redacted(String$1), name);
37605
37606
  }
37606
37607
  //#endregion
37607
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Runtime.js
37608
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Runtime.js
37608
37609
  /**
37609
37610
  * This module provides utilities for running Effect programs and managing their execution lifecycle.
37610
37611
  *
@@ -37810,7 +37811,7 @@ const getErrorReported = (u) => {
37810
37811
  return true;
37811
37812
  };
37812
37813
  //#endregion
37813
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/CliError.js
37814
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/CliError.js
37814
37815
  /**
37815
37816
  * @since 4.0.0
37816
37817
  */
@@ -48909,7 +48910,7 @@ const getTypeName = (primitive) => {
48909
48910
  /** @internal */
48910
48911
  const getChoiceKeys = (primitive) => primitive._tag === "Choice" ? primitive.choiceKeys : void 0;
48911
48912
  //#endregion
48912
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Terminal.js
48913
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Terminal.js
48913
48914
  const TypeId$46 = "~effect/platform/Terminal";
48914
48915
  const QuitErrorTypeId = "effect/platform/Terminal/QuitError";
48915
48916
  /**
@@ -48946,7 +48947,7 @@ const make$62 = (impl) => Terminal.of({
48946
48947
  [TypeId$46]: TypeId$46
48947
48948
  });
48948
48949
  //#endregion
48949
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/internal/ansi.js
48950
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/internal/ansi.js
48950
48951
  const ESC = "\x1B[";
48951
48952
  const SEP = ";";
48952
48953
  /** @internal */
@@ -49022,7 +49023,7 @@ const eraseLines = (rows) => {
49022
49023
  return command;
49023
49024
  };
49024
49025
  //#endregion
49025
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/Prompt.js
49026
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/Prompt.js
49026
49027
  /**
49027
49028
  * @since 4.0.0
49028
49029
  */
@@ -50336,7 +50337,7 @@ const entriesToDisplay = (cursor, total, maxVisible) => {
50336
50337
  };
50337
50338
  };
50338
50339
  //#endregion
50339
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/Param.js
50340
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/Param.js
50340
50341
  /**
50341
50342
  * @internal
50342
50343
  *
@@ -51026,7 +51027,7 @@ const getParamMetadata = (param) => {
51026
51027
  });
51027
51028
  };
51028
51029
  //#endregion
51029
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/Argument.js
51030
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/Argument.js
51030
51031
  /**
51031
51032
  * Creates a positional path argument.
51032
51033
  *
@@ -51058,7 +51059,7 @@ const path = (name, options) => path$1(argumentKind, name, options);
51058
51059
  */
51059
51060
  const withDescription$2 = /* @__PURE__ */ dual(2, (self, description) => withDescription$3(self, description));
51060
51061
  //#endregion
51061
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/CliOutput.js
51062
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/CliOutput.js
51062
51063
  /**
51063
51064
  * Service reference for the CLI output formatter. Provides a default implementation
51064
51065
  * that can be overridden for custom formatting or testing.
@@ -51301,7 +51302,7 @@ const formatHelpDocImpl = (doc, colors) => {
51301
51302
  return sections.join("\n");
51302
51303
  };
51303
51304
  //#endregion
51304
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Console.js
51305
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Console.js
51305
51306
  /**
51306
51307
  * A reference to the current console service in the Effect system.
51307
51308
  *
@@ -51417,7 +51418,7 @@ const warn = (...args) => consoleWith((console) => sync$2(() => {
51417
51418
  console.warn(...args);
51418
51419
  }));
51419
51420
  //#endregion
51420
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Stdio.js
51421
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Stdio.js
51421
51422
  /**
51422
51423
  * @since 4.0.0
51423
51424
  * @category Type IDs
@@ -51437,7 +51438,7 @@ const make$61 = (options) => ({
51437
51438
  ...options
51438
51439
  });
51439
51440
  //#endregion
51440
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/internal/completions/bash.js
51441
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/internal/completions/bash.js
51441
51442
  const escapeForBash = (s) => s.replace(/'/g, "'\\''");
51442
51443
  const sanitizeFunctionName = (s) => s.replace(/[^a-zA-Z0-9_]/g, "_");
51443
51444
  const flagNamesForWordlist = (flag) => {
@@ -51588,7 +51589,7 @@ const generate$3 = (executableName, descriptor) => {
51588
51589
  return lines.join("\n");
51589
51590
  };
51590
51591
  //#endregion
51591
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/internal/completions/fish.js
51592
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/internal/completions/fish.js
51592
51593
  const escapeFishString = (s) => s.replace(/'/g, "\\'");
51593
51594
  /**
51594
51595
  * Build a Fish condition that checks the current subcommand context.
@@ -51726,7 +51727,7 @@ const generate$2 = (executableName, descriptor) => {
51726
51727
  return lines.join("\n");
51727
51728
  };
51728
51729
  //#endregion
51729
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/internal/completions/zsh.js
51730
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/internal/completions/zsh.js
51730
51731
  const escapeZsh = (s) => s.replace(/\\/g, "\\\\").replace(/'/g, "'\\''").replace(/:/g, "\\:");
51731
51732
  const sanitize = (s) => s.replace(/[^a-zA-Z0-9_]/g, "_");
51732
51733
  /**
@@ -51863,7 +51864,7 @@ const generate$1 = (executableName, descriptor) => {
51863
51864
  return lines.join("\n");
51864
51865
  };
51865
51866
  //#endregion
51866
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/Completions.js
51867
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/Completions.js
51867
51868
  /**
51868
51869
  * @since 4.0.0
51869
51870
  */
@@ -51881,7 +51882,7 @@ const generate = (executableName, shell, descriptor) => {
51881
51882
  }
51882
51883
  };
51883
51884
  //#endregion
51884
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/Flag.js
51885
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/Flag.js
51885
51886
  /**
51886
51887
  * Creates a boolean flag that can be enabled or disabled.
51887
51888
  *
@@ -52114,7 +52115,7 @@ const withFallbackConfig = /* @__PURE__ */ dual(2, (self, config) => withFallbac
52114
52115
  */
52115
52116
  const map$1 = /* @__PURE__ */ dual(2, (self, f) => map$2(self, f));
52116
52117
  //#endregion
52117
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/internal/config.js
52118
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/internal/config.js
52118
52119
  const ConfigInternalTypeId = "~effect/cli/Command/Config/Internal";
52119
52120
  /**
52120
52121
  * Parses a Command.Config into a ConfigInternal.
@@ -52220,7 +52221,7 @@ const reconstructTree = (tree, results) => {
52220
52221
  }
52221
52222
  };
52222
52223
  //#endregion
52223
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/internal/command.js
52224
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/internal/command.js
52224
52225
  /**
52225
52226
  * Command Implementation
52226
52227
  * ======================
@@ -52333,10 +52334,18 @@ const toFlagDoc = (single) => {
52333
52334
  name: single.name,
52334
52335
  aliases: formattedAliases,
52335
52336
  type: single.typeName ?? getTypeName(single.primitiveType),
52336
- description: single.description,
52337
+ description: appendChoiceKeys(single.description, getChoiceKeys(single.primitiveType)),
52337
52338
  required: single.primitiveType._tag !== "Boolean"
52338
52339
  };
52339
52340
  };
52341
+ const appendChoiceKeys = (description, choiceKeys) => {
52342
+ if (choiceKeys === void 0 || choiceKeys.length === 0) return description;
52343
+ const choiceSuffix = `(choices: ${choiceKeys.join(", ")})`;
52344
+ return match$10(description, {
52345
+ onNone: () => some$2(choiceSuffix),
52346
+ onSome: (value) => some$2(`${value} ${choiceSuffix}`)
52347
+ });
52348
+ };
52340
52349
  /**
52341
52350
  * Creates a parser for a given config. Used as the default for both `parse`
52342
52351
  * and `parseContext`, and also by `withSharedFlags` to avoid constructing a
@@ -52392,7 +52401,7 @@ const checkForDuplicateFlags = (parent, subcommands, options) => {
52392
52401
  }
52393
52402
  };
52394
52403
  //#endregion
52395
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/internal/completions/CommandDescriptor.js
52404
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/internal/completions/CommandDescriptor.js
52396
52405
  /**
52397
52406
  * CommandDescriptor — pure-data representation of a command tree for
52398
52407
  * shell completion generation.
@@ -52480,7 +52489,7 @@ const fromCommand = (cmd) => {
52480
52489
  };
52481
52490
  };
52482
52491
  //#endregion
52483
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/internal/help.js
52492
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/internal/help.js
52484
52493
  /**
52485
52494
  * Help Documentation
52486
52495
  * ================
@@ -52583,7 +52592,7 @@ const getHelpForCommandPath = (command, commandPath, builtIns) => gen(function*
52583
52592
  };
52584
52593
  });
52585
52594
  //#endregion
52586
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/GlobalFlag.js
52595
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/GlobalFlag.js
52587
52596
  /**
52588
52597
  * @since 4.0.0
52589
52598
  */
@@ -52693,7 +52702,7 @@ const BuiltIns = [
52693
52702
  LogLevel
52694
52703
  ];
52695
52704
  //#endregion
52696
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/internal/lexer.js
52705
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/internal/lexer.js
52697
52706
  /** @internal */
52698
52707
  function lex(argv) {
52699
52708
  const endIndex = argv.indexOf("--");
@@ -52744,7 +52753,7 @@ const lexTokens = (args) => {
52744
52753
  return tokens;
52745
52754
  };
52746
52755
  //#endregion
52747
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/internal/auto-suggest.js
52756
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/internal/auto-suggest.js
52748
52757
  /**
52749
52758
  * Simple Levenshtein distance implementation (small N, no perf worries)
52750
52759
  */
@@ -52772,7 +52781,7 @@ const suggest = (input, candidates) => {
52772
52781
  return distances.filter(([d]) => d === minDistance).map(([, c]) => c);
52773
52782
  };
52774
52783
  //#endregion
52775
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/internal/parser.js
52784
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/internal/parser.js
52776
52785
  /**
52777
52786
  * Parsing Pipeline for CLI Commands
52778
52787
  * ==================================
@@ -53094,7 +53103,7 @@ const scanCommandLevel = (tokens, context) => {
53094
53103
  return toLeafResult(state);
53095
53104
  };
53096
53105
  //#endregion
53097
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/cli/Command.js
53106
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/cli/Command.js
53098
53107
  /**
53099
53108
  * @since 4.0.0
53100
53109
  * @category Guards
@@ -53592,7 +53601,7 @@ const runWith = (command, config) => {
53592
53601
  }, catchFilter$2((error) => isCliError(error) && error._tag === "ShowHelp" ? succeed$9(error) : fail$10(error), (error) => andThen(showHelp(command, error), fail$6(error))), catchFilter$2((e) => isQuitError(e) ? succeed$9(e) : fail$10(e), (_) => interrupt$1));
53593
53602
  };
53594
53603
  //#endregion
53595
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Cache.js
53604
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Cache.js
53596
53605
  /**
53597
53606
  * @since 4.0.0
53598
53607
  */
@@ -54009,7 +54018,7 @@ const invalidate$1 = /* @__PURE__ */ dual(2, (self, key) => sync$2(() => {
54009
54018
  remove$5(self.map, key);
54010
54019
  }));
54011
54020
  //#endregion
54012
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/ChannelSchema.js
54021
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/ChannelSchema.js
54013
54022
  /**
54014
54023
  * @since 4.0.0
54015
54024
  * @category constructors
@@ -54038,7 +54047,7 @@ const decode$4 = (schema) => () => {
54038
54047
  */
54039
54048
  const ignore = "~effect/ErrorReporter/ignore";
54040
54049
  //#endregion
54041
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/FiberHandle.js
54050
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/FiberHandle.js
54042
54051
  /**
54043
54052
  * @since 2.0.0
54044
54053
  */
@@ -54233,7 +54242,7 @@ const runImpl$2 = (self, effect, options) => withFiber((parent) => {
54233
54242
  return succeed$4(fiber);
54234
54243
  });
54235
54244
  //#endregion
54236
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/FiberMap.js
54245
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/FiberMap.js
54237
54246
  /**
54238
54247
  * @since 2.0.0
54239
54248
  */
@@ -54463,7 +54472,7 @@ const runImpl$1 = (self, key, effect, options) => withFiber((parent) => {
54463
54472
  return succeed$4(fiber);
54464
54473
  });
54465
54474
  //#endregion
54466
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/FiberSet.js
54475
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/FiberSet.js
54467
54476
  /**
54468
54477
  * @since 2.0.0
54469
54478
  */
@@ -54715,7 +54724,7 @@ const awaitEmpty = (self) => whileLoop({
54715
54724
  step: constVoid
54716
54725
  });
54717
54726
  //#endregion
54718
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/PrimaryKey.js
54727
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/PrimaryKey.js
54719
54728
  /**
54720
54729
  * The unique identifier used to identify objects that implement the `PrimaryKey` interface.
54721
54730
  *
@@ -54752,7 +54761,7 @@ const symbol$2 = "~effect/interfaces/PrimaryKey";
54752
54761
  */
54753
54762
  const value$1 = (self) => self[symbol$2]();
54754
54763
  //#endregion
54755
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/LayerMap.js
54764
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/LayerMap.js
54756
54765
  const TypeId$37 = "~effect/LayerMap";
54757
54766
  /**
54758
54767
  * @since 3.14.0
@@ -54918,7 +54927,7 @@ const Service = () => (id, options) => {
54918
54927
  return TagClass;
54919
54928
  };
54920
54929
  //#endregion
54921
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Logger.js
54930
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Logger.js
54922
54931
  /**
54923
54932
  * @since 2.0.0
54924
54933
  *
@@ -55045,7 +55054,7 @@ const Service = () => (id, options) => {
55045
55054
  */
55046
55055
  const CurrentLoggers = CurrentLoggers$2;
55047
55056
  //#endregion
55048
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Random.js
55057
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Random.js
55049
55058
  /**
55050
55059
  * The Random module provides a service for generating random numbers in Effect
55051
55060
  * programs. It offers a testable and composable way to work with randomness,
@@ -55138,7 +55147,7 @@ const shuffle = (elements) => randomWith((r) => {
55138
55147
  return buffer;
55139
55148
  });
55140
55149
  //#endregion
55141
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Ref.js
55150
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Ref.js
55142
55151
  const RefProto = {
55143
55152
  ["~effect/Ref"]: { _A: identity },
55144
55153
  ...PipeInspectableProto,
@@ -55179,7 +55188,7 @@ const makeUnsafe$3 = (value) => {
55179
55188
  return self;
55180
55189
  };
55181
55190
  //#endregion
55182
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/reactivity/Reactivity.js
55191
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/reactivity/Reactivity.js
55183
55192
  /**
55184
55193
  * @since 4.0.0
55185
55194
  */
@@ -55314,7 +55323,7 @@ const keysToHashes = (keys, f) => {
55314
55323
  }
55315
55324
  };
55316
55325
  //#endregion
55317
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/sql/Statement.js
55326
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/sql/Statement.js
55318
55327
  /**
55319
55328
  * @since 4.0.0
55320
55329
  */
@@ -55873,7 +55882,7 @@ function in_() {
55873
55882
  }
55874
55883
  const neverFragment = /* @__PURE__ */ fragment([/* @__PURE__ */ literal$1("1=0")]);
55875
55884
  //#endregion
55876
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/sql/SqlClient.js
55885
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/sql/SqlClient.js
55877
55886
  /**
55878
55887
  * @since 4.0.0
55879
55888
  */
@@ -55967,7 +55976,7 @@ var TransactionConnection = class extends Service$1()("effect/sql/SqlClient/Tran
55967
55976
  */
55968
55977
  const SafeIntegers = /* @__PURE__ */ Reference("effect/sql/SqlClient/SafeIntegers", { defaultValue: () => false });
55969
55978
  //#endregion
55970
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/persistence/KeyValueStore.js
55979
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/persistence/KeyValueStore.js
55971
55980
  /**
55972
55981
  * @since 4.0.0
55973
55982
  */
@@ -56109,7 +56118,7 @@ const toSchemaStore = (self, schema) => {
56109
56118
  };
56110
56119
  };
56111
56120
  //#endregion
56112
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/persistence/Persistable.js
56121
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/persistence/Persistable.js
56113
56122
  /**
56114
56123
  * @since 4.0.0
56115
56124
  * @category Symbols
@@ -56163,7 +56172,7 @@ const deserializeExit = (self, encoded) => {
56163
56172
  return decodeUnknownEffect(toCodecJson(exitSchema$1(self)))(encoded);
56164
56173
  };
56165
56174
  //#endregion
56166
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/persistence/Persistence.js
56175
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/persistence/Persistence.js
56167
56176
  /**
56168
56177
  * @since 4.0.0
56169
56178
  */
@@ -56339,7 +56348,7 @@ const layerKvs$1 = /* @__PURE__ */ layer$31.pipe(/* @__PURE__ */ provide$3(layer
56339
56348
  */
56340
56349
  const unsafeTtlToExpires = (clock, ttl) => ttl ? clock.currentTimeMillisUnsafe() + toMillis(ttl) : null;
56341
56350
  //#endregion
56342
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/RequestResolver.js
56351
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/RequestResolver.js
56343
56352
  const TypeId$34 = "~effect/RequestResolver";
56344
56353
  const RequestResolverProto = {
56345
56354
  [TypeId$34]: {
@@ -56602,7 +56611,7 @@ const withSpan = /* @__PURE__ */ dual((args) => isRequestResolver(args[0]), (sel
56602
56611
  })
56603
56612
  }));
56604
56613
  //#endregion
56605
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/SynchronizedRef.js
56614
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/SynchronizedRef.js
56606
56615
  const TypeId$33 = "~effect/SynchronizedRef";
56607
56616
  const Proto$16 = {
56608
56617
  ...PipeInspectableProto,
@@ -56625,7 +56634,7 @@ const makeUnsafe$1 = (value) => {
56625
56634
  return self;
56626
56635
  };
56627
56636
  //#endregion
56628
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/ScopedRef.js
56637
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/ScopedRef.js
56629
56638
  /**
56630
56639
  * @since 2.0.0
56631
56640
  */
@@ -56690,7 +56699,7 @@ const set$4 = /* @__PURE__ */ dual(2, /* @__PURE__ */ fnUntraced(function* (self
56690
56699
  self.backing.backing.ref.current = [scope, value];
56691
56700
  }, uninterruptible, (effect, self) => self.backing.semaphore.withPermit(effect)));
56692
56701
  //#endregion
56693
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/ScopedCache.js
56702
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/ScopedCache.js
56694
56703
  /**
56695
56704
  * @since 4.0.0
56696
56705
  */
@@ -56787,7 +56796,7 @@ const invalidateAllImpl = (parent, map) => {
56787
56796
  return fiberAwaitAll(fibers);
56788
56797
  };
56789
56798
  //#endregion
56790
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/SubscriptionRef.js
56799
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/SubscriptionRef.js
56791
56800
  /**
56792
56801
  * @since 2.0.0
56793
56802
  */
@@ -56919,7 +56928,7 @@ const set$3 = /* @__PURE__ */ dual(2, (self, value) => self.semaphore.withPermit
56919
56928
  */
56920
56929
  const update = /* @__PURE__ */ dual(2, (self, update) => self.semaphore.withPermit(sync(() => setUnsafe(self, update(self.value)))));
56921
56930
  //#endregion
56922
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/Unify.js
56931
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/Unify.js
56923
56932
  /**
56924
56933
  * @since 2.0.0
56925
56934
  */
@@ -58339,7 +58348,7 @@ var Mime = class {
58339
58348
  };
58340
58349
  _Mime_extensionToType = /* @__PURE__ */ new WeakMap(), _Mime_typeToExtension = /* @__PURE__ */ new WeakMap(), _Mime_typeToExtensions = /* @__PURE__ */ new WeakMap();
58341
58350
  //#endregion
58342
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.41_effect@4.0.0-beta.41_ioredis@5.10.0/node_modules/@effect/platform-node/dist/Mime.js
58351
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.42_effect@4.0.0-beta.42_ioredis@5.10.0/node_modules/@effect/platform-node/dist/Mime.js
58343
58352
  /**
58344
58353
  * @since 1.0.0
58345
58354
  */
@@ -58349,7 +58358,7 @@ _Mime_extensionToType = /* @__PURE__ */ new WeakMap(), _Mime_typeToExtension = /
58349
58358
  */
58350
58359
  var Mime_default = new Mime(types$1, types$2)._freeze();
58351
58360
  //#endregion
58352
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/process/ChildProcessSpawner.js
58361
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/process/ChildProcessSpawner.js
58353
58362
  /**
58354
58363
  * A module providing a generic service interface for spawning child processes.
58355
58364
  *
@@ -58412,7 +58421,7 @@ const make$46 = (spawn) => {
58412
58421
  */
58413
58422
  var ChildProcessSpawner = class extends Service$1()("effect/process/ChildProcessSpawner") {};
58414
58423
  //#endregion
58415
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/process/ChildProcess.js
58424
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/process/ChildProcess.js
58416
58425
  const TypeId$29 = "~effect/unstable/process/ChildProcess";
58417
58426
  const Proto$12 = {
58418
58427
  ...PipeInspectableProto,
@@ -58696,7 +58705,7 @@ const concatTokens = (prevTokens, nextTokens, isSeparated) => isSeparated || pre
58696
58705
  ...nextTokens.slice(1)
58697
58706
  ];
58698
58707
  //#endregion
58699
- //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.41_effect@4.0.0-beta.41/node_modules/@effect/platform-node-shared/dist/internal/utils.js
58708
+ //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/platform-node-shared/dist/internal/utils.js
58700
58709
  /** @internal */
58701
58710
  const handleErrnoException = (module, method) => (err, [path]) => {
58702
58711
  let reason = "Unknown";
@@ -58733,7 +58742,7 @@ const handleErrnoException = (module, method) => (err, [path]) => {
58733
58742
  });
58734
58743
  };
58735
58744
  //#endregion
58736
- //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.41_effect@4.0.0-beta.41/node_modules/@effect/platform-node-shared/dist/NodeSink.js
58745
+ //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/platform-node-shared/dist/NodeSink.js
58737
58746
  /**
58738
58747
  * @category constructors
58739
58748
  * @since 1.0.0
@@ -58777,7 +58786,7 @@ const pullIntoWritable = (options) => options.pull.pipe(flatMap$5((chunk) => {
58777
58786
  });
58778
58787
  }) : identity);
58779
58788
  //#endregion
58780
- //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.41_effect@4.0.0-beta.41/node_modules/@effect/platform-node-shared/dist/NodeStream.js
58789
+ //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/platform-node-shared/dist/NodeStream.js
58781
58790
  /**
58782
58791
  * @since 1.0.0
58783
58792
  */
@@ -58943,7 +58952,7 @@ var StreamAdapter = class extends Readable {
58943
58952
  };
58944
58953
  const defaultOnError = (error) => new UnknownError$2(error);
58945
58954
  //#endregion
58946
- //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.41_effect@4.0.0-beta.41/node_modules/@effect/platform-node-shared/dist/NodeChildProcessSpawner.js
58955
+ //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/platform-node-shared/dist/NodeChildProcessSpawner.js
58947
58956
  const toError = (error) => error instanceof globalThis.Error ? error : new globalThis.Error(String(error));
58948
58957
  const toPlatformError = (method, error, command) => {
58949
58958
  const { commands } = flattenCommand(command);
@@ -59277,7 +59286,7 @@ const flattenCommand = (command) => {
59277
59286
  };
59278
59287
  };
59279
59288
  //#endregion
59280
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/Cookies.js
59289
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/Cookies.js
59281
59290
  /**
59282
59291
  * @since 4.0.0
59283
59292
  */
@@ -59541,7 +59550,7 @@ const tryDecodeURIComponent = (str) => {
59541
59550
  }
59542
59551
  };
59543
59552
  //#endregion
59544
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/Headers.js
59553
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/Headers.js
59545
59554
  /**
59546
59555
  * @since 4.0.0
59547
59556
  */
@@ -59664,7 +59673,7 @@ const CurrentRedactedNames = /* @__PURE__ */ Reference("effect/Headers/CurrentRe
59664
59673
  "x-api-key"
59665
59674
  ] });
59666
59675
  //#endregion
59667
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpClientError.js
59676
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpClientError.js
59668
59677
  /**
59669
59678
  * @since 4.0.0
59670
59679
  */
@@ -59815,7 +59824,7 @@ ErrorClass(TypeId$26)({
59815
59824
  cause: /* @__PURE__ */ optional$3(Defect)
59816
59825
  });
59817
59826
  //#endregion
59818
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/UrlParams.js
59827
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/UrlParams.js
59819
59828
  /**
59820
59829
  * @since 4.0.0
59821
59830
  */
@@ -60027,7 +60036,7 @@ const schemaRecord = /* @__PURE__ */ UrlParamsSchema.pipe(/* @__PURE__ */ decode
60027
60036
  encode: fromInput
60028
60037
  })));
60029
60038
  //#endregion
60030
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpBody.js
60039
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpBody.js
60031
60040
  /**
60032
60041
  * @since 4.0.0
60033
60042
  */
@@ -60166,7 +60175,7 @@ var FormData$1 = class extends Proto$8 {
60166
60175
  */
60167
60176
  const formData = (body) => new FormData$1(body);
60168
60177
  //#endregion
60169
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpMethod.js
60178
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpMethod.js
60170
60179
  /**
60171
60180
  * @since 4.0.0
60172
60181
  */
@@ -60181,7 +60190,7 @@ const allShort = [
60181
60190
  ["TRACE", "trace"]
60182
60191
  ];
60183
60192
  //#endregion
60184
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpClientRequest.js
60193
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpClientRequest.js
60185
60194
  const TypeId$23 = "~effect/http/HttpClientRequest";
60186
60195
  const Proto$7 = {
60187
60196
  [TypeId$23]: TypeId$23,
@@ -60351,7 +60360,7 @@ const bodyUrlParams = /* @__PURE__ */ dual(2, (self, input) => setBody(self, url
60351
60360
  */
60352
60361
  const bodyFormData = /* @__PURE__ */ dual(2, (self, body) => setBody(self, formData(body)));
60353
60362
  //#endregion
60354
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpIncomingMessage.js
60363
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpIncomingMessage.js
60355
60364
  /**
60356
60365
  * @since 4.0.0
60357
60366
  */
@@ -60402,7 +60411,7 @@ const inspect$1 = (self, that) => {
60402
60411
  return obj;
60403
60412
  };
60404
60413
  //#endregion
60405
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpClientResponse.js
60414
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpClientResponse.js
60406
60415
  /**
60407
60416
  * @since 4.0.0
60408
60417
  */
@@ -60543,7 +60552,7 @@ var WebHttpClientResponse = class extends Class$5 {
60543
60552
  }
60544
60553
  };
60545
60554
  //#endregion
60546
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpTraceContext.js
60555
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpTraceContext.js
60547
60556
  /**
60548
60557
  * @since 4.0.0
60549
60558
  */
@@ -60618,7 +60627,7 @@ const w3c = (headers) => {
60618
60627
  }
60619
60628
  };
60620
60629
  //#endregion
60621
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpClient.js
60630
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpClient.js
60622
60631
  const TypeId$20 = "~effect/http/HttpClient";
60623
60632
  /**
60624
60633
  * @since 4.0.0
@@ -61481,7 +61490,7 @@ const httpMethods = [
61481
61490
  */
61482
61491
  const make$38 = make$39;
61483
61492
  //#endregion
61484
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/Template.js
61493
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/Template.js
61485
61494
  /**
61486
61495
  * @since 4.0.0
61487
61496
  */
@@ -61530,7 +61539,7 @@ function isSuccess$1(u) {
61530
61539
  return isExit(u) && u._tag === "Success";
61531
61540
  }
61532
61541
  //#endregion
61533
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpServerResponse.js
61542
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpServerResponse.js
61534
61543
  /**
61535
61544
  * @since 4.0.0
61536
61545
  */
@@ -61619,7 +61628,7 @@ const makeResponse$2 = (options) => {
61619
61628
  return self;
61620
61629
  };
61621
61630
  //#endregion
61622
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpServerRespondable.js
61631
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpServerRespondable.js
61623
61632
  /**
61624
61633
  * @since 4.0.0
61625
61634
  */
@@ -61656,7 +61665,7 @@ const toResponseOrElseDefect = (u, orElse) => {
61656
61665
  return succeed$4(orElse);
61657
61666
  };
61658
61667
  //#endregion
61659
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpServerError.js
61668
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpServerError.js
61660
61669
  /**
61661
61670
  * @since 4.0.0
61662
61671
  */
@@ -61828,7 +61837,7 @@ const exitResponse = (exit) => {
61828
61837
  return causeResponseStripped(exit.cause)[0];
61829
61838
  };
61830
61839
  //#endregion
61831
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/socket/Socket.js
61840
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/socket/Socket.js
61832
61841
  /**
61833
61842
  * @since 4.0.0
61834
61843
  * @category Type IDs
@@ -61959,7 +61968,7 @@ var SocketError = class extends TaggedErrorClass(SocketErrorTypeId)("SocketError
61959
61968
  /**
61960
61969
  * @since 4.0.0
61961
61970
  */
61962
- const defaultCloseCodeIsError = (code) => code !== 1e3 && code !== 1006;
61971
+ const defaultCloseCodeIsError = (_code) => true;
61963
61972
  /**
61964
61973
  * @since 4.0.0
61965
61974
  * @category tags
@@ -62947,7 +62956,7 @@ const make$33 = make$34;
62947
62956
  const defaultIsFile = defaultIsFile$1;
62948
62957
  const decodeField = decodeField$1;
62949
62958
  //#endregion
62950
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/Multipart.js
62959
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/Multipart.js
62951
62960
  /**
62952
62961
  * @since 4.0.0
62953
62962
  */
@@ -63079,7 +63088,7 @@ const MaxFileSize = /* @__PURE__ */ Reference("effect/http/Multipart/MaxFileSize
63079
63088
  */
63080
63089
  const FieldMimeTypes = /* @__PURE__ */ Reference("effect/http/Multipart/FieldMimeTypes", { defaultValue: /* @__PURE__ */ constant(["application/json"]) });
63081
63090
  //#endregion
63082
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpServerRequest.js
63091
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpServerRequest.js
63083
63092
  /**
63084
63093
  * @since 4.0.0
63085
63094
  * @category Type IDs
@@ -63117,11 +63126,11 @@ const toURL = (self) => {
63117
63126
  }
63118
63127
  };
63119
63128
  //#endregion
63120
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/internal/preResponseHandler.js
63129
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/internal/preResponseHandler.js
63121
63130
  /** @internal */
63122
63131
  const requestPreResponseHandlers = /* @__PURE__ */ new WeakMap();
63123
63132
  //#endregion
63124
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpMiddleware.js
63133
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpMiddleware.js
63125
63134
  /**
63126
63135
  * @since 4.0.0
63127
63136
  */
@@ -63219,7 +63228,7 @@ const tracer = /* @__PURE__ */ make$32((httpApp) => withFiber((fiber) => {
63219
63228
  }, true);
63220
63229
  }));
63221
63230
  //#endregion
63222
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpEffect.js
63231
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpEffect.js
63223
63232
  /**
63224
63233
  * @since 4.0.0
63225
63234
  * @category combinators
@@ -63289,7 +63298,7 @@ const scoped = (effect) => withFiber((fiber) => {
63289
63298
  }, true);
63290
63299
  });
63291
63300
  //#endregion
63292
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/Etag.js
63301
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/Etag.js
63293
63302
  /**
63294
63303
  * @since 4.0.0
63295
63304
  */
@@ -63355,7 +63364,7 @@ const layerWeak = /* @__PURE__ */ succeed$5(Generator)({
63355
63364
  }
63356
63365
  });
63357
63366
  //#endregion
63358
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpPlatform.js
63367
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpPlatform.js
63359
63368
  /**
63360
63369
  * @since 4.0.0
63361
63370
  */
@@ -63394,7 +63403,7 @@ const make$31 = /* @__PURE__ */ fnUntraced(function* (impl) {
63394
63403
  });
63395
63404
  });
63396
63405
  //#endregion
63397
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpServer.js
63406
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpServer.js
63398
63407
  /**
63399
63408
  * @since 4.0.0
63400
63409
  */
@@ -63439,7 +63448,7 @@ const logAddress = /* @__PURE__ */ addressFormattedWith((_) => log$1(`Listening
63439
63448
  */
63440
63449
  const withLogAddress = (layer) => effectDiscard(logAddress).pipe(provideMerge(layer));
63441
63450
  //#endregion
63442
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/HttpRouter.js
63451
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/HttpRouter.js
63443
63452
  /**
63444
63453
  * @since 4.0.0
63445
63454
  */
@@ -63755,7 +63764,7 @@ const serve = (appLayer, options) => {
63755
63764
  }).pipe(unwrap$3, provideMerge(appLayer), provide$3(RouterLayer), options?.disableListenLog ? identity : withLogAddress);
63756
63765
  };
63757
63766
  //#endregion
63758
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/workers/Transferable.js
63767
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/workers/Transferable.js
63759
63768
  /**
63760
63769
  * @since 1.0.0
63761
63770
  */
@@ -63789,7 +63798,7 @@ const makeCollectorUnsafe = () => {
63789
63798
  });
63790
63799
  };
63791
63800
  //#endregion
63792
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/rpc/RpcSchema.js
63801
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/rpc/RpcSchema.js
63793
63802
  /**
63794
63803
  * @since 4.0.0
63795
63804
  */
@@ -63822,7 +63831,7 @@ function Stream(success, error) {
63822
63831
  }
63823
63832
  Service$1()("effect/rpc/RpcSchema/ClientAbort");
63824
63833
  //#endregion
63825
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/rpc/Rpc.js
63834
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/rpc/Rpc.js
63826
63835
  const TypeId$13 = "~effect/rpc/Rpc";
63827
63836
  const Proto$4 = {
63828
63837
  [TypeId$13]: TypeId$13,
@@ -63962,14 +63971,14 @@ const WrapperTypeId = "~effect/rpc/Rpc/Wrapper";
63962
63971
  */
63963
63972
  const isWrapper = (u) => WrapperTypeId in u;
63964
63973
  //#endregion
63965
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/rpc/RpcMessage.js
63974
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/rpc/RpcMessage.js
63966
63975
  /**
63967
63976
  * @since 4.0.0
63968
63977
  * @category request
63969
63978
  */
63970
63979
  const RequestId = (id) => typeof id === "bigint" ? id : BigInt(id);
63971
63980
  //#endregion
63972
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/rpc/Utils.js
63981
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/rpc/Utils.js
63973
63982
  /**
63974
63983
  * @since 4.0.0
63975
63984
  */
@@ -64000,7 +64009,7 @@ const withRun = () => (f) => suspend$3(() => {
64000
64009
  }));
64001
64010
  });
64002
64011
  //#endregion
64003
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/rpc/RpcClient.js
64012
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/rpc/RpcClient.js
64004
64013
  let requestIdCounter = /* @__PURE__ */ BigInt(0);
64005
64014
  /**
64006
64015
  * @since 4.0.0
@@ -64338,7 +64347,7 @@ var Protocol$1 = class extends Service$1()("effect/rpc/RpcClient/Protocol") {
64338
64347
  };
64339
64348
  const decodeDefect = /* @__PURE__ */ decodeSync(Defect);
64340
64349
  //#endregion
64341
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/rpc/RpcGroup.js
64350
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/rpc/RpcGroup.js
64342
64351
  const RpcGroupProto = {
64343
64352
  add(...rpcs) {
64344
64353
  const requests = new Map(this.requests);
@@ -64571,7 +64580,7 @@ const fromRecord = (migrations) => pipe$1(Object.keys(migrations), flatMapNullis
64571
64580
  succeed$4(migrations[key])
64572
64581
  ]), sort(migrationOrder), succeed$4);
64573
64582
  //#endregion
64574
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/sql/SqlError.js
64583
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/sql/SqlError.js
64575
64584
  /**
64576
64585
  * @since 4.0.0
64577
64586
  */
@@ -68341,7 +68350,7 @@ require_subprotocol();
68341
68350
  var import_websocket = /* @__PURE__ */ __toESM(require_websocket$1(), 1);
68342
68351
  var import_websocket_server = /* @__PURE__ */ __toESM(require_websocket_server(), 1);
68343
68352
  //#endregion
68344
- //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.41_effect@4.0.0-beta.41/node_modules/@effect/platform-node-shared/dist/NodeFileSystem.js
68353
+ //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/platform-node-shared/dist/NodeFileSystem.js
68345
68354
  /**
68346
68355
  * @since 1.0.0
68347
68356
  */
@@ -68679,7 +68688,7 @@ const makeFileSystem = /* @__PURE__ */ map$10(/* @__PURE__ */ serviceOption(Watc
68679
68688
  writeFile: writeFile$1
68680
68689
  }));
68681
68690
  //#endregion
68682
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.41_effect@4.0.0-beta.41_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeFileSystem.js
68691
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.42_effect@4.0.0-beta.42_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeFileSystem.js
68683
68692
  /**
68684
68693
  * @since 1.0.0
68685
68694
  */
@@ -68689,7 +68698,7 @@ const makeFileSystem = /* @__PURE__ */ map$10(/* @__PURE__ */ serviceOption(Watc
68689
68698
  */
68690
68699
  const layer$25 = /* @__PURE__ */ effect$1(FileSystem)(makeFileSystem);
68691
68700
  //#endregion
68692
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.41_effect@4.0.0-beta.41_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeHttpIncomingMessage.js
68701
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.42_effect@4.0.0-beta.42_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeHttpIncomingMessage.js
68693
68702
  /**
68694
68703
  * @since 1.0.0
68695
68704
  */
@@ -90197,7 +90206,7 @@ var require_undici = /* @__PURE__ */ __commonJSMin$1(((exports, module) => {
90197
90206
  module.exports.install = install;
90198
90207
  }));
90199
90208
  //#endregion
90200
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.41_effect@4.0.0-beta.41_ioredis@5.10.0/node_modules/@effect/platform-node/dist/Undici.js
90209
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.42_effect@4.0.0-beta.42_ioredis@5.10.0/node_modules/@effect/platform-node/dist/Undici.js
90201
90210
  var Undici_exports = /* @__PURE__ */ __exportAll({ default: () => Undici_default });
90202
90211
  var import_undici = /* @__PURE__ */ __toESM(require_undici(), 1);
90203
90212
  __reExport(Undici_exports, /* @__PURE__ */ __toESM(require_undici(), 1));
@@ -90207,7 +90216,7 @@ __reExport(Undici_exports, /* @__PURE__ */ __toESM(require_undici(), 1));
90207
90216
  */
90208
90217
  var Undici_default = import_undici.default;
90209
90218
  //#endregion
90210
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/http/FetchHttpClient.js
90219
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/http/FetchHttpClient.js
90211
90220
  /**
90212
90221
  * @since 4.0.0
90213
90222
  */
@@ -90252,7 +90261,7 @@ const layer$24 = /* @__PURE__ */ layerMergedServices(/* @__PURE__ */ succeed$4(/
90252
90261
  return send(void 0);
90253
90262
  })));
90254
90263
  //#endregion
90255
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.41_effect@4.0.0-beta.41_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeHttpClient.js
90264
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.42_effect@4.0.0-beta.42_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeHttpClient.js
90256
90265
  /**
90257
90266
  * @since 1.0.0
90258
90267
  */
@@ -90420,7 +90429,7 @@ var UndiciResponse = class extends Class$5 {
90420
90429
  const layerUndici = /* @__PURE__ */ provide$3(/* @__PURE__ */ layerMergedServices(makeUndici), layerDispatcher);
90421
90430
  Service$1()("@effect/platform-node/NodeHttpClient/HttpAgent");
90422
90431
  //#endregion
90423
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.41_effect@4.0.0-beta.41_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeHttpPlatform.js
90432
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.42_effect@4.0.0-beta.42_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeHttpPlatform.js
90424
90433
  /**
90425
90434
  * @since 1.0.0
90426
90435
  */
@@ -90541,7 +90550,7 @@ var FileStream = class extends Readable {
90541
90550
  }
90542
90551
  };
90543
90552
  //#endregion
90544
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.41_effect@4.0.0-beta.41_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeMultipart.js
90553
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.42_effect@4.0.0-beta.42_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeMultipart.js
90545
90554
  /**
90546
90555
  * @since 1.0.0
90547
90556
  */
@@ -90636,7 +90645,7 @@ function convertError(cause) {
90636
90645
  }
90637
90646
  }
90638
90647
  //#endregion
90639
- //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.41_effect@4.0.0-beta.41/node_modules/@effect/platform-node-shared/dist/NodePath.js
90648
+ //#region node_modules/.pnpm/@effect+platform-node-shared@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/platform-node-shared/dist/NodePath.js
90640
90649
  /**
90641
90650
  * @since 1.0.0
90642
90651
  */
@@ -90659,7 +90668,7 @@ const toFileUrl = (path) => try_({
90659
90668
  ({ ...Path.posix });
90660
90669
  ({ ...Path.win32 });
90661
90670
  //#endregion
90662
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.41_effect@4.0.0-beta.41_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodePath.js
90671
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.42_effect@4.0.0-beta.42_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodePath.js
90663
90672
  /**
90664
90673
  * @since 1.0.0
90665
90674
  */
@@ -90674,7 +90683,7 @@ const layer$21 = /* @__PURE__ */ succeed$5(Path$1)({
90674
90683
  toFileUrl
90675
90684
  });
90676
90685
  //#endregion
90677
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.41_effect@4.0.0-beta.41_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeStdio.js
90686
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.42_effect@4.0.0-beta.42_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeStdio.js
90678
90687
  /**
90679
90688
  * @since 1.0.0
90680
90689
  */
@@ -90779,7 +90788,7 @@ function defaultShouldQuit(input) {
90779
90788
  return input.key.ctrl && (input.key.name === "c" || input.key.name === "d");
90780
90789
  }
90781
90790
  //#endregion
90782
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.41_effect@4.0.0-beta.41_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeServices.js
90791
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.42_effect@4.0.0-beta.42_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeServices.js
90783
90792
  /**
90784
90793
  * @since 1.0.0
90785
90794
  * @category layer
@@ -90791,7 +90800,7 @@ const layer$16 = /* @__PURE__ */ provideMerge(layer$30, /* @__PURE__ */ mergeAll
90791
90800
  */
90792
90801
  const layerWebSocketConstructorWS = /* @__PURE__ */ succeed$5(WebSocketConstructor)((url, protocols) => new import_websocket.default(url, protocols));
90793
90802
  //#endregion
90794
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.41_effect@4.0.0-beta.41_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeHttpServer.js
90803
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.42_effect@4.0.0-beta.42_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeHttpServer.js
90795
90804
  /**
90796
90805
  * @since 1.0.0
90797
90806
  */
@@ -91084,7 +91093,7 @@ const handleCause = (nodeResponse, originalResponse) => (originalCause) => flatM
91084
91093
  return failCause$2(headersSent ? combine$1(originalCause, die$3(originalResponse)) : cause);
91085
91094
  });
91086
91095
  //#endregion
91087
- //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.41_effect@4.0.0-beta.41_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeRuntime.js
91096
+ //#region node_modules/.pnpm/@effect+platform-node@4.0.0-beta.42_effect@4.0.0-beta.42_ioredis@5.10.0/node_modules/@effect/platform-node/dist/NodeRuntime.js
91088
91097
  /**
91089
91098
  * @since 1.0.0
91090
91099
  */
@@ -91135,7 +91144,7 @@ const runMain = /* @__PURE__ */ makeRunMain(({ fiber, teardown }) => {
91135
91144
  process.on("SIGTERM", onSigint);
91136
91145
  });
91137
91146
  //#endregion
91138
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/persistence/PersistedCache.js
91147
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/persistence/PersistedCache.js
91139
91148
  /**
91140
91149
  * @since 4.0.0
91141
91150
  */
@@ -91687,7 +91696,7 @@ const toExit = (self) => {
91687
91696
  }
91688
91697
  };
91689
91698
  //#endregion
91690
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/reactivity/AtomRegistry.js
91699
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/reactivity/AtomRegistry.js
91691
91700
  /**
91692
91701
  * @since 4.0.0
91693
91702
  */
@@ -92274,7 +92283,7 @@ function batchRebuildNode(node) {
92274
92283
  if (node.state !== NodeState.valid) node.value();
92275
92284
  }
92276
92285
  //#endregion
92277
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/reactivity/Atom.js
92286
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/reactivity/Atom.js
92278
92287
  /**
92279
92288
  * @since 4.0.0
92280
92289
  */
@@ -179511,7 +179520,7 @@ const parseCommand = (command) => {
179511
179520
  return args;
179512
179521
  };
179513
179522
  //#endregion
179514
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/ai/Model.js
179523
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/ai/Model.js
179515
179524
  /**
179516
179525
  * The `Model` module provides a unified interface for AI service providers.
179517
179526
  *
@@ -182734,7 +182743,7 @@ var ji = Bt, Ii = Object.assign(Qe, { sync: Bt }), zi = Ut, Bi = Object.assign(e
182734
182743
  });
182735
182744
  Ze.glob = Ze;
182736
182745
  //#endregion
182737
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/ApplyPatch.js
182746
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/ApplyPatch.js
182738
182747
  /**
182739
182748
  * @since 1.0.0
182740
182749
  */
@@ -197615,7 +197624,7 @@ var StreamableHTTPClientTransport = class {
197615
197624
  }
197616
197625
  };
197617
197626
  //#endregion
197618
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/McpClient.js
197627
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/McpClient.js
197619
197628
  /**
197620
197629
  * @since 1.0.0
197621
197630
  */
@@ -197660,7 +197669,7 @@ const layer$13 = effect$1(McpClient, gen(function* () {
197660
197669
  });
197661
197670
  }));
197662
197671
  //#endregion
197663
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/ExaSearch.js
197672
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/ExaSearch.js
197664
197673
  /**
197665
197674
  * @since 1.0.0
197666
197675
  */
@@ -212610,7 +212619,7 @@ var require_lib = /* @__PURE__ */ __commonJSMin$1(((exports) => {
212610
212619
  exports.impl = impl;
212611
212620
  }));
212612
212621
  //#endregion
212613
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/WebToMarkdown.js
212622
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/WebToMarkdown.js
212614
212623
  /**
212615
212624
  * @since 1.0.0
212616
212625
  */
@@ -213374,7 +213383,7 @@ const layer$11 = effect$1(WebToMarkdown, gen(function* () {
213374
213383
  });
213375
213384
  }));
213376
213385
  //#endregion
213377
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/ai/Response.js
213386
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/ai/Response.js
213378
213387
  const PartTypeId$1 = "~effect/ai/Content/Part";
213379
213388
  const constEmptyObject$1 = () => ({});
213380
213389
  const constPartTypeId$1 = () => PartTypeId$1;
@@ -213880,7 +213889,7 @@ const ErrorPart = /* @__PURE__ */ Struct$2({
213880
213889
  error: Unknown
213881
213890
  }).annotate({ identifier: "ErrorPart" });
213882
213891
  //#endregion
213883
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/ai/AiError.js
213892
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/ai/AiError.js
213884
213893
  /**
213885
213894
  * The `AiError` module provides comprehensive, provider-agnostic error handling
213886
213895
  * for AI operations.
@@ -215103,7 +215112,7 @@ const reasonFromHttpStatus = (params) => {
215103
215112
  }
215104
215113
  };
215105
215114
  //#endregion
215106
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/ai/Toolkit.js
215115
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/ai/Toolkit.js
215107
215116
  const TypeId$5 = "~effect/ai/Toolkit";
215108
215117
  const Proto$2 = {
215109
215118
  ...YieldableProto,
@@ -215327,7 +215336,7 @@ const merge$1 = (...toolkits) => {
215327
215336
  return makeProto(tools);
215328
215337
  };
215329
215338
  //#endregion
215330
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/ai/Tool.js
215339
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/ai/Tool.js
215331
215340
  /**
215332
215341
  * @since 1.0.0
215333
215342
  * @category type ids
@@ -215751,7 +215760,7 @@ function isEmptyParamsRecord(indexSignature) {
215751
215760
  return indexSignature.parameter === string$3 && isNever(indexSignature.type);
215752
215761
  }
215753
215762
  //#endregion
215754
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/SemanticSearch/Service.js
215763
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/SemanticSearch/Service.js
215755
215764
  /**
215756
215765
  * @since 1.0.0
215757
215766
  */
@@ -215777,7 +215786,7 @@ const maybeRemoveFile = (path) => serviceOption(SemanticSearch).pipe(flatMap$5(m
215777
215786
  onSome: (service) => service.removeFile(path)
215778
215787
  })));
215779
215788
  //#endregion
215780
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/AgentTools.js
215789
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/AgentTools.js
215781
215790
  /**
215782
215791
  * @since 1.0.0
215783
215792
  */
@@ -216180,7 +216189,7 @@ const AgentToolHandlers = AgentToolHandlersNoDeps.pipe(provide$3([layer$12, laye
216180
216189
  AgentToolHandlersNoDeps.pipe(provide$3([mock(ExaSearch)({}), mock(WebToMarkdown)({})]));
216181
216190
  var ApplyPatchError = class extends TaggedClass$2("ApplyPatchError") {};
216182
216191
  //#endregion
216183
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/TypeBuilder.js
216192
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/TypeBuilder.js
216184
216193
  const resolveDocumentation = resolveAt("documentation");
216185
216194
  const identifierPattern = /^[$A-Z_a-z][$0-9A-Z_a-z]*$/u;
216186
216195
  const Precedence = {
@@ -216453,7 +216462,7 @@ const render = (schema, options) => {
216453
216462
  return printNode({ text: documentation === void 0 ? rendered.text : `${renderJsDoc(documentation, 0, printerOptions)}${printerOptions.newLine}${rendered.text}` }, printerOptions);
216454
216463
  };
216455
216464
  //#endregion
216456
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/ToolkitRenderer.js
216465
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/ToolkitRenderer.js
216457
216466
  /**
216458
216467
  * @since 1.0.0
216459
216468
  */
@@ -216475,7 +216484,7 @@ declare function ${name}(${params}): Promise<${render(tool.successSchema)}>`);
216475
216484
  }) });
216476
216485
  };
216477
216486
  //#endregion
216478
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/ScriptPreprocessing.js
216487
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/ScriptPreprocessing.js
216479
216488
  const callTemplateTargets = ["applyPatch", "taskComplete"];
216480
216489
  const objectPropertyTargets = [{
216481
216490
  functionName: "writeFile",
@@ -217087,7 +217096,7 @@ const rewriteAssignedTargets = (script) => {
217087
217096
  };
217088
217097
  const preprocessScript = (script) => rewriteAssignedTargets(rewriteDirectTemplates(script));
217089
217098
  //#endregion
217090
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/AgentExecutor.js
217099
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/AgentExecutor.js
217091
217100
  /**
217092
217101
  * @since 1.0.0
217093
217102
  */
@@ -217272,7 +217281,7 @@ var QueueWriteStream = class extends Writable {
217272
217281
  }
217273
217282
  };
217274
217283
  //#endregion
217275
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/ScriptExtraction.js
217284
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/ScriptExtraction.js
217276
217285
  const stripWrappingCodeFence = (script) => {
217277
217286
  const lines = script.split(/\r?\n/);
217278
217287
  if (lines.length < 2) return script;
@@ -217297,7 +217306,7 @@ const stripWrappingCodeFence = (script) => {
217297
217306
  return lines.slice(firstNonEmpty + 1, lastNonEmpty).join(newLine);
217298
217307
  };
217299
217308
  //#endregion
217300
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/ai/Prompt.js
217309
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/ai/Prompt.js
217301
217310
  /**
217302
217311
  * The `Prompt` module provides several data structures to simplify creating and
217303
217312
  * combining prompts.
@@ -217836,7 +217845,7 @@ const setSystem = /* @__PURE__ */ dual(2, (self, content) => {
217836
217845
  return makePrompt(messages);
217837
217846
  });
217838
217847
  //#endregion
217839
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/ai/IdGenerator.js
217848
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/ai/IdGenerator.js
217840
217849
  /**
217841
217850
  * The `IdGenerator` service tag for dependency injection.
217842
217851
  *
@@ -217905,7 +217914,7 @@ const makeGenerator = ({ alphabet = DEFAULT_ALPHABET, prefix, separator = DEFAUL
217905
217914
  */
217906
217915
  const defaultIdGenerator = { generateId: /* @__PURE__ */ makeGenerator({ prefix: "id" }) };
217907
217916
  //#endregion
217908
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/ai/internal/codec-transformer.js
217917
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/ai/internal/codec-transformer.js
217909
217918
  /** @internal */
217910
217919
  const defaultCodecTransformer$1 = (codec) => {
217911
217920
  const document = toJsonSchemaDocument(codec);
@@ -217917,7 +217926,7 @@ const defaultCodecTransformer$1 = (codec) => {
217917
217926
  };
217918
217927
  };
217919
217928
  //#endregion
217920
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/ai/ResponseIdTracker.js
217929
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/ai/ResponseIdTracker.js
217921
217930
  /**
217922
217931
  * @since 4.0.0
217923
217932
  */
@@ -217974,7 +217983,7 @@ const make$11 = /* @__PURE__ */ sync(() => {
217974
217983
  };
217975
217984
  });
217976
217985
  //#endregion
217977
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/ai/Telemetry.js
217986
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/ai/Telemetry.js
217978
217987
  /**
217979
217988
  * The `Telemetry` module provides OpenTelemetry integration for operations
217980
217989
  * performed against a large language model provider by defining telemetry
@@ -218090,7 +218099,7 @@ const addGenAIAnnotations$2 = /* @__PURE__ */ dual(2, (span, options) => {
218090
218099
  */
218091
218100
  var CurrentSpanTransformer = class extends Service$1()("effect/ai/Telemetry/CurrentSpanTransformer") {};
218092
218101
  //#endregion
218093
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/ai/LanguageModel.js
218102
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/ai/LanguageModel.js
218094
218103
  /**
218095
218104
  * The `LanguageModel` service key for dependency injection.
218096
218105
  *
@@ -218843,7 +218852,7 @@ const applySpanTransformer = (transformer, response, options) => {
218843
218852
  });
218844
218853
  };
218845
218854
  //#endregion
218846
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/Agent.js
218855
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/Agent.js
218847
218856
  /**
218848
218857
  * @since 1.0.0
218849
218858
  */
@@ -219406,7 +219415,7 @@ Union$2([
219406
219415
  */
219407
219416
  var AgentFinished = class extends TaggedErrorClass()("AgentFinished", { summary: String$1 }) {};
219408
219417
  //#endregion
219409
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/encoding/Sse.js
219418
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/encoding/Sse.js
219410
219419
  /**
219411
219420
  * @since 4.0.0
219412
219421
  * @category Decoding
@@ -219589,7 +219598,7 @@ var Retry = class Retry extends TaggedClass$2("Retry") {
219589
219598
  }
219590
219599
  };
219591
219600
  //#endregion
219592
- //#region node_modules/.pnpm/@effect+ai-openai@https+++pkg.pr.new+Effect-TS+effect-smol+@effect+ai-openai@0e9bd09_ef_fc05a9a2e4ce5ce1a36b1e88e6fef9d4/node_modules/@effect/ai-openai/dist/Generated.js
219601
+ //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/ai-openai/dist/Generated.js
219593
219602
  /**
219594
219603
  * @since 1.0.0
219595
219604
  */ const AdminApiKey = /* @__PURE__ */ Struct$2({
@@ -227657,7 +227666,7 @@ const OpenAiClientError = (tag, cause, response) => new OpenAiClientErrorImpl({
227657
227666
  request: response.request
227658
227667
  });
227659
227668
  //#endregion
227660
- //#region node_modules/.pnpm/@effect+ai-openai@https+++pkg.pr.new+Effect-TS+effect-smol+@effect+ai-openai@0e9bd09_ef_fc05a9a2e4ce5ce1a36b1e88e6fef9d4/node_modules/@effect/ai-openai/dist/internal/errors.js
227669
+ //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/ai-openai/dist/internal/errors.js
227661
227670
  /** @internal */
227662
227671
  const OpenAiErrorBody$1 = /* @__PURE__ */ Struct$2({ error: /* @__PURE__ */ Struct$2({
227663
227672
  message: String$1,
@@ -227870,7 +227879,7 @@ const mapStatusCodeToReason$1 = ({ status, headers, message, metadata, http }) =
227870
227879
  }
227871
227880
  };
227872
227881
  //#endregion
227873
- //#region node_modules/.pnpm/@effect+ai-openai@https+++pkg.pr.new+Effect-TS+effect-smol+@effect+ai-openai@0e9bd09_ef_fc05a9a2e4ce5ce1a36b1e88e6fef9d4/node_modules/@effect/ai-openai/dist/OpenAiConfig.js
227882
+ //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/ai-openai/dist/OpenAiConfig.js
227874
227883
  /**
227875
227884
  * @since 1.0.0
227876
227885
  */
@@ -227885,7 +227894,7 @@ var OpenAiConfig$1 = class OpenAiConfig$1 extends Service$1()("@effect/ai-openai
227885
227894
  static getOrUndefined = /* @__PURE__ */ map$10(/* @__PURE__ */ services(), (context) => context.mapUnsafe.get(OpenAiConfig$1.key));
227886
227895
  };
227887
227896
  //#endregion
227888
- //#region node_modules/.pnpm/@effect+ai-openai@https+++pkg.pr.new+Effect-TS+effect-smol+@effect+ai-openai@0e9bd09_ef_fc05a9a2e4ce5ce1a36b1e88e6fef9d4/node_modules/@effect/ai-openai/dist/OpenAiClient.js
227897
+ //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/ai-openai/dist/OpenAiClient.js
227889
227898
  /**
227890
227899
  * OpenAI Client module for interacting with OpenAI's API.
227891
227900
  *
@@ -228091,7 +228100,7 @@ const decodeEvent = /* @__PURE__ */ decodeUnknownSync(/* @__PURE__ */ fromJsonSt
228091
228100
  */
228092
228101
  const layerWebSocketMode = /* @__PURE__ */ effectServices(makeSocket);
228093
228102
  //#endregion
228094
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/ai/EmbeddingModel.js
228103
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/ai/EmbeddingModel.js
228095
228104
  /**
228096
228105
  * The `EmbeddingModel` module provides provider-agnostic text embedding capabilities.
228097
228106
  *
@@ -228190,7 +228199,7 @@ const mapProviderResults = (inputLength, results) => {
228190
228199
  return succeed$4(embeddings);
228191
228200
  };
228192
228201
  //#endregion
228193
- //#region node_modules/.pnpm/@effect+ai-openai@https+++pkg.pr.new+Effect-TS+effect-smol+@effect+ai-openai@0e9bd09_ef_fc05a9a2e4ce5ce1a36b1e88e6fef9d4/node_modules/@effect/ai-openai/dist/OpenAiEmbeddingModel.js
228202
+ //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/ai-openai/dist/OpenAiEmbeddingModel.js
228194
228203
  /**
228195
228204
  * OpenAI Embedding Model implementation.
228196
228205
  *
@@ -228270,7 +228279,7 @@ const invalidOutput = (description) => make$15({
228270
228279
  reason: new InvalidOutputError({ description })
228271
228280
  });
228272
228281
  //#endregion
228273
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/ai/OpenAiStructuredOutput.js
228282
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/ai/OpenAiStructuredOutput.js
228274
228283
  /**
228275
228284
  * Provides codec transformations for OpenAI structured output.
228276
228285
  *
@@ -228327,6 +228336,7 @@ function rewriteOpenAI(schema) {
228327
228336
  else if (Array.isArray(v)) out[k] = v.map((item) => typeof item === "object" && item !== null && !Array.isArray(item) ? rewriteOpenAI(item) : item);
228328
228337
  else if (typeof v === "object" && v !== null) out[k] = rewriteOpenAI(v);
228329
228338
  else out[k] = v;
228339
+ if (out.type === "object" && out.properties === void 0 && out.additionalProperties === false) out.properties = {};
228330
228340
  return out;
228331
228341
  }
228332
228342
  function recurOpenAI(ast) {
@@ -228575,7 +228585,7 @@ const formats = [
228575
228585
  "uuid"
228576
228586
  ];
228577
228587
  //#endregion
228578
- //#region node_modules/.pnpm/@effect+ai-openai@https+++pkg.pr.new+Effect-TS+effect-smol+@effect+ai-openai@0e9bd09_ef_fc05a9a2e4ce5ce1a36b1e88e6fef9d4/node_modules/@effect/ai-openai/dist/internal/utilities.js
228588
+ //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/ai-openai/dist/internal/utilities.js
228579
228589
  const finishReasonMap$1 = {
228580
228590
  content_filter: "content-filter",
228581
228591
  function_call: "tool-calls",
@@ -228593,7 +228603,7 @@ const resolveFinishReason$1 = (finishReason, hasToolCalls) => {
228593
228603
  return reason;
228594
228604
  };
228595
228605
  //#endregion
228596
- //#region node_modules/.pnpm/@effect+ai-openai@https+++pkg.pr.new+Effect-TS+effect-smol+@effect+ai-openai@0e9bd09_ef_fc05a9a2e4ce5ce1a36b1e88e6fef9d4/node_modules/@effect/ai-openai/dist/OpenAiTelemetry.js
228606
+ //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/ai-openai/dist/OpenAiTelemetry.js
228597
228607
  /**
228598
228608
  * OpenAI telemetry attributes for OpenTelemetry integration.
228599
228609
  *
@@ -228622,7 +228632,7 @@ const addGenAIAnnotations$1 = /* @__PURE__ */ dual(2, (span, options) => {
228622
228632
  }
228623
228633
  });
228624
228634
  //#endregion
228625
- //#region node_modules/.pnpm/@effect+ai-openai@https+++pkg.pr.new+Effect-TS+effect-smol+@effect+ai-openai@0e9bd09_ef_fc05a9a2e4ce5ce1a36b1e88e6fef9d4/node_modules/@effect/ai-openai/dist/OpenAiLanguageModel.js
228635
+ //#region node_modules/.pnpm/@effect+ai-openai@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/ai-openai/dist/OpenAiLanguageModel.js
228626
228636
  /**
228627
228637
  * OpenAI Language Model implementation.
228628
228638
  *
@@ -230140,10 +230150,10 @@ const prepareTools$1 = /* @__PURE__ */ fnUntraced(function* ({ config, options,
230140
230150
  toolChoice = options.toolChoice.mode === "required" ? "required" : "auto";
230141
230151
  }
230142
230152
  for (const tool of allowedTools) {
230143
- if (isUserDefined(tool)) {
230153
+ if (isUserDefined(tool) || isDynamic(tool)) {
230144
230154
  const strict = getStrictMode(tool) ?? config.strictJsonSchema ?? true;
230145
230155
  const description = getDescription(tool);
230146
- const parameters = yield* tryJsonSchema$1(tool.parametersSchema, "prepareTools");
230156
+ const parameters = yield* tryToolJsonSchema$1(tool, "prepareTools");
230147
230157
  tools.push({
230148
230158
  type: "function",
230149
230159
  name: tool.name,
@@ -230296,6 +230306,10 @@ const tryJsonSchema$1 = (schema, method) => try_({
230296
230306
  try: () => getJsonSchemaFromSchema(schema, { transformer: toCodecOpenAI }),
230297
230307
  catch: (error) => unsupportedSchemaError$1(error, method)
230298
230308
  });
230309
+ const tryToolJsonSchema$1 = (tool, method) => try_({
230310
+ try: () => getJsonSchema(tool, { transformer: toCodecOpenAI }),
230311
+ catch: (error) => unsupportedSchemaError$1(error, method)
230312
+ });
230299
230313
  const prepareResponseFormat$1 = /* @__PURE__ */ fnUntraced(function* ({ config, options }) {
230300
230314
  if (options.responseFormat.type === "json") {
230301
230315
  const name = options.responseFormat.objectName;
@@ -230390,7 +230404,7 @@ const transformToolCallParams = /* @__PURE__ */ fnUntraced(function* (tools, too
230390
230404
  })));
230391
230405
  });
230392
230406
  //#endregion
230393
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/CodexAuth.js
230407
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/CodexAuth.js
230394
230408
  /**
230395
230409
  * @since 1.0.0
230396
230410
  */
@@ -230610,7 +230624,7 @@ var CodexAuth = class CodexAuth extends Service$1()("clanka/CodexAuth") {
230610
230624
  static layerClient = this.layerClientNoDeps.pipe(provide$3(CodexAuth.layer));
230611
230625
  };
230612
230626
  //#endregion
230613
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/Codex.js
230627
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/Codex.js
230614
230628
  /**
230615
230629
  * @since 1.0.0
230616
230630
  */
@@ -230636,7 +230650,7 @@ const layerModel = (model, options) => layer$7({
230636
230650
  }
230637
230651
  }).pipe(merge$6(AgentModelConfig.layer({ systemPromptTransform: (system, effect) => withConfigOverride(effect, { instructions: system }) })));
230638
230652
  //#endregion
230639
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/CodeChunker.js
230653
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/CodeChunker.js
230640
230654
  /**
230641
230655
  * @since 1.0.0
230642
230656
  */
@@ -231110,7 +231124,7 @@ const layer$6 = effect$1(CodeChunker, gen(function* () {
231110
231124
  });
231111
231125
  }));
231112
231126
  //#endregion
231113
- //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41/node_modules/@effect/ai-openai-compat/dist/internal/errors.js
231127
+ //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/ai-openai-compat/dist/internal/errors.js
231114
231128
  /** @internal */
231115
231129
  const OpenAiErrorBody = /* @__PURE__ */ Struct$2({ error: /* @__PURE__ */ Struct$2({
231116
231130
  message: String$1,
@@ -231318,7 +231332,7 @@ const mapStatusCodeToReason = ({ status, headers, message, metadata, http }) =>
231318
231332
  }
231319
231333
  };
231320
231334
  //#endregion
231321
- //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41/node_modules/@effect/ai-openai-compat/dist/OpenAiConfig.js
231335
+ //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/ai-openai-compat/dist/OpenAiConfig.js
231322
231336
  /**
231323
231337
  * @since 1.0.0
231324
231338
  */
@@ -231333,7 +231347,7 @@ var OpenAiConfig = class OpenAiConfig extends Service$1()("@effect/ai-openai-com
231333
231347
  static getOrUndefined = /* @__PURE__ */ map$10(/* @__PURE__ */ services(), (context) => context.mapUnsafe.get(OpenAiConfig.key));
231334
231348
  };
231335
231349
  //#endregion
231336
- //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41/node_modules/@effect/ai-openai-compat/dist/OpenAiClient.js
231350
+ //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/ai-openai-compat/dist/OpenAiClient.js
231337
231351
  /**
231338
231352
  * @since 1.0.0
231339
231353
  */
@@ -231469,7 +231483,7 @@ const decodeChatCompletionSseData = (data) => {
231469
231483
  return isChatCompletionChunk(parsed) ? parsed : void 0;
231470
231484
  };
231471
231485
  //#endregion
231472
- //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41/node_modules/@effect/ai-openai-compat/dist/internal/utilities.js
231486
+ //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/ai-openai-compat/dist/internal/utilities.js
231473
231487
  const finishReasonMap = {
231474
231488
  content_filter: "content-filter",
231475
231489
  function_call: "tool-calls",
@@ -231485,7 +231499,7 @@ const resolveFinishReason = (finishReason, hasToolCalls) => {
231485
231499
  return reason;
231486
231500
  };
231487
231501
  //#endregion
231488
- //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41/node_modules/@effect/ai-openai-compat/dist/OpenAiTelemetry.js
231502
+ //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/ai-openai-compat/dist/OpenAiTelemetry.js
231489
231503
  /**
231490
231504
  * OpenAI telemetry attributes for OpenTelemetry integration.
231491
231505
  *
@@ -231514,7 +231528,7 @@ const addGenAIAnnotations = /* @__PURE__ */ dual(2, (span, options) => {
231514
231528
  }
231515
231529
  });
231516
231530
  //#endregion
231517
- //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41/node_modules/@effect/ai-openai-compat/dist/OpenAiLanguageModel.js
231531
+ //#region node_modules/.pnpm/@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/ai-openai-compat/dist/OpenAiLanguageModel.js
231518
231532
  /**
231519
231533
  * OpenAI Language Model implementation.
231520
231534
  *
@@ -232078,7 +232092,7 @@ const prepareTools = /* @__PURE__ */ fnUntraced(function* ({ config, options, to
232078
232092
  toolChoice = options.toolChoice.mode === "required" ? "required" : "auto";
232079
232093
  }
232080
232094
  for (const tool of allowedTools) {
232081
- if (isUserDefined(tool)) {
232095
+ if (isUserDefined(tool) || isDynamic(tool)) {
232082
232096
  const strict = getStrictMode(tool) ?? config.strictJsonSchema ?? true;
232083
232097
  const parameters = yield* tryToolJsonSchema(tool, "prepareTools");
232084
232098
  tools.push({
@@ -232396,7 +232410,7 @@ const getUsageDetailNumber = (details, field) => {
232396
232410
  return typeof value === "number" ? value : void 0;
232397
232411
  };
232398
232412
  //#endregion
232399
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/CopilotAuth.js
232413
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/CopilotAuth.js
232400
232414
  /**
232401
232415
  * @since 1.0.0
232402
232416
  */
@@ -232587,7 +232601,7 @@ var GithubCopilotAuth = class GithubCopilotAuth extends Service$1()("clanka/Gith
232587
232601
  static layerClient = this.layerClientNoDeps.pipe(provide$3(GithubCopilotAuth.layer));
232588
232602
  };
232589
232603
  //#endregion
232590
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/Copilot.js
232604
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/Copilot.js
232591
232605
  /**
232592
232606
  * @since 1.0.0
232593
232607
  */
@@ -233007,7 +233021,7 @@ Object.defineProperties(createChalk.prototype, styles);
233007
233021
  const chalk = createChalk();
233008
233022
  createChalk({ level: stderrColor ? stderrColor.level : 0 });
233009
233023
  //#endregion
233010
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/OutputFormatter.js
233024
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/OutputFormatter.js
233011
233025
  /**
233012
233026
  * @since 1.0.0
233013
233027
  */
@@ -233113,7 +233127,7 @@ const layerMuxer = (formatter) => effect$1(Muxer, gen(function* () {
233113
233127
  });
233114
233128
  }));
233115
233129
  //#endregion
233116
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/schema/VariantSchema.js
233130
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/schema/VariantSchema.js
233117
233131
  /**
233118
233132
  * @since 4.0.0
233119
233133
  * @category Type IDs
@@ -233221,7 +233235,7 @@ const Union$1 = (members, variants) => {
233221
233235
  return VariantUnion;
233222
233236
  };
233223
233237
  //#endregion
233224
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/schema/Model.js
233238
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/schema/Model.js
233225
233239
  const { Class, Field, FieldExcept, FieldOnly, Struct, Union, extract, fieldEvolve } = /* @__PURE__ */ make$1({
233226
233240
  variants: [
233227
233241
  "select",
@@ -233247,7 +233261,7 @@ const Generated = (schema) => Field({
233247
233261
  json: schema
233248
233262
  });
233249
233263
  //#endregion
233250
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/sql/SqlResolver.js
233264
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/sql/SqlResolver.js
233251
233265
  /**
233252
233266
  * @since 4.0.0
233253
233267
  */
@@ -233395,7 +233409,7 @@ function transactionKey(entry) {
233395
233409
  return byReferenceUnsafe(conn);
233396
233410
  }
233397
233411
  //#endregion
233398
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/sql/SqlSchema.js
233412
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/sql/SqlSchema.js
233399
233413
  /**
233400
233414
  * Run a sql query with a request schema and a result schema.
233401
233415
  *
@@ -233408,7 +233422,7 @@ const findAll = (options) => {
233408
233422
  return (request) => flatMap$5(flatMap$5(encodeRequest(request), options.execute), decode);
233409
233423
  };
233410
233424
  //#endregion
233411
- //#region node_modules/.pnpm/effect@4.0.0-beta.41/node_modules/effect/dist/unstable/sql/SqlModel.js
233425
+ //#region node_modules/.pnpm/effect@4.0.0-beta.42/node_modules/effect/dist/unstable/sql/SqlModel.js
233412
233426
  /**
233413
233427
  * Create some simple data loaders from a model.
233414
233428
  *
@@ -233457,7 +233471,7 @@ select * from ${sql(options.tableName)} where ${sql(idColumn)} = LAST_INSERT_ID(
233457
233471
  };
233458
233472
  });
233459
233473
  //#endregion
233460
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/ChunkRepo.js
233474
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/ChunkRepo.js
233461
233475
  /**
233462
233476
  * @since 1.0.0
233463
233477
  * @category Models
@@ -233588,7 +233602,7 @@ const layer$3 = effect$1(ChunkRepo, gen(function* () {
233588
233602
  });
233589
233603
  }));
233590
233604
  //#endregion
233591
- //#region node_modules/.pnpm/@effect+sql-sqlite-node@4.0.0-beta.41_effect@4.0.0-beta.41/node_modules/@effect/sql-sqlite-node/dist/SqliteClient.js
233605
+ //#region node_modules/.pnpm/@effect+sql-sqlite-node@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/sql-sqlite-node/dist/SqliteClient.js
233592
233606
  /**
233593
233607
  * @since 1.0.0
233594
233608
  */
@@ -233711,7 +233725,7 @@ const make = (options) => gen(function* () {
233711
233725
  */
233712
233726
  const layer$2 = (config) => effectServices(map$10(make(config), (client) => make$89(SqliteClient, client).pipe(add$3(SqlClient, client)))).pipe(provide$3(layer$32));
233713
233727
  //#endregion
233714
- //#region node_modules/.pnpm/@effect+sql-sqlite-node@4.0.0-beta.41_effect@4.0.0-beta.41/node_modules/@effect/sql-sqlite-node/dist/SqliteMigrator.js
233728
+ //#region node_modules/.pnpm/@effect+sql-sqlite-node@4.0.0-beta.42_effect@4.0.0-beta.42/node_modules/@effect/sql-sqlite-node/dist/SqliteMigrator.js
233715
233729
  /**
233716
233730
  * @category constructor
233717
233731
  * @since 1.0.0
@@ -233723,7 +233737,7 @@ const run$1 = /* @__PURE__ */ make$25({});
233723
233737
  */
233724
233738
  const layer$1 = (options) => effectDiscard(run$1(options));
233725
233739
  //#endregion
233726
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/internal/sqlite-vector.js
233740
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/internal/sqlite-vector.js
233727
233741
  /**
233728
233742
  * Binary extension for each platform
233729
233743
  */
@@ -233840,7 +233854,7 @@ function getExtensionPath() {
233840
233854
  throw new ExtensionNotFoundError(`SQLite Vector extension not found for platform: ${getCurrentPlatform()}\n\nThe platform-specific package "${getPlatformPackageName()}" is not installed.\nThis usually happens when:\n 1. Your platform is not supported\n 2. npm failed to install optional dependencies\n 3. You're installing with --no-optional flag\n\nTry running: npm install --force`);
233841
233855
  }
233842
233856
  //#endregion
233843
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/Sqlite.js
233857
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/Sqlite.js
233844
233858
  /**
233845
233859
  * @since 1.0.0
233846
233860
  */
@@ -233868,7 +233882,7 @@ const SqliteLayer = (database) => layer$1({ loader: fromRecord({ "0001_create_ch
233868
233882
  yield* fs.makeDirectory(directory, { recursive: true });
233869
233883
  }))));
233870
233884
  //#endregion
233871
- //#region node_modules/.pnpm/clanka@0.2.46_@effect+ai-openai-compat@4.0.0-beta.41_effect@4.0.0-beta.41__@effect+ai-o_19e59bd11005b5b9e50b91bcf0e3e7f5/node_modules/clanka/dist/SemanticSearch.js
233885
+ //#region node_modules/.pnpm/clanka@0.2.47_@effect+ai-openai-compat@4.0.0-beta.42_effect@4.0.0-beta.42__@effect+ai-o_44c6bb3103ca5aa236afb4ef52b52c58/node_modules/clanka/dist/SemanticSearch.js
233872
233886
  /**
233873
233887
  * @since 1.0.0
233874
233888
  */
@@ -243549,7 +243563,7 @@ const commandEdit = make$60("edit").pipe(withDescription("Open the selected proj
243549
243563
  const commandSource = make$60("source").pipe(withDescription("Select the issue source to use (e.g. GitHub Issues or Linear). This applies to all projects."), withHandler(() => selectIssueSource), provide(Settings.layer));
243550
243564
  //#endregion
243551
243565
  //#region package.json
243552
- var version = "0.3.121";
243566
+ var version = "0.3.122";
243553
243567
  //#endregion
243554
243568
  //#region src/Tracing.ts
243555
243569
  const TracingLayer = unwrap$3(gen(function* () {