@rallycry/conveyor-agent 8.3.0 → 8.3.2

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.
@@ -8,8 +8,10 @@ import {
8
8
  createHarness,
9
9
  createServiceLogger,
10
10
  defineTool,
11
+ ensureClaudeCredentials,
12
+ removeConveyorCredentials,
11
13
  sessionTranscriptPath
12
- } from "./chunk-ND473JTK.js";
14
+ } from "./chunk-VBVE7I5Y.js";
13
15
 
14
16
  // src/setup/bootstrap.ts
15
17
  var BOOTSTRAP_TIMEOUT_MS = 3e4;
@@ -7932,9 +7934,11 @@ var SessionRunner = class _SessionRunner {
7932
7934
  if (data.isSubscription) {
7933
7935
  process.env.CLAUDE_CODE_OAUTH_TOKEN = data.apiKey;
7934
7936
  delete process.env.ANTHROPIC_API_KEY;
7937
+ void ensureClaudeCredentials();
7935
7938
  } else {
7936
7939
  process.env.ANTHROPIC_API_KEY = data.apiKey;
7937
7940
  delete process.env.CLAUDE_CODE_OAUTH_TOKEN;
7941
+ void removeConveyorCredentials();
7938
7942
  }
7939
7943
  });
7940
7944
  this.connection.onPullBranch(({ branch }) => {
@@ -10070,7 +10074,7 @@ var ProjectRunner = class {
10070
10074
  async handleAuditTags(request) {
10071
10075
  this.connection.emitStatus("busy");
10072
10076
  try {
10073
- const { handleTagAudit } = await import("./tag-audit-handler-RFGGQWG6.js");
10077
+ const { handleTagAudit } = await import("./tag-audit-handler-22DR2KRE.js");
10074
10078
  await handleTagAudit(request, this.connection, this.projectDir);
10075
10079
  } catch (error) {
10076
10080
  const msg = parseErrorMessage(error);
@@ -10093,7 +10097,7 @@ var ProjectRunner = class {
10093
10097
  async handleAuditTasks(request) {
10094
10098
  this.connection.emitStatus("busy");
10095
10099
  try {
10096
- const { handleTaskAudit } = await import("./task-audit-handler-BN42VOYM.js");
10100
+ const { handleTaskAudit } = await import("./task-audit-handler-YIESAVO7.js");
10097
10101
  await handleTaskAudit(request, this.connection, this.projectDir);
10098
10102
  } catch (error) {
10099
10103
  const msg = parseErrorMessage(error);
@@ -10234,4 +10238,4 @@ export {
10234
10238
  loadConveyorConfig,
10235
10239
  unshallowRepo
10236
10240
  };
10237
- //# sourceMappingURL=chunk-WNPFZC3I.js.map
10241
+ //# sourceMappingURL=chunk-5YZY3J62.js.map