@tryarcanist/cli 0.1.279 → 0.1.281
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -10196,6 +10196,7 @@ var ONBOARDING_STAGES = [
|
|
|
10196
10196
|
"escalated_to_engineer",
|
|
10197
10197
|
"engineer_unblocked",
|
|
10198
10198
|
"escalated_to_customer",
|
|
10199
|
+
"question_for_customer",
|
|
10199
10200
|
"customer_unblocked",
|
|
10200
10201
|
"completed",
|
|
10201
10202
|
"failed"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryarcanist/cli",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "CLI for Arcanist
|
|
3
|
+
"version": "0.1.281",
|
|
4
|
+
"description": "CLI for Arcanist - create and manage coding agent sessions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"arcanist": "dist/index.js"
|