motebit 0.6.8 → 0.6.9

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/dist/index.js +5 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5315,7 +5315,7 @@ var init_config2 = __esm({
5315
5315
  "src/config.ts"() {
5316
5316
  "use strict";
5317
5317
  init_esm_shims();
5318
- VERSION = true ? "0.6.8" : "0.0.0-dev";
5318
+ VERSION = true ? "0.6.9" : "0.0.0-dev";
5319
5319
  CONFIG_DIR = path2.join(os.homedir(), ".motebit");
5320
5320
  CONFIG_PATH = path2.join(CONFIG_DIR, "config.json");
5321
5321
  }
@@ -29239,6 +29239,10 @@ async function main() {
29239
29239
  console.log();
29240
29240
  console.log(` ${dim("export")} ${keyEnvName}=${dim("sk-...")}`);
29241
29241
  console.log();
29242
+ console.log(
29243
+ ` ${dim("To persist:")} ${dim(`echo 'export ${keyEnvName}=sk-...' >> ~/.zshrc`)}`
29244
+ );
29245
+ console.log();
29242
29246
  console.log(` ${dim("Get a key:")} ${cyan(keyUrl)}`);
29243
29247
  console.log(` ${dim("Or run local:")} ${bold("motebit --provider ollama")}`);
29244
29248
  console.log();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "motebit",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "type": "module",
5
5
  "description": "Sovereign AI agent — persistent identity, accumulated trust, governance at the boundary",
6
6
  "main": "./dist/index.js",