@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 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 all your conversations on a preview hub
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 all your conversations on a preview hub
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 all your conversations on a preview hub
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wayai/cli",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "description": "WayAI CLI — sync hub configuration between local files and the platform",
5
5
  "type": "module",
6
6
  "bin": {