@qwen-code/sdk
Advanced tools
+12
-1
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
43371310
0.42%2674
0.75%26
4%