@wayai/cli 0.3.5 → 0.3.6

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.
@@ -1,8 +1,8 @@
1
1
  /**
2
- * wayai sync-skills [--connection-id <uuid>] — sync skills to Anthropic provider connections
2
+ * wayai sync-skills [--connection-id <uuid>] — sync skills to Anthropic/OpenAI provider connections
3
3
  *
4
4
  * Triggers provider-side skill sync for the hub specified in .wayai.yaml.
5
- * Useful after `wayai push` when the hub uses Anthropic native skill integration.
5
+ * Useful after `wayai push` when the hub uses native skill integration (Anthropic or OpenAI).
6
6
  */
7
7
  export declare function parseArgs(args: string[]): {
8
8
  connectionId: string | undefined;
@@ -1,8 +1,8 @@
1
1
  /**
2
- * wayai sync-skills [--connection-id <uuid>] — sync skills to Anthropic provider connections
2
+ * wayai sync-skills [--connection-id <uuid>] — sync skills to Anthropic/OpenAI provider connections
3
3
  *
4
4
  * Triggers provider-side skill sync for the hub specified in .wayai.yaml.
5
- * Useful after `wayai push` when the hub uses Anthropic native skill integration.
5
+ * Useful after `wayai push` when the hub uses native skill integration (Anthropic or OpenAI).
6
6
  */
7
7
  import { requireAuth } from '../lib/auth.js';
8
8
  import { ApiClient } from '../lib/api-client.js';
package/dist/index.d.ts CHANGED
@@ -14,7 +14,7 @@
14
14
  * wayai push — parse local files, diff, and sync to preview (creates hub if new)
15
15
  * wayai use <hub> — lock this worktree to a specific hub
16
16
  * wayai unlock — clear the worktree hub lock
17
- * wayai sync-skills — sync skills to Anthropic provider connections
17
+ * wayai sync-skills — sync skills to Anthropic/OpenAI provider connections
18
18
  * wayai analytics — show analytics summary and metrics
19
19
  * wayai delete-history — delete all your conversations on a preview hub
20
20
  * wayai list — list organizations and hubs
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@
14
14
  * wayai push — parse local files, diff, and sync to preview (creates hub if new)
15
15
  * wayai use <hub> — lock this worktree to a specific hub
16
16
  * wayai unlock — clear the worktree hub lock
17
- * wayai sync-skills — sync skills to Anthropic provider connections
17
+ * wayai sync-skills — sync skills to Anthropic/OpenAI provider connections
18
18
  * wayai analytics — show analytics summary and metrics
19
19
  * wayai delete-history — delete all your conversations on a preview hub
20
20
  * wayai list — list organizations and hubs
@@ -195,7 +195,7 @@ Commands:
195
195
  run-eval Run all enabled evals and show results
196
196
  eval-results View results from a completed eval session
197
197
  eval capture Capture a real conversation as a scenario YAML
198
- sync-skills Sync skills to Anthropic provider connections
198
+ sync-skills Sync skills to Anthropic/OpenAI provider connections
199
199
  list List organizations and hubs
200
200
  report-bug Report a platform bug (creates GitHub issue)
201
201
  update Update CLI to the latest version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wayai/cli",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "WayAI CLI — sync hub configuration between local files and the platform",
5
5
  "type": "module",
6
6
  "bin": {