@onebrain-ai/cli 2.1.7 → 2.1.8
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/onebrain +4 -4
- package/package.json +2 -2
package/dist/onebrain
CHANGED
|
@@ -9459,7 +9459,7 @@ var init_lib = __esm(() => {
|
|
|
9459
9459
|
var require_package = __commonJS((exports, module) => {
|
|
9460
9460
|
module.exports = {
|
|
9461
9461
|
name: "@onebrain-ai/cli",
|
|
9462
|
-
version: "2.1.
|
|
9462
|
+
version: "2.1.8",
|
|
9463
9463
|
description: "CLI for OneBrain \u2014 personal AI OS for Obsidian with persistent memory, 24+ skills, and Claude Code integration",
|
|
9464
9464
|
keywords: [
|
|
9465
9465
|
"onebrain",
|
|
@@ -9474,7 +9474,7 @@ var require_package = __commonJS((exports, module) => {
|
|
|
9474
9474
|
"productivity",
|
|
9475
9475
|
"vault"
|
|
9476
9476
|
],
|
|
9477
|
-
homepage: "https://
|
|
9477
|
+
homepage: "https://onebrain.run",
|
|
9478
9478
|
repository: {
|
|
9479
9479
|
type: "git",
|
|
9480
9480
|
url: "git+https://github.com/onebrain-ai/onebrain.git"
|
|
@@ -10761,7 +10761,7 @@ var import_picocolors5 = __toESM(require_picocolors(), 1);
|
|
|
10761
10761
|
var import_picocolors = __toESM(require_picocolors(), 1);
|
|
10762
10762
|
function resolveBinaryVersion() {
|
|
10763
10763
|
if (true)
|
|
10764
|
-
return "2.1.
|
|
10764
|
+
return "2.1.8";
|
|
10765
10765
|
try {
|
|
10766
10766
|
const pkg = require_package();
|
|
10767
10767
|
return pkg.version ?? "dev";
|
|
@@ -12793,7 +12793,7 @@ function patchUtf8(stream) {
|
|
|
12793
12793
|
}
|
|
12794
12794
|
|
|
12795
12795
|
// src/index.ts
|
|
12796
|
-
var VERSION = "2.1.
|
|
12796
|
+
var VERSION = "2.1.8";
|
|
12797
12797
|
var RELEASE_DATE = "2026-04-30";
|
|
12798
12798
|
patchUtf8(process.stdout);
|
|
12799
12799
|
patchUtf8(process.stderr);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onebrain-ai/cli",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.8",
|
|
4
4
|
"description": "CLI for OneBrain — personal AI OS for Obsidian with persistent memory, 24+ skills, and Claude Code integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"onebrain",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"productivity",
|
|
16
16
|
"vault"
|
|
17
17
|
],
|
|
18
|
-
"homepage": "https://
|
|
18
|
+
"homepage": "https://onebrain.run",
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
21
|
"url": "git+https://github.com/onebrain-ai/onebrain.git"
|