@tryarcanist/cli 0.1.189 → 0.1.190

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -758,7 +758,8 @@ var MODEL_REGISTRY = [
758
758
  // June 2026). Bridge cost estimates deliberately strip this gateway-only
759
759
  // axis when deriving MODEL_PRICING.
760
760
  flex: { inputPerMillion: 0.375, outputPerMillion: 2.25, cacheReadPerMillion: 0.0375 }
761
- }
761
+ },
762
+ sessionStart: { eligible: true }
762
763
  },
763
764
  {
764
765
  id: OpenAIModel.GPT54Nano,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryarcanist/cli",
3
- "version": "0.1.189",
3
+ "version": "0.1.190",
4
4
  "description": "CLI for Arcanist — create and manage coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {