anygate 0.5.7 → 0.5.9
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/README.md +2 -2
- package/dist/chunk-6AFYEDSU.js +6934 -0
- package/dist/chunk-6AFYEDSU.js.map +1 -0
- package/dist/chunk-72WNE2IK.js +43 -0
- package/dist/chunk-P36O5B7N.js +168 -0
- package/dist/chunk-P36O5B7N.js.map +1 -0
- package/dist/{chunk-BCPX3QLK.js → chunk-PJ3L2TW7.js} +6810 -6628
- package/dist/chunk-PJ3L2TW7.js.map +1 -0
- package/dist/cli.js +11456 -11079
- package/dist/cli.js.map +1 -1
- package/dist/{command-E7O6ZQWJ.js → command-5BWYQP5G.js} +333 -19
- package/dist/command-5BWYQP5G.js.map +1 -0
- package/dist/constants-5RN2WJSS.js +29 -0
- package/dist/constants-5RN2WJSS.js.map +1 -0
- package/dist/provider-templates-MNJZTG3Z.js +25 -0
- package/dist/provider-templates-MNJZTG3Z.js.map +1 -0
- package/dist/registry/data/providers/go.json +10 -0
- package/dist/registry/data/providers/zen.json +10 -0
- package/dist/registry/data/templates/anthropic.json +13 -0
- package/dist/registry/data/templates/antigravity.json +15 -0
- package/dist/registry/data/templates/azure.json +11 -0
- package/dist/registry/data/templates/bedrock.json +11 -0
- package/dist/registry/data/templates/cerebras.json +13 -0
- package/dist/registry/data/templates/claude-code.json +15 -0
- package/dist/registry/data/templates/cohere.json +10 -0
- package/dist/registry/data/templates/deepinfra.json +13 -0
- package/dist/registry/data/templates/deepseek.json +13 -0
- package/dist/registry/data/templates/fireworks.json +13 -0
- package/dist/registry/data/templates/github-copilot.json +16 -0
- package/dist/registry/data/templates/go.json +13 -0
- package/dist/registry/data/templates/groq.json +13 -0
- package/dist/registry/data/templates/kilo.json +15 -0
- package/dist/registry/data/templates/lmstudio.json +14 -0
- package/dist/registry/data/templates/mistral.json +13 -0
- package/dist/registry/data/templates/nvidia.json +13 -0
- package/dist/registry/data/templates/ollama.json +14 -0
- package/dist/registry/data/templates/openai-oauth.json +13 -0
- package/dist/registry/data/templates/opencode-cloud.json +13 -0
- package/dist/registry/data/templates/openrouter.json +13 -0
- package/dist/registry/data/templates/ovh.json +13 -0
- package/dist/registry/data/templates/perplexity.json +13 -0
- package/dist/registry/data/templates/sambanova.json +12 -0
- package/dist/registry/data/templates/scaleway.json +13 -0
- package/dist/registry/data/templates/togetherai.json +13 -0
- package/dist/registry/data/templates/venice.json +13 -0
- package/dist/registry/data/templates/vertex.json +11 -0
- package/dist/registry/data/templates/xai-oauth.json +13 -0
- package/dist/registry/data/templates/xai.json +13 -0
- package/dist/registry/data/templates/zen.json +13 -0
- package/dist/ui/dist/assets/index-DWAOH_B3.css +1 -0
- package/dist/ui/dist/assets/index-gjYfrAXg.js +6 -0
- package/dist/ui/dist/index.html +2 -2
- package/package.json +3 -3
- package/dist/chunk-BCPX3QLK.js.map +0 -1
- package/dist/chunk-VKROC37K.js +0 -390
- package/dist/chunk-VKROC37K.js.map +0 -1
- package/dist/command-E7O6ZQWJ.js.map +0 -1
- package/dist/provider-templates-TWR5XSYI.js +0 -18
- package/dist/ui/dist/assets/index-3sdSv_1I.js +0 -5
- package/dist/ui/dist/assets/index-C4xd3r4v.css +0 -1
- /package/dist/{provider-templates-TWR5XSYI.js.map → chunk-72WNE2IK.js.map} +0 -0
package/README.md
CHANGED
|
@@ -66,9 +66,9 @@ Pick your backend:
|
|
|
66
66
|
|
|
67
67
|
## Features
|
|
68
68
|
|
|
69
|
-
- **Visual launcher UI:** `anygate ui` opens a browser dashboard — launch any supported tool with a point-and-click model picker. Pick provider and model in the UI; the terminal opens straight to the running session with no second selection step. Manage providers and favorites without leaving the browser.
|
|
69
|
+
- **Visual launcher UI:** `anygate ui` opens a browser dashboard (built with Svelte 5 at `src/ui/app/`) — launch any supported tool with a point-and-click model picker. Pick provider and model in the UI; the terminal opens straight to the running session with no second selection step. Manage providers and favorites without leaving the browser.
|
|
70
70
|
- **Server tab in the UI:** Run the same API gateway as `anygate server` — favorites-only or specific providers, discovery id masking for Claude Desktop / Cowork, local or network listen mode — from a browser form instead of a terminal wizard. Shows live URLs, the API key, and the full model catalog once started, with a one-click Stop.
|
|
71
|
-
- **Native provider registry:** `anygate providers` stores config in `~/.anygate/providers.json` and secrets in the OS keychain — no OpenCode binary required at launch. See **[docs/PROVIDERS.md](docs/PROVIDERS.md)** for a full list of providers and known issues.
|
|
71
|
+
- **Native provider registry:** `anygate providers` stores config in `~/.anygate/providers.json`, metadata in `src/registry/providers/`, and secrets in the OS keychain — no OpenCode binary required at launch. See **[docs/PROVIDERS.md](docs/PROVIDERS.md)** for a full list of providers and known issues.
|
|
72
72
|
- **Provider templates:** Add Groq, Mistral, Together, OpenRouter, and 15+ SDK-backed providers, plus custom OpenAI/Anthropic-compatible endpoints.
|
|
73
73
|
- **OpenCode import:** One-time import from OpenCode (`providers import`); validates API keys and skips placeholders like `anything`.
|
|
74
74
|
- **OpenCode Zen / Go:** Optional cloud backends when you have an OpenCode API key.
|