@gobi-ai/cli 0.6.16 → 0.6.17
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/package.json
CHANGED
package/skills/gobi/SKILL.md
CHANGED
|
@@ -10,12 +10,12 @@ description: >-
|
|
|
10
10
|
allowed-tools: Bash(gobi:*)
|
|
11
11
|
metadata:
|
|
12
12
|
author: gobi-ai
|
|
13
|
-
version: "0.6.
|
|
13
|
+
version: "0.6.17"
|
|
14
14
|
---
|
|
15
15
|
|
|
16
16
|
# gobi-cli
|
|
17
17
|
|
|
18
|
-
A CLI client for the Gobi collaborative knowledge platform (v0.6.
|
|
18
|
+
A CLI client for the Gobi collaborative knowledge platform (v0.6.17).
|
|
19
19
|
|
|
20
20
|
## Prerequisites
|
|
21
21
|
|
|
@@ -171,6 +171,7 @@ Note: `--space-slug` is not available on other `brain` subcommands or on `sessio
|
|
|
171
171
|
- `gobi sense activities` — Fetch activity records within a time range.
|
|
172
172
|
- `gobi sense transcriptions` — Fetch transcription records within a time range.
|
|
173
173
|
- `gobi sync` — Sync local vault files with Gobi Webdrive.
|
|
174
|
+
- `gobi update` — Update gobi-cli to the latest version.
|
|
174
175
|
|
|
175
176
|
## Reference Documentation
|
|
176
177
|
|
|
@@ -181,6 +182,7 @@ Note: `--space-slug` is not available on other `brain` subcommands or on `sessio
|
|
|
181
182
|
- [gobi session](references/session.md)
|
|
182
183
|
- [gobi sense](references/sense.md)
|
|
183
184
|
- [gobi sync](references/sync.md)
|
|
185
|
+
- [gobi update](references/update.md)
|
|
184
186
|
|
|
185
187
|
## Discovering Options
|
|
186
188
|
|