@wayai/cli 0.3.16 → 0.3.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/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* wayai unlock — clear the worktree hub lock
|
|
17
17
|
* wayai sync-skills — sync skills to Anthropic/OpenAI provider connections
|
|
18
18
|
* wayai analytics — show analytics summary and metrics
|
|
19
|
-
* wayai delete-history — delete
|
|
19
|
+
* wayai delete-history — delete your conversations on a hub (--conversation-id <id> deletes just one)
|
|
20
20
|
* wayai list — list organizations and hubs
|
|
21
21
|
* wayai report-bug — report a platform bug (submits to the triage queue)
|
|
22
22
|
* wayai update — update CLI to the latest version
|
package/dist/index.js
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* wayai unlock — clear the worktree hub lock
|
|
17
17
|
* wayai sync-skills — sync skills to Anthropic/OpenAI provider connections
|
|
18
18
|
* wayai analytics — show analytics summary and metrics
|
|
19
|
-
* wayai delete-history — delete
|
|
19
|
+
* wayai delete-history — delete your conversations on a hub (--conversation-id <id> deletes just one)
|
|
20
20
|
* wayai list — list organizations and hubs
|
|
21
21
|
* wayai report-bug — report a platform bug (submits to the triage queue)
|
|
22
22
|
* wayai update — update CLI to the latest version
|
|
@@ -195,7 +195,7 @@ Commands:
|
|
|
195
195
|
send-message Send a test message to a preview hub
|
|
196
196
|
conversations List or inspect conversations
|
|
197
197
|
analytics Show analytics summary and metrics (use \`analytics query\` for structured ClickHouse queries)
|
|
198
|
-
delete-history Delete
|
|
198
|
+
delete-history Delete your conversations on a hub (--conversation-id <id> for just one)
|
|
199
199
|
evals List evaluation scenarios for the current hub (use \`evals sql\` for read-only SQL on eval results)
|
|
200
200
|
run-eval Run all enabled evals and show results
|
|
201
201
|
eval-results View results from a completed eval session
|