@vybestack/llxprt-code 0.1.23-nightly.250902.c3d3686d → 0.1.23-nightly.250903.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.
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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vybestack/llxprt-code",
3
- "version": "0.1.23-nightly.250902.c3d3686d",
3
+ "version": "0.1.23-nightly.250903.97906524",
4
4
  "description": "LLxprt Code",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,7 +33,7 @@
33
33
  "dist"
34
34
  ],
35
35
  "config": {
36
- "sandboxImageUri": "ghcr.io/acoliver/llxprt-code/sandbox:0.1.23-nightly.250902.c3d3686d"
36
+ "sandboxImageUri": "ghcr.io/acoliver/llxprt-code/sandbox:0.1.23-nightly.250903.97906524"
37
37
  },
38
38
  "dependencies": {
39
39
  "@anthropic-ai/sdk": "^0.55.1",
@@ -42,7 +42,7 @@
42
42
  "@iarna/toml": "^2.2.5",
43
43
  "@modelcontextprotocol/sdk": "^1.15.1",
44
44
  "@types/update-notifier": "^6.0.8",
45
- "@vybestack/llxprt-code-core": "0.1.23-nightly.250902.c3d3686d",
45
+ "@vybestack/llxprt-code-core": "0.1.23-nightly.250903.97906524",
46
46
  "chalk": "^5.3.0",
47
47
  "command-exists": "^1.2.9",
48
48
  "diff": "^7.0.0",
@@ -5,7 +5,7 @@
5
5
  */
6
6
  import { MCPServerConfig, GeminiCLIExtension } from '@vybestack/llxprt-code-core';
7
7
  export declare const EXTENSIONS_DIRECTORY_NAME: string;
8
- export declare const EXTENSIONS_CONFIG_FILENAME = "gemini-extension.json";
8
+ export declare const EXTENSIONS_CONFIG_FILENAME = "llxprt-extension.json";
9
9
  export interface Extension {
10
10
  path: string;
11
11
  config: ExtensionConfig;
@@ -7,7 +7,7 @@ import * as fs from 'fs';
7
7
  import * as path from 'path';
8
8
  import * as os from 'os';
9
9
  export const EXTENSIONS_DIRECTORY_NAME = path.join('.llxprt', 'extensions');
10
- export const EXTENSIONS_CONFIG_FILENAME = 'gemini-extension.json';
10
+ export const EXTENSIONS_CONFIG_FILENAME = 'llxprt-extension.json';
11
11
  export function loadExtensions(workspaceDir) {
12
12
  const allExtensions = [
13
13
  ...loadExtensionsFromDir(workspaceDir),
@@ -3,4 +3,4 @@
3
3
  * Copyright 2025 Google LLC
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
- export declare const GIT_COMMIT_INFO = "d03ef1d7";
6
+ export declare const GIT_COMMIT_INFO = "43d9beac";
@@ -5,5 +5,5 @@
5
5
  */
6
6
  // This file is auto-generated by the build script (scripts/generate-git-commit-info.js)
7
7
  // Do not edit this file manually.
8
- export const GIT_COMMIT_INFO = 'd03ef1d7';
8
+ export const GIT_COMMIT_INFO = '43d9beac';
9
9
  //# sourceMappingURL=git-commit.js.map