@vybestack/llxprt-code-core 0.1.23-nightly.250902.c3d3686d → 0.1.23-nightly.250904.97906524

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -112,10 +112,10 @@ Access Qwen3-Coder-Pro and other Qwen models for free:
112
112
  Use OAuth authentication to access Qwen with your free account:
113
113
 
114
114
  ```
115
- /auth qwen
115
+ /auth qwen enable
116
116
  ```
117
117
 
118
- Your browser will open to the Qwen authentication page. Log in and authorize LLxprt Code, then copy the authorization code shown and paste it back in the terminal. You're now using Qwen3-Coder-Pro for free!
118
+ This enables OAuth for Qwen. When you send your first message, your browser will automatically open to the Qwen authentication page. Log in and authorize LLxprt Code - the authentication will complete automatically and your request will be processed. You're now using Qwen3-Coder-Pro for free!
119
119
 
120
120
  #### Option 2: Use an API Key
121
121
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vybestack/llxprt-code-core",
3
- "version": "0.1.23-nightly.250902.c3d3686d",
3
+ "version": "0.1.23-nightly.250904.97906524",
4
4
  "description": "LLxprt Code Core",
5
5
  "repository": {
6
6
  "type": "git",