Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@hung319/opencode-iflow-cli

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hung319/opencode-iflow-cli - npm Package Compare versions

Comparing version
3.0.0
to
4.0.0
+1
-1
dist/plugin.d.ts

@@ -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: {

@@ -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);

{
"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",