@hung319/opencode-iflow-cli
Advanced tools
+1
-1
@@ -1,2 +0,2 @@ | ||
| export declare const IFLOW_PROVIDER_ID = "iFlow"; | ||
| export declare const IFLOW_PROVIDER_ID = "iflow"; | ||
| export declare const createIFlowPlugin: (id: string) => ({ client, directory }: any) => Promise<{ | ||
@@ -3,0 +3,0 @@ auth: { |
+1
-1
@@ -12,3 +12,3 @@ import { loadConfig } from './plugin/config'; | ||
| import * as logger from './plugin/logger'; | ||
| export const IFLOW_PROVIDER_ID = 'iFlow'; | ||
| export const IFLOW_PROVIDER_ID = 'iflow'; | ||
| const sleep = (ms) => new Promise((r) => setTimeout(r, ms)); | ||
@@ -15,0 +15,0 @@ const isNetworkError = (e) => e instanceof Error && /econnreset|etimedout|enotfound|network|fetch failed/i.test(e.message); |
+1
-1
| { | ||
| "name": "@hung319/opencode-iflow-cli", | ||
| "version": "3.0.0", | ||
| "version": "4.0.0", | ||
| "description": "OpenCode plugin for iFlow providing access to Qwen, DeepSeek, Kimi, GLM, and iFlow ROME models with auto-config and headless OAuth support", | ||
@@ -5,0 +5,0 @@ "type": "module", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package