archondev 2.19.22 → 2.19.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bug-QYKFP77X.js +12 -0
- package/dist/{chunk-YGDLWQBK.js → chunk-2LAC2IW3.js} +1 -1
- package/dist/{chunk-PJRQI5UN.js → chunk-3MZOEZUH.js} +1 -1
- package/dist/{chunk-O3B6BE5D.js → chunk-6URKZ7NB.js} +1 -1
- package/dist/{chunk-XKYRHJA5.js → chunk-77S6ZEVT.js} +2 -2
- package/dist/{chunk-UFR2LX6G.js → chunk-7C6JELBL.js} +25 -16
- package/dist/{chunk-PCTP3LKJ.js → chunk-DFDEEMQU.js} +1 -1
- package/dist/{chunk-6XLWTTGJ.js → chunk-DRWP34CI.js} +1 -1
- package/dist/{chunk-EIEU3IIY.js → chunk-F7R3QKHP.js} +6 -6
- package/dist/{chunk-PSUBO3TR.js → chunk-I2ORQAMH.js} +5 -5
- package/dist/{chunk-LWNFP7BL.js → chunk-JOID4CDJ.js} +6 -6
- package/dist/{chunk-MIT5Z5V7.js → chunk-KOD52FHX.js} +7 -7
- package/dist/{chunk-RWNRCLN5.js → chunk-QIGRZP5P.js} +1 -1
- package/dist/{chunk-3XEHZYXJ.js → chunk-RS3FR4UB.js} +1 -1
- package/dist/{chunk-6KE53F2W.js → chunk-WQIXCLK4.js} +1 -1
- package/dist/{code-review-GJVBZPZA.js → code-review-JUMR2TQM.js} +3 -3
- package/dist/{execute-3IUO33KY.js → execute-SGRPEDGM.js} +6 -6
- package/dist/{geo-HRG7M7YX.js → geo-KXVALNSF.js} +4 -4
- package/dist/index.js +102 -48
- package/dist/{interviewer-BWM5SNOE.js → interviewer-FACOJSBN.js} +2 -2
- package/dist/{list-P5H2N6WT.js → list-2PHO34IY.js} +6 -6
- package/dist/{models-UTFGCHAY.js → models-D4NV2MVH.js} +1 -1
- package/dist/{parallel-DBPSYNE4.js → parallel-RCMUYXE2.js} +6 -6
- package/dist/{plan-W4WQY7BR.js → plan-PJI6MCS3.js} +5 -5
- package/dist/{preferences-4V4C7MVD.js → preferences-AGIZD5E5.js} +2 -2
- package/dist/{review-BXESOS5R.js → review-7BBVCF7H.js} +4 -4
- package/dist/{show-CXJPLCXD.js → show-N7E3I6EF.js} +6 -6
- package/package.json +1 -1
- package/dist/bug-NZHQ6QZF.js +0 -12
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
bugReport
|
|
3
|
+
} from "./chunk-77S6ZEVT.js";
|
|
4
|
+
import "./chunk-DFDEEMQU.js";
|
|
5
|
+
import "./chunk-3MZOEZUH.js";
|
|
6
|
+
import "./chunk-F7R3QKHP.js";
|
|
7
|
+
import "./chunk-7C6JELBL.js";
|
|
8
|
+
import "./chunk-SVU7MLG6.js";
|
|
9
|
+
import "./chunk-4VNS5WPM.js";
|
|
10
|
+
export {
|
|
11
|
+
bugReport
|
|
12
|
+
};
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
|
|
5
5
|
// src/core/models/registry.json
|
|
6
6
|
var registry_default = {
|
|
7
|
-
lastUpdated: "2026-02-
|
|
7
|
+
lastUpdated: "2026-02-23T00:00:00Z",
|
|
8
8
|
version: "1.5.0",
|
|
9
9
|
providers: {
|
|
10
10
|
anthropic: {
|
|
@@ -21,13 +21,13 @@ var registry_default = {
|
|
|
21
21
|
],
|
|
22
22
|
thinking: [
|
|
23
23
|
{
|
|
24
|
-
id: "claude-sonnet-4-
|
|
25
|
-
name: "Claude Sonnet 4.
|
|
24
|
+
id: "claude-sonnet-4-6",
|
|
25
|
+
name: "Claude Sonnet 4.6",
|
|
26
26
|
active: true,
|
|
27
27
|
default: true,
|
|
28
28
|
costPer1kInput: 3e-3,
|
|
29
29
|
costPer1kOutput: 0.015,
|
|
30
|
-
aliases: ["claude-sonnet-4-20250514", "claude-sonnet"]
|
|
30
|
+
aliases: ["claude-sonnet-4-5-20250929", "claude-sonnet-4-20250514", "claude-sonnet"]
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
id: "claude-opus-4-5-20251101",
|
|
@@ -79,11 +79,19 @@ var registry_default = {
|
|
|
79
79
|
}
|
|
80
80
|
],
|
|
81
81
|
thinking: [
|
|
82
|
+
{
|
|
83
|
+
id: "gpt-5.3-codex",
|
|
84
|
+
name: "GPT-5.3 Codex",
|
|
85
|
+
active: true,
|
|
86
|
+
default: true,
|
|
87
|
+
costPer1kInput: 175e-5,
|
|
88
|
+
costPer1kOutput: 0.014,
|
|
89
|
+
aliases: ["gpt-5.3", "gpt-5-codex"]
|
|
90
|
+
},
|
|
82
91
|
{
|
|
83
92
|
id: "gpt-5.2",
|
|
84
93
|
name: "GPT-5.2",
|
|
85
94
|
active: true,
|
|
86
|
-
default: true,
|
|
87
95
|
costPer1kInput: 175e-5,
|
|
88
96
|
costPer1kOutput: 0.014
|
|
89
97
|
},
|
|
@@ -138,20 +146,21 @@ var registry_default = {
|
|
|
138
146
|
costPer1kOutput: 0.01
|
|
139
147
|
},
|
|
140
148
|
{
|
|
141
|
-
id: "gemini-3-pro-preview",
|
|
142
|
-
name: "Gemini 3 Pro",
|
|
149
|
+
id: "gemini-3.1-pro-preview",
|
|
150
|
+
name: "Gemini 3.1 Pro",
|
|
143
151
|
active: true,
|
|
144
152
|
costPer1kInput: 2e-3,
|
|
145
|
-
costPer1kOutput: 0.012
|
|
153
|
+
costPer1kOutput: 0.012,
|
|
154
|
+
aliases: ["gemini-3-pro-preview", "gemini-3-pro", "gemini-3.1-pro"]
|
|
146
155
|
}
|
|
147
156
|
]
|
|
148
157
|
}
|
|
149
158
|
},
|
|
150
159
|
defaults: {
|
|
151
160
|
fast: "claude-haiku-4-5",
|
|
152
|
-
thinking: "claude-sonnet-4-
|
|
153
|
-
primaryAdversarial: "claude-sonnet-4-
|
|
154
|
-
secondaryAdversarial: "gpt-5.
|
|
161
|
+
thinking: "claude-sonnet-4-6",
|
|
162
|
+
primaryAdversarial: "claude-sonnet-4-6",
|
|
163
|
+
secondaryAdversarial: "gpt-5.3-codex"
|
|
155
164
|
},
|
|
156
165
|
freeModels: [
|
|
157
166
|
"gpt-5-nano",
|
|
@@ -161,13 +170,13 @@ var registry_default = {
|
|
|
161
170
|
tierDefaults: {
|
|
162
171
|
PLANNING: {
|
|
163
172
|
anthropic: "claude-opus-4-6",
|
|
164
|
-
openai: "gpt-5.
|
|
165
|
-
google: "gemini-3-pro-preview"
|
|
173
|
+
openai: "gpt-5.3-codex",
|
|
174
|
+
google: "gemini-3.1-pro-preview"
|
|
166
175
|
},
|
|
167
176
|
REASONING: {
|
|
168
|
-
anthropic: "claude-sonnet-4-
|
|
169
|
-
openai: "gpt-5.
|
|
170
|
-
google: "gemini-
|
|
177
|
+
anthropic: "claude-sonnet-4-6",
|
|
178
|
+
openai: "gpt-5.3-codex",
|
|
179
|
+
google: "gemini-3.1-pro-preview"
|
|
171
180
|
},
|
|
172
181
|
EXECUTION: {
|
|
173
182
|
anthropic: "claude-haiku-4-5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getModelCostWithFallback
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7C6JELBL.js";
|
|
4
4
|
|
|
5
5
|
// src/agents/clients/anthropic.ts
|
|
6
6
|
import Anthropic from "@anthropic-ai/sdk";
|
|
@@ -95,15 +95,15 @@ var AnthropicClient = class {
|
|
|
95
95
|
function getDefaultModel(role) {
|
|
96
96
|
switch (role) {
|
|
97
97
|
case "architect":
|
|
98
|
-
return "claude-
|
|
98
|
+
return "claude-opus-4-6";
|
|
99
99
|
case "sentinel":
|
|
100
|
-
return "claude-sonnet-4-
|
|
100
|
+
return "claude-sonnet-4-6";
|
|
101
101
|
case "executor":
|
|
102
|
-
return "claude-sonnet-4-
|
|
102
|
+
return "claude-sonnet-4-6";
|
|
103
103
|
case "reviewer":
|
|
104
|
-
return "claude-sonnet-4-
|
|
104
|
+
return "claude-sonnet-4-6";
|
|
105
105
|
default:
|
|
106
|
-
return "claude-sonnet-4-
|
|
106
|
+
return "claude-sonnet-4-6";
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createAtom,
|
|
3
3
|
validateAtom
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-DFDEEMQU.js";
|
|
5
5
|
import {
|
|
6
6
|
ArchitectAgent
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-3MZOEZUH.js";
|
|
8
8
|
import {
|
|
9
9
|
AnthropicClient,
|
|
10
10
|
getDefaultModel
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-F7R3QKHP.js";
|
|
12
12
|
import {
|
|
13
13
|
createAuthedSupabaseClient
|
|
14
14
|
} from "./chunk-Q3GIFHIQ.js";
|
|
@@ -712,7 +712,7 @@ var TrackedAdversarialPlanner = class {
|
|
|
712
712
|
const totalInput = tokensPerCycle.input * estimatedCycles;
|
|
713
713
|
const totalOutput = tokensPerCycle.output * estimatedCycles;
|
|
714
714
|
const estimatedCost = this.recorder.estimateCost(
|
|
715
|
-
"claude-sonnet-4-
|
|
715
|
+
"claude-sonnet-4-6",
|
|
716
716
|
totalInput,
|
|
717
717
|
totalOutput
|
|
718
718
|
);
|
|
@@ -744,7 +744,7 @@ var TrackedAdversarialPlanner = class {
|
|
|
744
744
|
if (this.billing && this.recorder) {
|
|
745
745
|
const billingResult = await this.recorder.recordAndDeduct({
|
|
746
746
|
userId: this.billing.userId,
|
|
747
|
-
model: "claude-sonnet-4-
|
|
747
|
+
model: "claude-sonnet-4-6",
|
|
748
748
|
// Default model used by planner
|
|
749
749
|
provider: "anthropic",
|
|
750
750
|
operation: "ADVERSARIAL_PLANNING",
|
|
@@ -7,14 +7,14 @@ import {
|
|
|
7
7
|
UsageRecorder,
|
|
8
8
|
handleInsufficientCreditsRecovery,
|
|
9
9
|
loadAtom
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-I2ORQAMH.js";
|
|
11
11
|
import {
|
|
12
12
|
transitionAtom
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-DFDEEMQU.js";
|
|
14
14
|
import {
|
|
15
15
|
AnthropicClient,
|
|
16
16
|
getDefaultModel
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-F7R3QKHP.js";
|
|
18
18
|
import {
|
|
19
19
|
createAuthedSupabaseClient
|
|
20
20
|
} from "./chunk-Q3GIFHIQ.js";
|
|
@@ -4474,7 +4474,7 @@ var TrackedExecutorAgent = class {
|
|
|
4474
4474
|
return { sufficient: true, estimatedCostCents: 0, balance: 0 };
|
|
4475
4475
|
}
|
|
4476
4476
|
const estimatedCost = this.recorder.estimateCost(
|
|
4477
|
-
"claude-sonnet-4-
|
|
4477
|
+
"claude-sonnet-4-6",
|
|
4478
4478
|
6e3,
|
|
4479
4479
|
6e3
|
|
4480
4480
|
);
|
|
@@ -4506,7 +4506,7 @@ var TrackedExecutorAgent = class {
|
|
|
4506
4506
|
if (this.billing && this.recorder) {
|
|
4507
4507
|
billingResult = await this.recorder.recordAndDeduct({
|
|
4508
4508
|
userId: this.billing.userId,
|
|
4509
|
-
model: "claude-sonnet-4-
|
|
4509
|
+
model: "claude-sonnet-4-6",
|
|
4510
4510
|
provider: "anthropic",
|
|
4511
4511
|
operation: "EXECUTION",
|
|
4512
4512
|
inputTokens: result.usage.inputTokens,
|
|
@@ -4797,7 +4797,7 @@ function createPrompt() {
|
|
|
4797
4797
|
}
|
|
4798
4798
|
async function execute(atomId, options) {
|
|
4799
4799
|
if (options.parallel && options.parallel.length > 0) {
|
|
4800
|
-
const { parallelExecute } = await import("./parallel-
|
|
4800
|
+
const { parallelExecute } = await import("./parallel-RCMUYXE2.js");
|
|
4801
4801
|
const allAtomIds = [atomId, ...options.parallel];
|
|
4802
4802
|
await parallelExecute(allAtomIds, { skipGates: options.skipGates === true });
|
|
4803
4803
|
return;
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
invalidateTierCache,
|
|
12
12
|
isFreeModel,
|
|
13
13
|
isValidModel
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-7C6JELBL.js";
|
|
15
15
|
import {
|
|
16
16
|
keyManager
|
|
17
17
|
} from "./chunk-RDG5BUED.js";
|
|
@@ -64,14 +64,14 @@ var OPERATION_TIERS = {
|
|
|
64
64
|
};
|
|
65
65
|
var DEFAULT_TIER_CONFIG = {
|
|
66
66
|
PLANNING: {
|
|
67
|
-
anthropic: "claude-opus-4-
|
|
68
|
-
openai: "gpt-5.
|
|
69
|
-
google: "gemini-3-pro-preview"
|
|
67
|
+
anthropic: "claude-opus-4-6",
|
|
68
|
+
openai: "gpt-5.3-codex",
|
|
69
|
+
google: "gemini-3.1-pro-preview"
|
|
70
70
|
},
|
|
71
71
|
REASONING: {
|
|
72
|
-
anthropic: "claude-sonnet-4-
|
|
73
|
-
openai: "gpt-5.
|
|
74
|
-
google: "gemini-
|
|
72
|
+
anthropic: "claude-sonnet-4-6",
|
|
73
|
+
openai: "gpt-5.3-codex",
|
|
74
|
+
google: "gemini-3.1-pro-preview"
|
|
75
75
|
},
|
|
76
76
|
EXECUTION: {
|
|
77
77
|
anthropic: "claude-haiku-4-5",
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
analyzeProject,
|
|
5
5
|
featuresToTasks,
|
|
6
6
|
readArchitectureContext
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-2LAC2IW3.js";
|
|
8
|
+
import "./chunk-F7R3QKHP.js";
|
|
9
|
+
import "./chunk-7C6JELBL.js";
|
|
10
10
|
import "./chunk-4VNS5WPM.js";
|
|
11
11
|
export {
|
|
12
12
|
ReviewDatabase,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
execute
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JOID4CDJ.js";
|
|
4
4
|
import "./chunk-EBHHIUCB.js";
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
5
|
+
import "./chunk-I2ORQAMH.js";
|
|
6
|
+
import "./chunk-DFDEEMQU.js";
|
|
7
|
+
import "./chunk-3MZOEZUH.js";
|
|
8
|
+
import "./chunk-F7R3QKHP.js";
|
|
9
9
|
import "./chunk-Q3GIFHIQ.js";
|
|
10
10
|
import "./chunk-5EVHUDQX.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-7C6JELBL.js";
|
|
12
12
|
import "./chunk-TFSHS7EN.js";
|
|
13
13
|
import "./chunk-RDG5BUED.js";
|
|
14
14
|
import "./chunk-M4LGRTLC.js";
|
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
geoFaq,
|
|
5
5
|
geoIdentity,
|
|
6
6
|
geoSchema
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-6URKZ7NB.js";
|
|
8
8
|
import "./chunk-3ASILTFB.js";
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-3MZOEZUH.js";
|
|
10
|
+
import "./chunk-F7R3QKHP.js";
|
|
11
|
+
import "./chunk-7C6JELBL.js";
|
|
12
12
|
import "./chunk-SVU7MLG6.js";
|
|
13
13
|
import "./chunk-4VNS5WPM.js";
|
|
14
14
|
export {
|
package/dist/index.js
CHANGED
|
@@ -10,13 +10,13 @@ import {
|
|
|
10
10
|
} from "./chunk-JF7JCK6H.js";
|
|
11
11
|
import {
|
|
12
12
|
createGeoCommand
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-6URKZ7NB.js";
|
|
14
14
|
import {
|
|
15
15
|
show
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-RS3FR4UB.js";
|
|
17
17
|
import {
|
|
18
18
|
bugReport
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-77S6ZEVT.js";
|
|
20
20
|
import {
|
|
21
21
|
reviewAnalyze,
|
|
22
22
|
reviewExport,
|
|
@@ -28,8 +28,8 @@ import {
|
|
|
28
28
|
reviewShow,
|
|
29
29
|
reviewStatus,
|
|
30
30
|
reviewUpdate
|
|
31
|
-
} from "./chunk-
|
|
32
|
-
import "./chunk-
|
|
31
|
+
} from "./chunk-DRWP34CI.js";
|
|
32
|
+
import "./chunk-2LAC2IW3.js";
|
|
33
33
|
import "./chunk-3ASILTFB.js";
|
|
34
34
|
import {
|
|
35
35
|
resetPreferences,
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
showExecutionPreferences,
|
|
39
39
|
showPreferences,
|
|
40
40
|
showUsageDetails
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-KOD52FHX.js";
|
|
42
42
|
import {
|
|
43
43
|
init,
|
|
44
44
|
isInitialized
|
|
@@ -50,13 +50,13 @@ import {
|
|
|
50
50
|
parallelRunWaves,
|
|
51
51
|
parallelSchedule,
|
|
52
52
|
parallelStatus
|
|
53
|
-
} from "./chunk-
|
|
53
|
+
} from "./chunk-QIGRZP5P.js";
|
|
54
54
|
import {
|
|
55
55
|
DependencyParser,
|
|
56
56
|
EnvironmentConfigLoader,
|
|
57
57
|
EnvironmentValidator,
|
|
58
58
|
execute
|
|
59
|
-
} from "./chunk-
|
|
59
|
+
} from "./chunk-JOID4CDJ.js";
|
|
60
60
|
import {
|
|
61
61
|
cloudCancel,
|
|
62
62
|
cloudLogs,
|
|
@@ -64,26 +64,28 @@ import {
|
|
|
64
64
|
} from "./chunk-EBHHIUCB.js";
|
|
65
65
|
import {
|
|
66
66
|
list
|
|
67
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-WQIXCLK4.js";
|
|
68
68
|
import {
|
|
69
69
|
listLocalAtoms,
|
|
70
70
|
loadAtom,
|
|
71
71
|
plan
|
|
72
|
-
} from "./chunk-
|
|
73
|
-
import "./chunk-
|
|
74
|
-
import "./chunk-
|
|
72
|
+
} from "./chunk-I2ORQAMH.js";
|
|
73
|
+
import "./chunk-DFDEEMQU.js";
|
|
74
|
+
import "./chunk-3MZOEZUH.js";
|
|
75
75
|
import {
|
|
76
76
|
err,
|
|
77
77
|
ok,
|
|
78
78
|
sleep
|
|
79
|
-
} from "./chunk-
|
|
79
|
+
} from "./chunk-F7R3QKHP.js";
|
|
80
80
|
import {
|
|
81
81
|
createAuthedSupabaseClient
|
|
82
82
|
} from "./chunk-Q3GIFHIQ.js";
|
|
83
83
|
import {
|
|
84
84
|
ArchitectureParser
|
|
85
85
|
} from "./chunk-5EVHUDQX.js";
|
|
86
|
-
import
|
|
86
|
+
import {
|
|
87
|
+
findModel
|
|
88
|
+
} from "./chunk-7C6JELBL.js";
|
|
87
89
|
import {
|
|
88
90
|
addKey,
|
|
89
91
|
listKeys,
|
|
@@ -878,9 +880,17 @@ var ARCHON_LOGO_MINI = `
|
|
|
878
880
|
\u2588\u2591\u2591\u2588\u2591\u2591\u2588
|
|
879
881
|
\u2588\u2588\u2588\u2588\u2588\u2588
|
|
880
882
|
`;
|
|
883
|
+
var ARCHON_LOGO_SAFE = `
|
|
884
|
+
/\\
|
|
885
|
+
/__\\
|
|
886
|
+
/ /\\ \\
|
|
887
|
+
/ / \\ \\
|
|
888
|
+
\\/____\\/
|
|
889
|
+
`;
|
|
881
890
|
function displayBrandedHeader() {
|
|
882
891
|
if (process.env["ARCHON_TERMINAL_SAFE_MODE"] === "1") {
|
|
883
892
|
console.log();
|
|
893
|
+
console.log(ARCHON_LOGO_SAFE);
|
|
884
894
|
console.log("ArchonDev");
|
|
885
895
|
console.log("AI-Powered Development Governance");
|
|
886
896
|
console.log("----------------------------------------");
|
|
@@ -2604,6 +2614,7 @@ function detectWebProject(cwd) {
|
|
|
2604
2614
|
}
|
|
2605
2615
|
|
|
2606
2616
|
// src/cli/start.ts
|
|
2617
|
+
var PAID_TIER_DEFAULT_CHAT_MODEL = "gemini-3.1-pro-preview";
|
|
2607
2618
|
function uiText(rich, plain) {
|
|
2608
2619
|
return isTerminalSafeMode() ? plain : rich;
|
|
2609
2620
|
}
|
|
@@ -2657,6 +2668,11 @@ async function start(options = {}) {
|
|
|
2657
2668
|
const currentTier = config.tier || "FREE";
|
|
2658
2669
|
const tierDisplay = formatTierName(currentTier);
|
|
2659
2670
|
console.log(chalk5.dim(`Tier: `) + tierDisplay);
|
|
2671
|
+
const startupChatModel = await resolveStartupChatModel(currentTier, config.accessToken, config.userId);
|
|
2672
|
+
if (currentTier !== "FREE") {
|
|
2673
|
+
console.log(chalk5.dim(`Chat model: ${formatChatModelDisplay(startupChatModel)}`));
|
|
2674
|
+
console.log(chalk5.dim("Change model: archon preferences"));
|
|
2675
|
+
}
|
|
2660
2676
|
if (currentTier === "FREE") {
|
|
2661
2677
|
console.log();
|
|
2662
2678
|
console.log(chalk5.yellow("\u26A0\uFE0F FREE TIER: Limited usage. Upgrade options:"));
|
|
@@ -2876,6 +2892,44 @@ function formatTierName(tier) {
|
|
|
2876
2892
|
return tier;
|
|
2877
2893
|
}
|
|
2878
2894
|
}
|
|
2895
|
+
function getTierDefaultChatModel(tier) {
|
|
2896
|
+
switch (tier) {
|
|
2897
|
+
case "BYOK":
|
|
2898
|
+
case "CREDITS":
|
|
2899
|
+
case "CLAUDE_SUBSCRIPTION":
|
|
2900
|
+
return PAID_TIER_DEFAULT_CHAT_MODEL;
|
|
2901
|
+
case "FREE":
|
|
2902
|
+
default:
|
|
2903
|
+
return "gpt-5-nano";
|
|
2904
|
+
}
|
|
2905
|
+
}
|
|
2906
|
+
function formatChatModelDisplay(modelId) {
|
|
2907
|
+
if (modelId === PAID_TIER_DEFAULT_CHAT_MODEL) {
|
|
2908
|
+
return "Gemini 3.1 Pro (gemini-3.1-pro-preview)";
|
|
2909
|
+
}
|
|
2910
|
+
const model = findModel(modelId);
|
|
2911
|
+
return `${model?.name ?? modelId} (${modelId})`;
|
|
2912
|
+
}
|
|
2913
|
+
async function resolveStartupChatModel(tier, accessToken, existingAuthId) {
|
|
2914
|
+
const fallbackModel = getTierDefaultChatModel(tier);
|
|
2915
|
+
if (!accessToken || tier === "FREE") {
|
|
2916
|
+
return fallbackModel;
|
|
2917
|
+
}
|
|
2918
|
+
const authId = await resolveAuthIdFromToken(accessToken, existingAuthId);
|
|
2919
|
+
if (!authId) {
|
|
2920
|
+
return fallbackModel;
|
|
2921
|
+
}
|
|
2922
|
+
try {
|
|
2923
|
+
const { SUPABASE_URL: SUPABASE_URL2, SUPABASE_ANON_KEY: SUPABASE_ANON_KEY2 } = await import("./constants-XDIWFFPN.js");
|
|
2924
|
+
const { createAuthedSupabaseClient: createAuthedSupabaseClient2 } = await import("./client-PHW2C2HB.js");
|
|
2925
|
+
const supabase = createAuthedSupabaseClient2(SUPABASE_URL2, SUPABASE_ANON_KEY2, accessToken);
|
|
2926
|
+
const { data: rawProfile } = await supabase.from("user_profiles").select("pref_reasoning_model").eq("auth_id", authId).single();
|
|
2927
|
+
const profile = rawProfile;
|
|
2928
|
+
return profile?.pref_reasoning_model ?? fallbackModel;
|
|
2929
|
+
} catch {
|
|
2930
|
+
return fallbackModel;
|
|
2931
|
+
}
|
|
2932
|
+
}
|
|
2879
2933
|
async function resolveAuthIdFromToken(accessToken, existingAuthId) {
|
|
2880
2934
|
if (existingAuthId) return existingAuthId;
|
|
2881
2935
|
try {
|
|
@@ -3193,7 +3247,7 @@ async function runExploreFlow(cwd, followUpInput, options = {}) {
|
|
|
3193
3247
|
case "1": {
|
|
3194
3248
|
const description = await promptWithCommands("Describe what you want to do", { allowMultiline: true });
|
|
3195
3249
|
if (description.trim()) {
|
|
3196
|
-
const { plan: plan2 } = await import("./plan-
|
|
3250
|
+
const { plan: plan2 } = await import("./plan-PJI6MCS3.js");
|
|
3197
3251
|
await plan2(description, { conversational: true });
|
|
3198
3252
|
}
|
|
3199
3253
|
await showMainMenu();
|
|
@@ -3317,7 +3371,7 @@ async function gatherProjectInfo(cwd) {
|
|
|
3317
3371
|
return info;
|
|
3318
3372
|
}
|
|
3319
3373
|
async function runConversationalInterview(cwd, initialMessage) {
|
|
3320
|
-
const { InterviewerAgent, createInterviewerAgent } = await import("./interviewer-
|
|
3374
|
+
const { InterviewerAgent, createInterviewerAgent } = await import("./interviewer-FACOJSBN.js");
|
|
3321
3375
|
const agent = await createInterviewerAgent();
|
|
3322
3376
|
if (agent && agent.isAvailable()) {
|
|
3323
3377
|
await runAIInterview(cwd, initialMessage, agent);
|
|
@@ -3438,7 +3492,7 @@ ${state.forbiddenPatterns?.length ? `- **Forbidden patterns:** ${state.forbidden
|
|
|
3438
3492
|
const hintedTask = initialTaskHint?.trim() ?? "";
|
|
3439
3493
|
if (hintedTask) {
|
|
3440
3494
|
console.log(chalk5.dim("Using your request above as the first task.\n"));
|
|
3441
|
-
const { plan: plan2 } = await import("./plan-
|
|
3495
|
+
const { plan: plan2 } = await import("./plan-PJI6MCS3.js");
|
|
3442
3496
|
await plan2(hintedTask, { conversational: true });
|
|
3443
3497
|
return;
|
|
3444
3498
|
}
|
|
@@ -3463,7 +3517,7 @@ ${state.forbiddenPatterns?.length ? `- **Forbidden patterns:** ${state.forbidden
|
|
|
3463
3517
|
description = continueAnswer.trim();
|
|
3464
3518
|
}
|
|
3465
3519
|
if (description.trim()) {
|
|
3466
|
-
const { plan: plan2 } = await import("./plan-
|
|
3520
|
+
const { plan: plan2 } = await import("./plan-PJI6MCS3.js");
|
|
3467
3521
|
await plan2(description, { conversational: true });
|
|
3468
3522
|
}
|
|
3469
3523
|
}
|
|
@@ -3569,7 +3623,7 @@ async function analyzeAndAdapt(cwd) {
|
|
|
3569
3623
|
async function codeReviewFirst(cwd) {
|
|
3570
3624
|
console.log(chalk5.blue("\n-- Code Review Mode --\n"));
|
|
3571
3625
|
console.log(chalk5.dim("I'll analyze your code for issues without making any changes.\n"));
|
|
3572
|
-
const { reviewInit: reviewInit2, reviewAnalyze: reviewAnalyze2, reviewRun: reviewRun2 } = await import("./review-
|
|
3626
|
+
const { reviewInit: reviewInit2, reviewAnalyze: reviewAnalyze2, reviewRun: reviewRun2 } = await import("./review-7BBVCF7H.js");
|
|
3573
3627
|
const reviewDbPath = join6(cwd, "docs", "code-review", "review-tasks.db");
|
|
3574
3628
|
if (!existsSync6(reviewDbPath)) {
|
|
3575
3629
|
await reviewInit2();
|
|
@@ -3633,7 +3687,7 @@ async function handleAgentConversationInput(cwd, input) {
|
|
|
3633
3687
|
return true;
|
|
3634
3688
|
}
|
|
3635
3689
|
console.log(chalk5.dim("\n> Got it! Creating a task for this...\n"));
|
|
3636
|
-
const { plan: plan2 } = await import("./plan-
|
|
3690
|
+
const { plan: plan2 } = await import("./plan-PJI6MCS3.js");
|
|
3637
3691
|
await plan2(input, { conversational: true });
|
|
3638
3692
|
if (shouldStopAfterPlanning(input)) {
|
|
3639
3693
|
await showLatestPlannedAtom(cwd);
|
|
@@ -3652,7 +3706,7 @@ function shouldStopAfterPlanning(input) {
|
|
|
3652
3706
|
return normalized.includes("plan before") || normalized.includes("before continuing") || normalized.includes("before we continue") || normalized.includes("show me your plan") || normalized.includes("give me your plan") || normalized.includes("come up with a plan") || normalized.includes("do not start yet");
|
|
3653
3707
|
}
|
|
3654
3708
|
async function showLatestPlannedAtom(cwd) {
|
|
3655
|
-
const { listLocalAtoms: listLocalAtoms2 } = await import("./plan-
|
|
3709
|
+
const { listLocalAtoms: listLocalAtoms2 } = await import("./plan-PJI6MCS3.js");
|
|
3656
3710
|
const atoms = await listLocalAtoms2();
|
|
3657
3711
|
if (atoms.length === 0) {
|
|
3658
3712
|
console.log(chalk5.yellow("No atoms found yet. Tell me what to plan."));
|
|
@@ -3670,7 +3724,7 @@ async function showLatestPlannedAtom(cwd) {
|
|
|
3670
3724
|
console.log(chalk5.dim(`
|
|
3671
3725
|
Showing latest planned atom (${latest.externalId})...
|
|
3672
3726
|
`));
|
|
3673
|
-
const { show: show2 } = await import("./show-
|
|
3727
|
+
const { show: show2 } = await import("./show-N7E3I6EF.js");
|
|
3674
3728
|
await show2(latest.externalId);
|
|
3675
3729
|
}
|
|
3676
3730
|
function isContinuationDirective(input) {
|
|
@@ -3678,7 +3732,7 @@ function isContinuationDirective(input) {
|
|
|
3678
3732
|
return normalized === "continue" || normalized === "continue." || normalized === "go on" || normalized === "go ahead" || normalized === "next" || normalized === "proceed" || normalized === "do it";
|
|
3679
3733
|
}
|
|
3680
3734
|
async function continueWithCurrentTask(cwd) {
|
|
3681
|
-
const { listLocalAtoms: listLocalAtoms2 } = await import("./plan-
|
|
3735
|
+
const { listLocalAtoms: listLocalAtoms2 } = await import("./plan-PJI6MCS3.js");
|
|
3682
3736
|
const atoms = await listLocalAtoms2();
|
|
3683
3737
|
const pending = atoms.filter((a) => a.status === "READY" || a.status === "IN_PROGRESS").sort((a, b) => a.externalId.localeCompare(b.externalId));
|
|
3684
3738
|
if (pending.length === 0) {
|
|
@@ -3693,7 +3747,7 @@ async function continueWithCurrentTask(cwd) {
|
|
|
3693
3747
|
console.log(chalk5.dim(`
|
|
3694
3748
|
Continuing with ${nextAtom.externalId}...
|
|
3695
3749
|
`));
|
|
3696
|
-
const { execute: execute2 } = await import("./execute-
|
|
3750
|
+
const { execute: execute2 } = await import("./execute-SGRPEDGM.js");
|
|
3697
3751
|
await execute2(nextAtom.externalId, {});
|
|
3698
3752
|
}
|
|
3699
3753
|
async function showMainMenu() {
|
|
@@ -3761,7 +3815,7 @@ async function handleFreeformJourneyInput(cwd, input) {
|
|
|
3761
3815
|
const state = detectProjectState(cwd);
|
|
3762
3816
|
if (state.hasArchitecture) {
|
|
3763
3817
|
console.log(chalk5.dim("\n> Got it! Creating a task for this...\n"));
|
|
3764
|
-
const { plan: plan3 } = await import("./plan-
|
|
3818
|
+
const { plan: plan3 } = await import("./plan-PJI6MCS3.js");
|
|
3765
3819
|
await plan3(freeform, { conversational: true });
|
|
3766
3820
|
return true;
|
|
3767
3821
|
}
|
|
@@ -3770,7 +3824,7 @@ async function handleFreeformJourneyInput(cwd, input) {
|
|
|
3770
3824
|
return true;
|
|
3771
3825
|
}
|
|
3772
3826
|
console.log(chalk5.dim("\n> Got it! Creating a task for this...\n"));
|
|
3773
|
-
const { plan: plan2 } = await import("./plan-
|
|
3827
|
+
const { plan: plan2 } = await import("./plan-PJI6MCS3.js");
|
|
3774
3828
|
await plan2(freeform, { conversational: true });
|
|
3775
3829
|
return true;
|
|
3776
3830
|
}
|
|
@@ -3820,24 +3874,24 @@ async function handlePostExploreAction(cwd, request) {
|
|
|
3820
3874
|
} else {
|
|
3821
3875
|
console.log(chalk5.dim("> Got it! Creating a task for this...\n"));
|
|
3822
3876
|
}
|
|
3823
|
-
const { plan: plan2 } = await import("./plan-
|
|
3877
|
+
const { plan: plan2 } = await import("./plan-PJI6MCS3.js");
|
|
3824
3878
|
await plan2(request, { conversational: true });
|
|
3825
3879
|
}
|
|
3826
3880
|
async function planTask() {
|
|
3827
|
-
const { plan: plan2 } = await import("./plan-
|
|
3881
|
+
const { plan: plan2 } = await import("./plan-PJI6MCS3.js");
|
|
3828
3882
|
const description = await promptWithCommands("Describe what you want to build", { allowMultiline: true });
|
|
3829
3883
|
if (description.trim()) {
|
|
3830
3884
|
await plan2(description, { conversational: true });
|
|
3831
3885
|
}
|
|
3832
3886
|
}
|
|
3833
3887
|
async function listAtoms() {
|
|
3834
|
-
const { list: list2 } = await import("./list-
|
|
3888
|
+
const { list: list2 } = await import("./list-2PHO34IY.js");
|
|
3835
3889
|
await list2({});
|
|
3836
3890
|
}
|
|
3837
3891
|
async function executeNext() {
|
|
3838
|
-
const { listLocalAtoms: listLocalAtoms2 } = await import("./plan-
|
|
3892
|
+
const { listLocalAtoms: listLocalAtoms2 } = await import("./plan-PJI6MCS3.js");
|
|
3839
3893
|
const { analyzeProject, getComplexityDescription, getModeDescription } = await import("./orchestration-HIF3KP25.js");
|
|
3840
|
-
const { loadExecutionPreferences } = await import("./preferences-
|
|
3894
|
+
const { loadExecutionPreferences } = await import("./preferences-AGIZD5E5.js");
|
|
3841
3895
|
const cwd = process.cwd();
|
|
3842
3896
|
const atoms = await listLocalAtoms2();
|
|
3843
3897
|
const pendingAtoms = atoms.filter((a) => a.status === "READY" || a.status === "IN_PROGRESS");
|
|
@@ -3906,11 +3960,11 @@ async function executeNext() {
|
|
|
3906
3960
|
}
|
|
3907
3961
|
}
|
|
3908
3962
|
if (selectedMode === "parallel-cloud") {
|
|
3909
|
-
const { parallelExecuteCloud: parallelExecuteCloud2 } = await import("./parallel-
|
|
3963
|
+
const { parallelExecuteCloud: parallelExecuteCloud2 } = await import("./parallel-RCMUYXE2.js");
|
|
3910
3964
|
await parallelExecuteCloud2(runIds);
|
|
3911
3965
|
return;
|
|
3912
3966
|
}
|
|
3913
|
-
const { parallelExecute } = await import("./parallel-
|
|
3967
|
+
const { parallelExecute } = await import("./parallel-RCMUYXE2.js");
|
|
3914
3968
|
await parallelExecute(runIds);
|
|
3915
3969
|
return;
|
|
3916
3970
|
}
|
|
@@ -3918,14 +3972,14 @@ async function executeNext() {
|
|
|
3918
3972
|
const atomId = await prompt("Enter atom ID to execute (or press Enter for first pending)");
|
|
3919
3973
|
const targetId = atomId.trim() || pendingAtoms[0]?.id;
|
|
3920
3974
|
if (targetId) {
|
|
3921
|
-
const { execute: execute2 } = await import("./execute-
|
|
3975
|
+
const { execute: execute2 } = await import("./execute-SGRPEDGM.js");
|
|
3922
3976
|
await execute2(targetId, {});
|
|
3923
3977
|
} else {
|
|
3924
3978
|
console.log(chalk5.yellow("No atom to execute."));
|
|
3925
3979
|
}
|
|
3926
3980
|
}
|
|
3927
3981
|
async function reportBug() {
|
|
3928
|
-
const { bugReport: bugReport2 } = await import("./bug-
|
|
3982
|
+
const { bugReport: bugReport2 } = await import("./bug-QYKFP77X.js");
|
|
3929
3983
|
const title = await prompt("Bug title");
|
|
3930
3984
|
if (title.trim()) {
|
|
3931
3985
|
await bugReport2(title, {});
|
|
@@ -3936,7 +3990,7 @@ async function viewStatus() {
|
|
|
3936
3990
|
await status2();
|
|
3937
3991
|
}
|
|
3938
3992
|
async function settingsMenu() {
|
|
3939
|
-
const { interactiveSettings } = await import("./preferences-
|
|
3993
|
+
const { interactiveSettings } = await import("./preferences-AGIZD5E5.js");
|
|
3940
3994
|
await interactiveSettings();
|
|
3941
3995
|
}
|
|
3942
3996
|
async function reviewCode() {
|
|
@@ -3944,7 +3998,7 @@ async function reviewCode() {
|
|
|
3944
3998
|
const reviewDbPath = join6(cwd, "docs", "code-review", "review-tasks.db");
|
|
3945
3999
|
if (!existsSync6(reviewDbPath)) {
|
|
3946
4000
|
console.log(chalk5.dim("Code review not initialized. Starting setup...\n"));
|
|
3947
|
-
const { reviewInit: reviewInit2 } = await import("./review-
|
|
4001
|
+
const { reviewInit: reviewInit2 } = await import("./review-7BBVCF7H.js");
|
|
3948
4002
|
await reviewInit2();
|
|
3949
4003
|
console.log();
|
|
3950
4004
|
}
|
|
@@ -3961,27 +4015,27 @@ async function reviewCode() {
|
|
|
3961
4015
|
const choice = resolveReviewChoice(raw);
|
|
3962
4016
|
switch (choice) {
|
|
3963
4017
|
case "1": {
|
|
3964
|
-
const { reviewAnalyze: reviewAnalyze2 } = await import("./review-
|
|
4018
|
+
const { reviewAnalyze: reviewAnalyze2 } = await import("./review-7BBVCF7H.js");
|
|
3965
4019
|
await reviewAnalyze2();
|
|
3966
4020
|
break;
|
|
3967
4021
|
}
|
|
3968
4022
|
case "2": {
|
|
3969
|
-
const { reviewStatus: reviewStatus2 } = await import("./review-
|
|
4023
|
+
const { reviewStatus: reviewStatus2 } = await import("./review-7BBVCF7H.js");
|
|
3970
4024
|
await reviewStatus2();
|
|
3971
4025
|
break;
|
|
3972
4026
|
}
|
|
3973
4027
|
case "3": {
|
|
3974
|
-
const { reviewNext: reviewNext2 } = await import("./review-
|
|
4028
|
+
const { reviewNext: reviewNext2 } = await import("./review-7BBVCF7H.js");
|
|
3975
4029
|
await reviewNext2();
|
|
3976
4030
|
break;
|
|
3977
4031
|
}
|
|
3978
4032
|
case "4": {
|
|
3979
|
-
const { reviewList: reviewList2 } = await import("./review-
|
|
4033
|
+
const { reviewList: reviewList2 } = await import("./review-7BBVCF7H.js");
|
|
3980
4034
|
await reviewList2({});
|
|
3981
4035
|
break;
|
|
3982
4036
|
}
|
|
3983
4037
|
case "5": {
|
|
3984
|
-
const { reviewRun: reviewRun2 } = await import("./review-
|
|
4038
|
+
const { reviewRun: reviewRun2 } = await import("./review-7BBVCF7H.js");
|
|
3985
4039
|
await reviewRun2({ all: true });
|
|
3986
4040
|
break;
|
|
3987
4041
|
}
|
|
@@ -4067,7 +4121,7 @@ async function handleSlashCommand(input) {
|
|
|
4067
4121
|
const arg = parts.slice(1).join(" ").trim();
|
|
4068
4122
|
switch (command) {
|
|
4069
4123
|
case "/plan": {
|
|
4070
|
-
const { plan: plan2 } = await import("./plan-
|
|
4124
|
+
const { plan: plan2 } = await import("./plan-PJI6MCS3.js");
|
|
4071
4125
|
if (arg) {
|
|
4072
4126
|
await plan2(arg, { conversational: true });
|
|
4073
4127
|
} else {
|
|
@@ -4162,7 +4216,7 @@ async function promptWithCommands(question, options = {}) {
|
|
|
4162
4216
|
async function runWebChecksSuite() {
|
|
4163
4217
|
const { a11yCheck: a11yCheck2 } = await import("./a11y-O35BAA25.js");
|
|
4164
4218
|
const { seoCheck } = await import("./seo-PMI42KRZ.js");
|
|
4165
|
-
const { geoAudit } = await import("./geo-
|
|
4219
|
+
const { geoAudit } = await import("./geo-KXVALNSF.js");
|
|
4166
4220
|
console.log(chalk5.blue("\nRunning web checks (A11y, SEO, GEO)...\n"));
|
|
4167
4221
|
await a11yCheck2({});
|
|
4168
4222
|
await seoCheck({});
|
|
@@ -4203,17 +4257,17 @@ async function showWebChecksMenu() {
|
|
|
4203
4257
|
break;
|
|
4204
4258
|
}
|
|
4205
4259
|
case "4": {
|
|
4206
|
-
const { geoAudit } = await import("./geo-
|
|
4260
|
+
const { geoAudit } = await import("./geo-KXVALNSF.js");
|
|
4207
4261
|
await geoAudit();
|
|
4208
4262
|
break;
|
|
4209
4263
|
}
|
|
4210
4264
|
case "5": {
|
|
4211
|
-
const { geoIdentity } = await import("./geo-
|
|
4265
|
+
const { geoIdentity } = await import("./geo-KXVALNSF.js");
|
|
4212
4266
|
await geoIdentity();
|
|
4213
4267
|
break;
|
|
4214
4268
|
}
|
|
4215
4269
|
case "6": {
|
|
4216
|
-
const { geoSchema } = await import("./geo-
|
|
4270
|
+
const { geoSchema } = await import("./geo-KXVALNSF.js");
|
|
4217
4271
|
await geoSchema({});
|
|
4218
4272
|
break;
|
|
4219
4273
|
}
|
|
@@ -7312,7 +7366,7 @@ async function modelsSync(options) {
|
|
|
7312
7366
|
}
|
|
7313
7367
|
}
|
|
7314
7368
|
async function modelsList() {
|
|
7315
|
-
const { getAllActiveModels, getModelCost, isFreeModel } = await import("./models-
|
|
7369
|
+
const { getAllActiveModels, getModelCost, isFreeModel } = await import("./models-D4NV2MVH.js");
|
|
7316
7370
|
const models = getAllActiveModels();
|
|
7317
7371
|
console.log(chalk15.bold("\n\u{1F4CB} Model Registry\n"));
|
|
7318
7372
|
let currentProvider = "";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
list
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-WQIXCLK4.js";
|
|
4
|
+
import "./chunk-I2ORQAMH.js";
|
|
5
|
+
import "./chunk-DFDEEMQU.js";
|
|
6
|
+
import "./chunk-3MZOEZUH.js";
|
|
7
|
+
import "./chunk-F7R3QKHP.js";
|
|
8
8
|
import "./chunk-Q3GIFHIQ.js";
|
|
9
9
|
import "./chunk-5EVHUDQX.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-7C6JELBL.js";
|
|
11
11
|
import "./chunk-TFSHS7EN.js";
|
|
12
12
|
import "./chunk-RDG5BUED.js";
|
|
13
13
|
import "./chunk-M4LGRTLC.js";
|
|
@@ -6,15 +6,15 @@ import {
|
|
|
6
6
|
parallelRunWaves,
|
|
7
7
|
parallelSchedule,
|
|
8
8
|
parallelStatus
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-QIGRZP5P.js";
|
|
10
10
|
import "./chunk-EBHHIUCB.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-I2ORQAMH.js";
|
|
12
|
+
import "./chunk-DFDEEMQU.js";
|
|
13
|
+
import "./chunk-3MZOEZUH.js";
|
|
14
|
+
import "./chunk-F7R3QKHP.js";
|
|
15
15
|
import "./chunk-Q3GIFHIQ.js";
|
|
16
16
|
import "./chunk-5EVHUDQX.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-7C6JELBL.js";
|
|
18
18
|
import "./chunk-TFSHS7EN.js";
|
|
19
19
|
import "./chunk-RDG5BUED.js";
|
|
20
20
|
import "./chunk-M4LGRTLC.js";
|
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
loadAtom,
|
|
4
4
|
parseAtomDescription,
|
|
5
5
|
plan
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-I2ORQAMH.js";
|
|
7
|
+
import "./chunk-DFDEEMQU.js";
|
|
8
|
+
import "./chunk-3MZOEZUH.js";
|
|
9
|
+
import "./chunk-F7R3QKHP.js";
|
|
10
10
|
import "./chunk-Q3GIFHIQ.js";
|
|
11
11
|
import "./chunk-5EVHUDQX.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-7C6JELBL.js";
|
|
13
13
|
import "./chunk-TFSHS7EN.js";
|
|
14
14
|
import "./chunk-RDG5BUED.js";
|
|
15
15
|
import "./chunk-M4LGRTLC.js";
|
|
@@ -9,9 +9,9 @@ import {
|
|
|
9
9
|
showExecutionPreferences,
|
|
10
10
|
showPreferences,
|
|
11
11
|
showUsageDetails
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-KOD52FHX.js";
|
|
13
13
|
import "./chunk-Q3GIFHIQ.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-7C6JELBL.js";
|
|
15
15
|
import "./chunk-TFSHS7EN.js";
|
|
16
16
|
import "./chunk-RDG5BUED.js";
|
|
17
17
|
import "./chunk-F4OUCZPN.js";
|
|
@@ -9,10 +9,10 @@ import {
|
|
|
9
9
|
reviewShow,
|
|
10
10
|
reviewStatus,
|
|
11
11
|
reviewUpdate
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-DRWP34CI.js";
|
|
13
|
+
import "./chunk-2LAC2IW3.js";
|
|
14
|
+
import "./chunk-F7R3QKHP.js";
|
|
15
|
+
import "./chunk-7C6JELBL.js";
|
|
16
16
|
import "./chunk-4VNS5WPM.js";
|
|
17
17
|
export {
|
|
18
18
|
reviewAnalyze,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
show
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-RS3FR4UB.js";
|
|
4
|
+
import "./chunk-I2ORQAMH.js";
|
|
5
|
+
import "./chunk-DFDEEMQU.js";
|
|
6
|
+
import "./chunk-3MZOEZUH.js";
|
|
7
|
+
import "./chunk-F7R3QKHP.js";
|
|
8
8
|
import "./chunk-Q3GIFHIQ.js";
|
|
9
9
|
import "./chunk-5EVHUDQX.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-7C6JELBL.js";
|
|
11
11
|
import "./chunk-TFSHS7EN.js";
|
|
12
12
|
import "./chunk-RDG5BUED.js";
|
|
13
13
|
import "./chunk-M4LGRTLC.js";
|
package/package.json
CHANGED
package/dist/bug-NZHQ6QZF.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
bugReport
|
|
3
|
-
} from "./chunk-XKYRHJA5.js";
|
|
4
|
-
import "./chunk-PCTP3LKJ.js";
|
|
5
|
-
import "./chunk-PJRQI5UN.js";
|
|
6
|
-
import "./chunk-EIEU3IIY.js";
|
|
7
|
-
import "./chunk-UFR2LX6G.js";
|
|
8
|
-
import "./chunk-SVU7MLG6.js";
|
|
9
|
-
import "./chunk-4VNS5WPM.js";
|
|
10
|
-
export {
|
|
11
|
-
bugReport
|
|
12
|
-
};
|