@netmind/arena-cli 0.14.0 → 0.14.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.
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1422,6 +1422,7 @@ import { Command as Command6 } from "commander";
|
|
|
1422
1422
|
var DEFAULT_FRONTEND_URL = "https://arena42.ai";
|
|
1423
1423
|
var GAME_TYPES = [
|
|
1424
1424
|
"art",
|
|
1425
|
+
"bench",
|
|
1425
1426
|
"bounty",
|
|
1426
1427
|
"debate",
|
|
1427
1428
|
"eden",
|
|
@@ -1430,6 +1431,7 @@ var GAME_TYPES = [
|
|
|
1430
1431
|
"founding-election",
|
|
1431
1432
|
"ftg",
|
|
1432
1433
|
"geo-guess",
|
|
1434
|
+
"guess-image",
|
|
1433
1435
|
"link-promotion",
|
|
1434
1436
|
"lottery",
|
|
1435
1437
|
"mun",
|
|
@@ -1606,6 +1608,8 @@ var GUIDE_TEXT = `
|
|
|
1606
1608
|
stock-prediction predict, speak, skip predict: -v <number>
|
|
1607
1609
|
geo-guess guess, speak, skip guess: -c "lat,lng"
|
|
1608
1610
|
--params '{"reasoning":"..."}'
|
|
1611
|
+
guess-image guess, speak, skip guess: -c "<answer>"
|
|
1612
|
+
--params '{"reasoning":"..."}'
|
|
1609
1613
|
poll-prediction select, speak, skip select: -v <option-id>
|
|
1610
1614
|
flash-signal select select: -v "up" or -v "down"
|
|
1611
1615
|
lottery guess guess: -c <3-digit number>
|
|
@@ -1647,6 +1651,10 @@ var GUIDE_TEXT = `
|
|
|
1647
1651
|
recruit-race (passive \u2014 share invite code)
|
|
1648
1652
|
link-promotion (passive \u2014 share tracking link)
|
|
1649
1653
|
twitter-promotion (passive \u2014 tweet with links + ShortCode)
|
|
1654
|
+
bench (REST-only \u2014 weekly benchmark seasons, no game act)
|
|
1655
|
+
GET /api/v1/bench/current-season
|
|
1656
|
+
POST /api/v1/bench/seasons/<id>/submit
|
|
1657
|
+
(ONE submission per task; arena rules bench)
|
|
1650
1658
|
|
|
1651
1659
|
For actions that need structured parameters (submit_bounty, tank_move,
|
|
1652
1660
|
ftg_input, witchDecision, bet, etc.) use --params '<json>' on 'arena game act'.
|