@tryarcanist/cli 0.1.143 → 0.1.145

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 +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -680,7 +680,6 @@ var MODEL_REGISTRY = [
680
680
  provider: "baseten",
681
681
  backends: [OPENCODE_AGENT_RUNTIME_BACKEND],
682
682
  contextWindow: 128e3,
683
- visibility: "internal_probe",
684
683
  // Verified 2026-06-26 against GET https://inference.baseten.co/v1/models:
685
684
  // the served id is namespaced `openai/gpt-oss-120b`, not bare `gpt-oss-120b`.
686
685
  providerModelId: "openai/gpt-oss-120b"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryarcanist/cli",
3
- "version": "0.1.143",
3
+ "version": "0.1.145",
4
4
  "description": "CLI for Arcanist — create and manage coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {