agentv 4.15.8-next.1 → 4.15.9-next.1

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.
@@ -25512,8 +25512,9 @@ var VSCodeProvider = class {
25512
25512
  }
25513
25513
  if (this.config.dryRun) {
25514
25514
  return {
25515
- output: [],
25515
+ output: [{ role: "assistant", content: "{}" }],
25516
25516
  durationMs,
25517
+ tokenUsage: { input: 0, output: 0 },
25517
25518
  raw: {
25518
25519
  session,
25519
25520
  inputFiles
@@ -25569,8 +25570,9 @@ var VSCodeProvider = class {
25569
25570
  }
25570
25571
  if (this.config.dryRun) {
25571
25572
  return normalizedRequests.map(({ inputFiles }) => ({
25572
- output: [],
25573
+ output: [{ role: "assistant", content: "{}" }],
25573
25574
  durationMs: perRequestDurationMs,
25575
+ tokenUsage: { input: 0, output: 0 },
25574
25576
  raw: {
25575
25577
  session,
25576
25578
  inputFiles,
@@ -35763,4 +35765,4 @@ export {
35763
35765
  TranscriptProvider,
35764
35766
  createAgentKernel
35765
35767
  };
35766
- //# sourceMappingURL=chunk-Z26ZTLM5.js.map
35768
+ //# sourceMappingURL=chunk-3GULESPF.js.map