You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@qwen-code/sdk

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qwen-code/sdk - npm Package Compare versions

Comparing version
0.1.4
to
0.1.5-preview.0
+12
-1
dist/index.d.ts

@@ -200,2 +200,7 @@ // Generated by dts-bundle-generator v9.5.1

/**
* Authentication types supported by the CLI.
* Aligns with CLI's --auth-type parameter.
*/
export type AuthType = "openai" | "anthropic" | "qwen-oauth" | "gemini" | "vertex-ai";
/**
* TODO: Align with `ToolCallConfirmationDetails`

@@ -709,3 +714,3 @@ */

*/
authType?: "openai" | "qwen-oauth";
authType?: AuthType;
/**

@@ -726,2 +731,8 @@ * Configuration for subagents that can be invoked during the session.

/**
* Resume a previous session by providing its session ID.
* This is equivalent to using the `--resume` flag in the Qwen CLI.
* @example '123e4567-e89b-12d3-a456-426614174000'
*/
resume?: string;
/**
* Timeout configuration for various SDK operations.

@@ -728,0 +739,0 @@ * All values are in milliseconds.

+1
-1
{
"name": "@qwen-code/sdk",
"version": "0.1.4",
"version": "0.1.5-preview.0",
"description": "TypeScript SDK for programmatic access to qwen-code CLI",

@@ -5,0 +5,0 @@ "main": "./dist/index.cjs",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display