twentythree-cli 1.4.0 → 1.6.0

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.
Files changed (184) hide show
  1. package/dist/commands/agentic/session/list.cjs +79 -0
  2. package/dist/commands/agentic/session/metrics.cjs +50 -0
  3. package/dist/commands/agentic/session/status.cjs +86 -0
  4. package/dist/commands/seo/metrics.cjs +56 -0
  5. package/dist/commands/webinar/create.cjs +57 -5
  6. package/dist/commands/webinar/mail/add.cjs +44 -5
  7. package/dist/commands/webinar/mail/update.cjs +44 -0
  8. package/dist/commands/webinar/speaker/add.cjs +32 -2
  9. package/dist/commands/webinar/speaker/update.cjs +32 -2
  10. package/dist/commands/webinar/update.cjs +60 -1
  11. package/docs/commands/action/add.md +1 -1
  12. package/docs/commands/action/delete.md +1 -1
  13. package/docs/commands/action/exclude.md +1 -1
  14. package/docs/commands/action/get.md +1 -1
  15. package/docs/commands/action/include.md +1 -1
  16. package/docs/commands/action/list.md +1 -1
  17. package/docs/commands/action/types.md +1 -1
  18. package/docs/commands/action/update.md +1 -1
  19. package/docs/commands/action/upload.md +1 -1
  20. package/docs/commands/action.md +9 -9
  21. package/docs/commands/agentic/session.md +104 -0
  22. package/docs/commands/agentic.md +94 -0
  23. package/docs/commands/analytics/conversions.md +3 -3
  24. package/docs/commands/analytics/live.md +9 -9
  25. package/docs/commands/analytics/usage.md +18 -18
  26. package/docs/commands/analytics/video.md +12 -12
  27. package/docs/commands/analytics.md +42 -42
  28. package/docs/commands/app/add.md +1 -1
  29. package/docs/commands/app/delete.md +1 -1
  30. package/docs/commands/app/list.md +1 -1
  31. package/docs/commands/app/remove-thumbnail.md +1 -1
  32. package/docs/commands/app/set-thumbnail.md +1 -1
  33. package/docs/commands/app/update.md +1 -1
  34. package/docs/commands/app.md +6 -6
  35. package/docs/commands/audience/companies.md +1 -1
  36. package/docs/commands/audience/field.md +4 -4
  37. package/docs/commands/audience/funnel.md +1 -1
  38. package/docs/commands/audience/identity-sources.md +1 -1
  39. package/docs/commands/audience/list-collectors.md +1 -1
  40. package/docs/commands/audience/list.md +1 -1
  41. package/docs/commands/audience/metrics.md +1 -1
  42. package/docs/commands/audience/register.md +1 -1
  43. package/docs/commands/audience/remove.md +1 -1
  44. package/docs/commands/audience/search.md +1 -1
  45. package/docs/commands/audience/timelines.md +1 -1
  46. package/docs/commands/audience/unregister.md +1 -1
  47. package/docs/commands/audience.md +15 -15
  48. package/docs/commands/auth/credentials.md +1 -1
  49. package/docs/commands/auth/status.md +1 -1
  50. package/docs/commands/auth/switch.md +1 -1
  51. package/docs/commands/auth.md +3 -3
  52. package/docs/commands/autocomplete.md +1 -1
  53. package/docs/commands/category/create.md +1 -1
  54. package/docs/commands/category/delete.md +1 -1
  55. package/docs/commands/category/list.md +1 -1
  56. package/docs/commands/category/update.md +1 -1
  57. package/docs/commands/category.md +5 -5
  58. package/docs/commands/collector/exclude.md +1 -1
  59. package/docs/commands/collector/include.md +1 -1
  60. package/docs/commands/collector/list.md +1 -1
  61. package/docs/commands/collector.md +3 -3
  62. package/docs/commands/comment/add.md +1 -1
  63. package/docs/commands/comment/clone.md +1 -1
  64. package/docs/commands/comment/delete.md +1 -1
  65. package/docs/commands/comment/list.md +1 -1
  66. package/docs/commands/comment/promote.md +1 -1
  67. package/docs/commands/comment/reaction.md +3 -3
  68. package/docs/commands/comment/set-order.md +1 -1
  69. package/docs/commands/comment/update.md +1 -1
  70. package/docs/commands/comment.md +10 -10
  71. package/docs/commands/doctor.md +1 -1
  72. package/docs/commands/openupload/list.md +1 -1
  73. package/docs/commands/openupload/update-file.md +1 -1
  74. package/docs/commands/openupload/upload-file.md +1 -1
  75. package/docs/commands/openupload.md +3 -3
  76. package/docs/commands/player/delete.md +1 -1
  77. package/docs/commands/player/embed-versions.md +1 -1
  78. package/docs/commands/player/embed.md +1 -1
  79. package/docs/commands/player/list.md +1 -1
  80. package/docs/commands/player/remove-thumbnail.md +1 -1
  81. package/docs/commands/player/set-thumbnail.md +1 -1
  82. package/docs/commands/player/styles.md +1 -1
  83. package/docs/commands/player/update.md +1 -1
  84. package/docs/commands/player.md +8 -8
  85. package/docs/commands/poll/add.md +1 -1
  86. package/docs/commands/poll/answer.md +1 -1
  87. package/docs/commands/poll/list.md +1 -1
  88. package/docs/commands/poll/remove.md +1 -1
  89. package/docs/commands/poll/set-options.md +1 -1
  90. package/docs/commands/poll/update.md +1 -1
  91. package/docs/commands/poll.md +6 -6
  92. package/docs/commands/presentation/page.md +1 -1
  93. package/docs/commands/presentation/setting.md +2 -2
  94. package/docs/commands/presentation.md +3 -3
  95. package/docs/commands/protection/protect.md +1 -1
  96. package/docs/commands/protection/unprotect.md +1 -1
  97. package/docs/commands/protection/verify.md +1 -1
  98. package/docs/commands/protection.md +3 -3
  99. package/docs/commands/seo/get.md +1 -1
  100. package/docs/commands/seo/metrics.md +35 -0
  101. package/docs/commands/seo/status.md +1 -1
  102. package/docs/commands/seo/update.md +1 -1
  103. package/docs/commands/seo.md +30 -3
  104. package/docs/commands/session/get-token.md +1 -1
  105. package/docs/commands/session/redeem-token.md +1 -1
  106. package/docs/commands/session.md +2 -2
  107. package/docs/commands/setting/update.md +1 -1
  108. package/docs/commands/setting.md +1 -1
  109. package/docs/commands/site/get.md +1 -1
  110. package/docs/commands/site/search.md +1 -1
  111. package/docs/commands/site.md +2 -2
  112. package/docs/commands/spot/check.md +1 -1
  113. package/docs/commands/spot/create.md +1 -1
  114. package/docs/commands/spot/delete.md +1 -1
  115. package/docs/commands/spot/list.md +1 -1
  116. package/docs/commands/spot/reset-version.md +1 -1
  117. package/docs/commands/spot/set-videos.md +1 -1
  118. package/docs/commands/spot/update.md +1 -1
  119. package/docs/commands/spot.md +7 -7
  120. package/docs/commands/tag/list.md +1 -1
  121. package/docs/commands/tag/related.md +1 -1
  122. package/docs/commands/tag.md +2 -2
  123. package/docs/commands/thumbnail/add.md +1 -1
  124. package/docs/commands/thumbnail/data.md +1 -1
  125. package/docs/commands/thumbnail/delete.md +1 -1
  126. package/docs/commands/thumbnail/duplicate.md +1 -1
  127. package/docs/commands/thumbnail/file.md +3 -3
  128. package/docs/commands/thumbnail/list.md +1 -1
  129. package/docs/commands/thumbnail/preview-scss.md +1 -1
  130. package/docs/commands/thumbnail/update.md +1 -1
  131. package/docs/commands/thumbnail.md +11 -11
  132. package/docs/commands/user/create.md +1 -1
  133. package/docs/commands/user/get-login-token.md +1 -1
  134. package/docs/commands/user/get.md +1 -1
  135. package/docs/commands/user/list.md +1 -1
  136. package/docs/commands/user/redeem-login-token.md +1 -1
  137. package/docs/commands/user/send-invitation.md +1 -1
  138. package/docs/commands/user/tokens.md +1 -1
  139. package/docs/commands/user/update.md +1 -1
  140. package/docs/commands/user.md +8 -8
  141. package/docs/commands/video/delete.md +1 -1
  142. package/docs/commands/video/frame.md +1 -1
  143. package/docs/commands/video/get.md +1 -1
  144. package/docs/commands/video/list.md +1 -1
  145. package/docs/commands/video/replace.md +1 -1
  146. package/docs/commands/video/section.md +8 -8
  147. package/docs/commands/video/subtitle.md +12 -12
  148. package/docs/commands/video/transcoding-progress.md +1 -1
  149. package/docs/commands/video/update.md +1 -1
  150. package/docs/commands/video/upload.md +1 -1
  151. package/docs/commands/video.md +28 -28
  152. package/docs/commands/webhook/events.md +1 -1
  153. package/docs/commands/webhook/list.md +1 -1
  154. package/docs/commands/webhook/sample.md +1 -1
  155. package/docs/commands/webhook/subscribe.md +1 -1
  156. package/docs/commands/webhook/unsubscribe.md +1 -1
  157. package/docs/commands/webhook.md +5 -5
  158. package/docs/commands/webinar/attachment.md +4 -4
  159. package/docs/commands/webinar/clips.md +1 -1
  160. package/docs/commands/webinar/create.md +30 -12
  161. package/docs/commands/webinar/delete.md +1 -1
  162. package/docs/commands/webinar/highlights.md +1 -1
  163. package/docs/commands/webinar/list-formats.md +1 -1
  164. package/docs/commands/webinar/list.md +1 -1
  165. package/docs/commands/webinar/log.md +1 -1
  166. package/docs/commands/webinar/mail.md +35 -18
  167. package/docs/commands/webinar/metrics.md +1 -1
  168. package/docs/commands/webinar/queued-video.md +2 -2
  169. package/docs/commands/webinar/recording.md +4 -4
  170. package/docs/commands/webinar/repeat.md +1 -1
  171. package/docs/commands/webinar/room.md +4 -4
  172. package/docs/commands/webinar/section.md +4 -4
  173. package/docs/commands/webinar/series.md +12 -12
  174. package/docs/commands/webinar/speaker.md +41 -26
  175. package/docs/commands/webinar/transcription.md +4 -4
  176. package/docs/commands/webinar/update.md +25 -10
  177. package/docs/commands/webinar/upload-image.md +1 -1
  178. package/docs/commands/webinar.md +185 -109
  179. package/docs/commands/workspace/list.md +1 -1
  180. package/docs/commands/workspace/use.md +1 -1
  181. package/docs/commands/workspace.md +2 -2
  182. package/docs/guides/ai-agents.md +50 -7
  183. package/oclif.manifest.json +3716 -3034
  184. package/package.json +1 -1
@@ -24,4 +24,4 @@ EXAMPLES
24
24
  $ twentythree workspace list
25
25
  ```
26
26
 
27
- _See code: [src/commands/workspace/list.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/workspace/list.ts)_
27
+ _See code: [src/commands/workspace/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/workspace/list.ts)_
@@ -29,4 +29,4 @@ EXAMPLES
29
29
  $ twentythree workspace use "Company Name"
30
30
  ```
31
31
 
32
- _See code: [src/commands/workspace/use.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/workspace/use.ts)_
32
+ _See code: [src/commands/workspace/use.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/workspace/use.ts)_
@@ -25,7 +25,7 @@ EXAMPLES
25
25
  $ twentythree workspace list
26
26
  ```
27
27
 
28
- _See code: [src/commands/workspace/list.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/workspace/list.ts)_
28
+ _See code: [src/commands/workspace/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/workspace/list.ts)_
29
29
 
30
30
  ## `twentythree workspace use NAME`
31
31
 
@@ -51,4 +51,4 @@ EXAMPLES
51
51
  $ twentythree workspace use "Company Name"
52
52
  ```
53
53
 
54
- _See code: [src/commands/workspace/use.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/workspace/use.ts)_
54
+ _See code: [src/commands/workspace/use.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/workspace/use.ts)_
@@ -8,7 +8,7 @@ This guide covers two install paths and a quick start for each supported runtime
8
8
 
9
9
  ## Install from your AI assistant (recommended — no terminal)
10
10
 
11
- If your agent can run shell commands (Claude Code, Codex, Cursor, Windsurf, Cline, Gemini CLI, …), paste this prompt into its chat and it will do everything:
11
+ If your agent can run shell commands (OpenCode, Claude Code, Antigravity CLI, Codex, Cline, Goose, Aider, Cursor, Windsurf, …), paste this prompt into its chat and it will do everything:
12
12
 
13
13
  ```text
14
14
  Install the TwentyThree CLI and its AI skills on this machine, then verify:
@@ -47,15 +47,18 @@ npx twentythree-skills --project
47
47
 
48
48
  | Runtime | Detection | Global install path | Project install path (`--project`) |
49
49
  |---------|-----------|---------------------|------------------------------------|
50
+ | OpenCode | `~/.config/opencode/` | `~/.config/opencode/skills/twentythree/` | `.opencode/skills/twentythree/` |
50
51
  | Claude Code | `~/.claude/` | `~/.claude/skills/twentythree/` | `.claude/skills/twentythree/` |
52
+ | Antigravity CLI | `~/.gemini/` | `~/.gemini/antigravity-cli/skills/twentythree/` | `.agents/skills/twentythree/` |
51
53
  | OpenAI Codex | `~/.codex/` | `~/.codex/skills/twentythree/` | `.agents/skills/twentythree/` |
52
- | GitHub Copilot | `~/.github/copilot/` | `~/.github/skills/twentythree/` | `.github/skills/twentythree/` |
54
+ | Cline | `~/.clinerules/` | `~/.clinerules/twentythree/` | `.clinerules/twentythree/` |
55
+ | Goose | `~/.config/goose/` | `~/.config/goose/skills/twentythree/` | `.goose/skills/twentythree/` |
56
+ | Aider | `~/.aider.conf.yml` | `~/.aider/skills/twentythree/` | `.aider/skills/twentythree/` |
53
57
  | Cursor | `~/.cursor/` | `~/.cursor/skills/twentythree/` | `.cursor/skills/twentythree/` |
54
58
  | Windsurf | `~/.codeium/` | `~/.codeium/windsurf/skills/twentythree/` | `.windsurf/skills/twentythree/` |
55
- | Cline | `~/.clinerules/` | `~/.clinerules/twentythree/` | `.clinerules/twentythree/` |
56
- | Gemini CLI | `~/.gemini/` | `~/.gemini/skills/twentythree/` | `.gemini/skills/twentythree/` |
59
+ | GitHub Copilot | `~/.github/copilot/` | `~/.github/skills/twentythree/` | `.github/skills/twentythree/` |
57
60
 
58
- The installer copies the same Markdown skill tree into each detected runtime's directory. Every agent ingests it as context there is no per-runtime format conversion.
61
+ The installer copies the same Markdown skill tree into each detected runtime's directory; there is no per-runtime format conversion. OpenCode and Claude Code load it as a **native skill**; Antigravity, Codex, Cursor, Windsurf, Cline and Copilot read it as project/instruction context. **Goose** and **Aider** have no skill-directory convention, so the tree is dropped best-effort and must be referenced manually (see their quick starts below). **Antigravity CLI** is the renamed Gemini CLI (`agy`, Go rewrite); the old `gemini` CLI was retired in June 2026.
59
62
 
60
63
  ---
61
64
 
@@ -69,6 +72,14 @@ npm install -g twentythree-cli && npx twentythree-skills
69
72
 
70
73
  Skills land in `~/.claude/skills/twentythree/`. Start Claude Code and ask: *"Use the twentythree skill to list my videos."* Claude reads `SKILL.md` and the reference files automatically.
71
74
 
75
+ **Deterministic session telemetry (optional, recommended):** the skill asks the agent to report a session-status record whenever it uses TwentyThree, but prompt rules are best-effort. Claude Code can enforce it at the harness level:
76
+
77
+ ```bash
78
+ npx twentythree-skills --install-claude-hook
79
+ ```
80
+
81
+ This wires a hook into `~/.claude/settings.json` (idempotent, backed up first) that blocks a turn from ending if the TwentyThree CLI or API was used but no `agentic session status` report was sent. Other runtimes don't expose an equivalent stop-hook and rely on the prompt's end-of-turn checklist. See `~/.claude/skills/twentythree/hooks/README.md`.
82
+
72
83
  ### OpenAI Codex
73
84
 
74
85
  ```bash
@@ -109,13 +120,45 @@ npm install -g twentythree-cli && npx twentythree-skills --project
109
120
 
110
121
  Project install lands in `.clinerules/twentythree/`, which Cline loads as workspace rules. Ask Cline to upload a video or pull analytics and approve the terminal commands it proposes.
111
122
 
112
- ### Gemini CLI
123
+ ### OpenCode
113
124
 
114
125
  ```bash
115
126
  npm install -g twentythree-cli && npx twentythree-skills
116
127
  ```
117
128
 
118
- Skills land in `~/.gemini/skills/twentythree/`. Run `gemini` and ask it to manage your TwentyThree content; it will invoke the CLI on your behalf.
129
+ Skills land in `~/.config/opencode/skills/twentythree/` — OpenCode's native global skills directory, so it's loaded automatically. Run `opencode` and ask it to manage your TwentyThree content.
130
+
131
+ ### Antigravity CLI
132
+
133
+ ```bash
134
+ npm install -g twentythree-cli && npx twentythree-skills
135
+ ```
136
+
137
+ Antigravity CLI (`agy`) is the successor to Gemini CLI (the old `gemini` was retired in June 2026). Skills land in `~/.gemini/antigravity-cli/skills/twentythree/` (global) or `.agents/skills/twentythree/` (with `--project`). Run `agy` and ask it to drive TwentyThree.
138
+
139
+ ### Goose
140
+
141
+ ```bash
142
+ npm install -g twentythree-cli && npx twentythree-skills
143
+ ```
144
+
145
+ Files land in `~/.config/goose/skills/twentythree/`. Goose has no skills directory, so reference the skill from a `.goosehints` file (e.g. add a line pointing Goose at `~/.config/goose/skills/twentythree/SKILL.md`), then ask Goose to run `twentythree` commands.
146
+
147
+ ### Aider
148
+
149
+ ```bash
150
+ npm install -g twentythree-cli && npx twentythree-skills
151
+ ```
152
+
153
+ Files land in `~/.aider/skills/twentythree/`. Aider reads convention files explicitly — start it with `aider --read ~/.aider/skills/twentythree/SKILL.md` (or add a `read:` entry to `~/.aider.conf.yml`) so it picks up the TwentyThree guidance.
154
+
155
+ ### Gemini CLI
156
+
157
+ ```bash
158
+ npm install -g twentythree-cli && npx twentythree-skills --project
159
+ ```
160
+
161
+ The standalone `gemini` CLI was retired in June 2026 and replaced by **Antigravity CLI** (above). If you still run a Gemini-based setup, install with `--project` so the skill lands in `.agents/skills/twentythree/` (the post-migration project location).
119
162
 
120
163
  ---
121
164