@redonvn/cli 0.1.11 → 0.1.12
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/dist/build-info.d.ts +2 -2
- package/dist/build-info.js +2 -2
- package/dist/config.d.ts +1 -1
- package/package.json +3 -3
package/dist/build-info.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/** Env baked at build time. Runtime flag `--env` / `REDAI_ENV` vẫn override được. */
|
|
2
2
|
export declare const BUILD_ENV: 'dev' | 'prod';
|
|
3
3
|
/** Package version đọc từ package.json lúc build. Đồng bộ với npm version. */
|
|
4
|
-
export declare const PKG_VERSION = "0.1.
|
|
4
|
+
export declare const PKG_VERSION = "0.1.12";
|
|
5
5
|
/** ISO timestamp lúc build (informational). */
|
|
6
|
-
export declare const BUILD_TIME = "2026-05-18T16:
|
|
6
|
+
export declare const BUILD_TIME = "2026-05-18T16:26:31.442Z";
|
package/dist/build-info.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.BUILD_TIME = exports.PKG_VERSION = exports.BUILD_ENV = void 0;
|
|
|
6
6
|
/** Env baked at build time. Runtime flag `--env` / `REDAI_ENV` vẫn override được. */
|
|
7
7
|
exports.BUILD_ENV = 'prod';
|
|
8
8
|
/** Package version đọc từ package.json lúc build. Đồng bộ với npm version. */
|
|
9
|
-
exports.PKG_VERSION = '0.1.
|
|
9
|
+
exports.PKG_VERSION = '0.1.12';
|
|
10
10
|
/** ISO timestamp lúc build (informational). */
|
|
11
|
-
exports.BUILD_TIME = '2026-05-18T16:
|
|
11
|
+
exports.BUILD_TIME = '2026-05-18T16:26:31.442Z';
|
|
12
12
|
//# sourceMappingURL=build-info.js.map
|
package/dist/config.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BUILD_ENV, BUILD_TIME, PKG_VERSION } from './build-info';
|
|
2
2
|
export declare const CLI_PACKAGE_NAME = "@redonvn/cli";
|
|
3
3
|
/** Version đồng bộ với `package.json` lúc build — KHÔNG hardcode. */
|
|
4
|
-
export declare const CLI_VERSION = "0.1.
|
|
4
|
+
export declare const CLI_VERSION = "0.1.12";
|
|
5
5
|
/** Re-export build metadata cho status command. */
|
|
6
6
|
export { BUILD_ENV, BUILD_TIME, PKG_VERSION };
|
|
7
7
|
export declare const REDAI_CONFIG_DIR: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redonvn/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"description": "RedAI CLI — kết nối máy bạn với RedAI agent runtime. AI cloud agent có thể run tools (Read/Write/Edit/Bash/Grep/Glob/WebFetch), spawn code-CLI (Claude/Codex/Gemini), và proxy LLM request qua OAuth của bạn (Claude Code / ChatGPT / Gemini / Antigravity / Qwen / Kimi / iFlow / xAI).",
|
|
5
5
|
"bin": {
|
|
6
6
|
"redai": "./bin/redai.js"
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"homepage": "https://github.com/redonvn/redai-cli#readme",
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
61
|
-
"@redonvn/cli-protocol": "
|
|
62
|
-
"@redonvn/redai-cli-sdk": "
|
|
61
|
+
"@redonvn/cli-protocol": "^0.1.5",
|
|
62
|
+
"@redonvn/redai-cli-sdk": "^0.1.3",
|
|
63
63
|
"@vscode/ripgrep": "^1.15.9",
|
|
64
64
|
"axios": "^1.7.7",
|
|
65
65
|
"chalk": "^4.1.2",
|