@m8t-stack/cli 0.2.30 → 0.2.31
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/cli.js +3 -3
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1247,7 +1247,7 @@ var init_enable_hosted_brain = __esm({
|
|
|
1247
1247
|
import { Builtins, Cli } from "clipanion";
|
|
1248
1248
|
|
|
1249
1249
|
// src/lib/package-version.ts
|
|
1250
|
-
var CLI_VERSION = "0.2.
|
|
1250
|
+
var CLI_VERSION = "0.2.31";
|
|
1251
1251
|
|
|
1252
1252
|
// src/lib/render-error.ts
|
|
1253
1253
|
init_errors();
|
|
@@ -17000,7 +17000,7 @@ var SIZE_PRESETS = {
|
|
|
17000
17000
|
};
|
|
17001
17001
|
var DEFAULT_REGISTRY = "ghcr.io/m8t-labs";
|
|
17002
17002
|
var DEFAULT_IMAGE = "m8t-coding-agent";
|
|
17003
|
-
var DEFAULT_TAG = "v0.1.
|
|
17003
|
+
var DEFAULT_TAG = "v0.1.2";
|
|
17004
17004
|
var DEFAULT_MODEL = "gpt-4.1-mini";
|
|
17005
17005
|
var NAME_RE = /^[a-z0-9-]+$/;
|
|
17006
17006
|
var CoderDeployCommand = class extends M8tCommand {
|
|
@@ -25973,7 +25973,7 @@ async function writeBootstrapState(state, home = os13.homedir()) {
|
|
|
25973
25973
|
// src/commands/bootstrap/launch.ts
|
|
25974
25974
|
var DEFAULT_RG = "rg-m8t-stack";
|
|
25975
25975
|
var DEFAULT_INSTALLER = "ghcr.io/m8t-labs/m8t-installer";
|
|
25976
|
-
var DEFAULT_INSTALLER_TAG = "v0.1.
|
|
25976
|
+
var DEFAULT_INSTALLER_TAG = "v0.1.37";
|
|
25977
25977
|
var ACI_NAME = "m8t-installer";
|
|
25978
25978
|
var MI_NAME = "m8t-installer-mi";
|
|
25979
25979
|
var BootstrapLaunchCommand = class extends M8tCommand {
|