@gobi-ai/cli 2.0.40 → 2.0.42
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/commands/personal.js +1 -1
- package/package.json +1 -1
- package/skills/gobi-artifact/SKILL.md +2 -2
- package/skills/gobi-core/SKILL.md +2 -2
- package/skills/gobi-homepage/SKILL.md +1 -1
- package/skills/gobi-media/SKILL.md +3 -3
- package/skills/gobi-sense/SKILL.md +2 -2
- package/skills/gobi-space/SKILL.md +3 -3
- package/skills/gobi-vault/SKILL.md +2 -2
|
@@ -248,7 +248,7 @@ export function registerPersonalCommand(program) {
|
|
|
248
248
|
// Targets `POST /posts/personal-space`, the only endpoint that stamps
|
|
249
249
|
// `personalSpaceUserId` on the row. Body shape is identical to the public
|
|
250
250
|
// `POST /posts` create (same CreatePostDto). The server skips the
|
|
251
|
-
//
|
|
251
|
+
// agent mention dispatch and the notification fan-out for this lane —
|
|
252
252
|
// private posts have no audience.
|
|
253
253
|
personal
|
|
254
254
|
.command("create-post")
|
package/package.json
CHANGED
|
@@ -11,12 +11,12 @@ description: >-
|
|
|
11
11
|
allowed-tools: Bash(gobi:*)
|
|
12
12
|
metadata:
|
|
13
13
|
author: gobi-ai
|
|
14
|
-
version: "2.0.
|
|
14
|
+
version: "2.0.42"
|
|
15
15
|
---
|
|
16
16
|
|
|
17
17
|
# gobi-artifact
|
|
18
18
|
|
|
19
|
-
Gobi artifact commands for versioned, post-attachable creations (v2.0.
|
|
19
|
+
Gobi artifact commands for versioned, post-attachable creations (v2.0.42).
|
|
20
20
|
|
|
21
21
|
Requires gobi-cli installed and authenticated. See gobi-core skill for setup.
|
|
22
22
|
|
|
@@ -8,12 +8,12 @@ description: >-
|
|
|
8
8
|
allowed-tools: Bash(gobi:*)
|
|
9
9
|
metadata:
|
|
10
10
|
author: gobi-ai
|
|
11
|
-
version: "2.0.
|
|
11
|
+
version: "2.0.42"
|
|
12
12
|
---
|
|
13
13
|
|
|
14
14
|
# gobi-core
|
|
15
15
|
|
|
16
|
-
Core CLI commands for the Gobi collaborative knowledge platform (v2.0.
|
|
16
|
+
Core CLI commands for the Gobi collaborative knowledge platform (v2.0.42).
|
|
17
17
|
|
|
18
18
|
## Prerequisites
|
|
19
19
|
|
|
@@ -10,12 +10,12 @@ description: >-
|
|
|
10
10
|
allowed-tools: Bash(gobi:*)
|
|
11
11
|
metadata:
|
|
12
12
|
author: gobi-ai
|
|
13
|
-
version: "2.0.
|
|
13
|
+
version: "2.0.42"
|
|
14
14
|
---
|
|
15
15
|
|
|
16
16
|
# gobi-media
|
|
17
17
|
|
|
18
|
-
Gobi media generation commands (v2.0.
|
|
18
|
+
Gobi media generation commands (v2.0.42).
|
|
19
19
|
|
|
20
20
|
Requires gobi-cli installed and authenticated. See gobi-core skill for setup.
|
|
21
21
|
|
|
@@ -52,7 +52,7 @@ The `-o` flag implies `--wait` and downloads the image when done.
|
|
|
52
52
|
gobi space create-reply <postId> --content "<BODY>" --attach media/<NAME>.png
|
|
53
53
|
```
|
|
54
54
|
This uploads to the CDN and renders the image as a slider on the post card. `--attach` is repeatable; mix rule is **4 photos OR 1 GIF OR 1 video**.
|
|
55
|
-
- **Post-mention reply** (you were `@`-mentioned on a thread — `@
|
|
55
|
+
- **Post-mention reply** (you were `@`-mentioned on a thread — `@space:<slug>` — and your assistant body is auto-posted as the reply): **just write the text reply. Do not include the image as wiki-link, markdown image, or any URL.** The runtime detects every `gobi media generate-image` call you ran this turn and attaches those images to your auto-posted reply automatically. Embedding the image yourself either dangles (the workspace path doesn't resolve publicly) or duplicates the slider.
|
|
56
56
|
|
|
57
57
|
### Key rules
|
|
58
58
|
- Replace `<NAME>` with a descriptive slug — NEVER use example names like `sunset.png` literally.
|
|
@@ -10,12 +10,12 @@ description: >-
|
|
|
10
10
|
allowed-tools: Bash(gobi:*)
|
|
11
11
|
metadata:
|
|
12
12
|
author: gobi-ai
|
|
13
|
-
version: "2.0.
|
|
13
|
+
version: "2.0.42"
|
|
14
14
|
---
|
|
15
15
|
|
|
16
16
|
# gobi-sense
|
|
17
17
|
|
|
18
|
-
Gobi Sense commands for browsing activities and conversations (v2.0.
|
|
18
|
+
Gobi Sense commands for browsing activities and conversations (v2.0.42).
|
|
19
19
|
|
|
20
20
|
Requires gobi-cli installed and authenticated. See the **gobi-core** skill for setup.
|
|
21
21
|
|
|
@@ -10,12 +10,12 @@ description: >-
|
|
|
10
10
|
allowed-tools: Bash(gobi:*)
|
|
11
11
|
metadata:
|
|
12
12
|
author: gobi-ai
|
|
13
|
-
version: "2.0.
|
|
13
|
+
version: "2.0.42"
|
|
14
14
|
---
|
|
15
15
|
|
|
16
16
|
# gobi-space
|
|
17
17
|
|
|
18
|
-
Gobi space and personal-space posts (v2.0.
|
|
18
|
+
Gobi space and personal-space posts (v2.0.42).
|
|
19
19
|
|
|
20
20
|
Requires gobi-cli installed and authenticated. See the **gobi-core** skill for setup.
|
|
21
21
|
|
|
@@ -143,7 +143,7 @@ Channels are private, member-gated sub-feeds inside a space. The **main feed is
|
|
|
143
143
|
|
|
144
144
|
`gobi personal` posts and replies are scoped to a private personal space (`personalSpaceUserId`), with the same subcommand and write-flag shape as `gobi space`. Nothing here surfaces on any public feed — these posts are visible only to you. Use for private notes-as-posts, scratch drafts, or any post you want to author against your vault without making it public.
|
|
145
145
|
|
|
146
|
-
|
|
146
|
+
One read-side flag doesn't mirror — `personal list-posts` has no `--mine` (everything in the personal space is already yours).
|
|
147
147
|
|
|
148
148
|
- `gobi personal feed` — Your personal-space feed (posts and replies, newest first).
|
|
149
149
|
- `gobi personal search-posts <query>` — Search your personal-space posts and replies (same `from:` / `topic:` query syntax as `gobi space search-posts`).
|
|
@@ -8,12 +8,12 @@ description: >-
|
|
|
8
8
|
allowed-tools: Bash(gobi:*)
|
|
9
9
|
metadata:
|
|
10
10
|
author: gobi-ai
|
|
11
|
-
version: "2.0.
|
|
11
|
+
version: "2.0.42"
|
|
12
12
|
---
|
|
13
13
|
|
|
14
14
|
# gobi-vault
|
|
15
15
|
|
|
16
|
-
Gobi vault commands for publishing your vault profile and syncing files (v2.0.
|
|
16
|
+
Gobi vault commands for publishing your vault profile and syncing files (v2.0.42).
|
|
17
17
|
|
|
18
18
|
Requires gobi-cli installed and authenticated. See gobi-core skill for setup.
|
|
19
19
|
|