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
2.2.0
to
2.3.0
+0
-2
dist/plugin.d.ts
export declare const IFLOW_PROVIDER_ID = "iFlow";
export declare const createIFlowPlugin: (id: string) => ({ client, directory }: any) => Promise<{
config: (config: any) => Promise<void>;
auth: {

@@ -26,3 +25,2 @@ provider: string;

export declare const IFlowOAuthPlugin: ({ client, directory }: any) => Promise<{
config: (config: any) => Promise<void>;
auth: {

@@ -29,0 +27,0 @@ provider: string;

@@ -155,8 +155,2 @@ import { loadConfig } from './plugin/config';

return {
config: async (config) => {
// Register iflow provider with models
config.provider = config.provider || {};
config.provider[id] = config.provider[id] || {};
config.provider[id].models = { ...DEFAULT_MODELS, ...(config.provider[id].models || {}) };
},
auth: {

@@ -163,0 +157,0 @@ provider: id,

+1
-1
{
"name": "@hung319/opencode-iflow-cli",
"version": "2.2.0",
"version": "2.3.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",