You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This page mirrors the same release notes so the version headings appear in the page navigation.</p>
85
-
<h2id="1-0-15">1.0.15</h2>
85
+
<h2id="1-0-16">1.0.16</h2>
86
86
<h3id="highlights">Highlights</h3>
87
87
<ul>
88
+
<li><strong>Bounded work and pull-request reporting:</strong><code>twg work query</code> now accepts <code>--from</code> and <code>--to</code>, and pull-request activity queries support upper date bounds. Help documents accepted date formats and reviewer-count semantics.</li>
89
+
<li><strong>More reliable discovery:</strong><code>twg work query</code> no longer fails when <code>--to</code> is omitted, and <code>twg help <terms></code> searches the full help index even when a term also matches a command namespace.</li>
90
+
<li><strong>Better agent output and routing metadata:</strong> Pull-request queries include counts in compact <code>--only-counts</code> output, while graph-backed, Rovo Search, Collaboration Graph, mixed-family, and compatibility commands expose corrected tier metadata.</li>
91
+
</ul>
92
+
<h2id="1-0-15">1.0.15</h2>
93
+
<h3id="highlights-2">Highlights</h3>
94
+
<ul>
88
95
<li><strong>General availability:</strong> Remove beta product labels from CLI and DAC surfaces. Beta terms now apply only to beta-channel releases, and update guidance consistently points to <code>twg update</code>.</li>
89
96
<li><strong>Search that fails gracefully:</strong> User search now limits each Jira, Confluence, and Slack source to 30 seconds and returns partial results when one times out. Rovo Jira search adds actionable filter suggestions after transient search-service failures.</li>
90
97
<li><strong>Safer automation contracts:</strong><code>twg jira workitem create</code> accepts <code>--yes</code>, Teams create and update default scope to the configured site, and local validation failures return structured 400-level usage errors with exit code 2.</li>
<li>The deprecated <code>twg confluence space query</code> alias has been removed. Use <code>twg confluence space list</code>.</li>
97
104
</ul>
98
105
<h2id="1-0-14">1.0.14</h2>
99
-
<h3id="highlights-2">Highlights</h3>
106
+
<h3id="highlights-3">Highlights</h3>
100
107
<ul>
101
108
<li><strong>Run Bitbucket pipelines from the CLI:</strong> Add <code>twg bitbucket pipeline run</code> for branch, tag, and custom pipeline executions.</li>
102
109
<li><strong>Complete Confluence draft workflows:</strong> Add <code>--draft</code> to content create, get, and update. Purge errors now explain the required trash-first flow, and singular label and comment aliases open the correct help.</li>
<li>Public installs and updates now use the signed <code>twg</code> or <code>twg.exe</code> executable directly and clean up legacy <code>twg-bin</code> and <code>twg.cmd</code> launchers automatically. Continue updating with <code>twg update</code>.</li>
110
117
</ul>
111
118
<h2id="1-0-13">1.0.13</h2>
112
-
<h3id="highlights-3">Highlights</h3>
119
+
<h3id="highlights-4">Highlights</h3>
113
120
<ul>
114
121
<li><strong>Goals type discovery:</strong> Add <code>twg goals types</code> and let <code>twg goals create</code> resolve <code>--goal-type <name></code> safely. Ambiguous names list matching IDs, pagination fails closed instead of returning partial results, and invalid selectors fail before authentication or network calls.</li>
115
122
<li><strong>Confluence drafts and browser URLs:</strong> Add publish and delete workflows for page and blog-post drafts. <code>twg confluence content get</code> now accepts browser URLs for folders, whiteboards, databases, and dated blog posts, while command-local <code>--site</code> reliably controls lifecycle operations.</li>
<li>Direct-install updates do not support downgrading the new one-binary layout back to pre-GA wrapper-era versions. Rollbacks should target supported GA one-binary releases.</li>
124
131
</ul>
125
132
<h2id="1-0-12">1.0.12</h2>
126
-
<h3id="highlights-4">Highlights</h3>
133
+
<h3id="highlights-5">Highlights</h3>
127
134
<ul>
128
135
<li><strong>Bitbucket pipeline diagnostics:</strong> Add <code>twg bitbucket pipeline tail</code> for live step-log streaming with WebSocket notifications and polling fallback, plus <code>pipeline grep</code> for literal or regex matching with case, context, match-limit, and step filters. <code>pipeline get --logs</code> also accepts step UUIDs and <code>--full</code>; streaming output is available as JSON and JSONL for agents.</li>
129
136
<li><strong>Work and document discovery:</strong> Redesign <code>twg work query</code> as an authored-by-default relationship summary with full-window counts, bounded previews, activity selectors, and separate document and calendar sections. Add <code>twg work search</code>, source-balanced broad Rovo and document search, and Rovo-backed Trello board and card search.</li>
<li><code>twg code-intelligence</code> is now <code>twg search-code</code>, with no compatibility alias. Update scripts and agent skills that use the old command; its subcommands, flags, and behavior are unchanged. Confluence version listing also removes <code>--sort</code> and <code>--content-type</code> because history is always newest-first and content type is resolved automatically.</li>
143
150
</ul>
144
-
<h3id="highlights-5">Highlights</h3>
151
+
<h3id="highlights-6">Highlights</h3>
145
152
<ul>
146
153
<li><strong>Rovo connectors:</strong><code>twg rovo list-apps</code> gains the <code>list-connectors</code> alias, compact readiness and remediation output, structured JSON failures, <code>twg rovo auth <app></code>, and authentication preflight for explicit connector searches. Salesforce search is now available through <code>--app salesforce</code> or <code>--app sfdc</code>, including <code>--type</code> narrowing.</li>
147
154
<li><strong>Confluence history:</strong><code>twg confluence content versions|history</code> now supports pages, live docs, and blog posts, accepts Confluence URLs, renders historical bodies as Markdown or HTML, and adds server-computed <code>diff</code> plus version restore workflows.</li>
<li><strong>Reliability and cleanup:</strong> transient upstream failures are retried and surfaced with stable error codes and trace IDs instead of empty results. <code>twg uninstall</code> now removes scheduled upkeep, installer-owned skills, credentials, and local TWG configuration without leaving update checks behind.</li>
151
158
</ul>
152
159
<h2id="1-0-10">1.0.10</h2>
153
-
<h3id="highlights-6">Highlights</h3>
160
+
<h3id="highlights-7">Highlights</h3>
154
161
<ul>
155
162
<li><strong>Safer OAuth maintenance.</strong> Adds non-interactive <code>twg auth refresh</code> with
156
163
persistence checks and cross-process coordination so sandboxed agents cannot
<li>Updated pnpm to 11.5.2 and ensured <code>corepack enable pnpm</code> is present in all release pipeline steps.</li>
224
231
</ul>
225
232
<h2id="1-0-5">1.0.5</h2>
226
-
<h3id="highlights-8">Highlights</h3>
233
+
<h3id="highlights-9">Highlights</h3>
227
234
<ul>
228
235
<li><strong>Confluence legacy command deprecation.</strong> The <code>twg confluence whiteboard</code> and <code>twg confluence database</code> command groups are deprecated. Use <code>twg confluence content create|update|get --content-type=whiteboard|database</code> instead.</li>
229
236
<li><strong><code>twg logout</code> now fully revokes tokens.</strong> Signing out revokes both the OAuth access and refresh tokens server-side, not just clears local credentials.</li>
<li>c31202b: Do not ask for email or site during <code>twg setup</code> OAuth login; keep the setup profile prompt only for the hidden PAT setup flow.</li>
255
262
</ul>
256
263
<h2id="1-0-2">1.0.2</h2>
257
-
<h3id="highlights-9">Highlights</h3>
264
+
<h3id="highlights-10">Highlights</h3>
258
265
<ul>
259
266
<li><strong>OAuth-first login and clearer auth recovery.</strong><code>twg login</code> now uses OAuth by default, <code>--force</code> consistently starts a fresh auth flow, <code>--no-browser</code> works across login prompts, and 401/403 failures now show mode-aware remediation with a stable <code>AUTH_EXPIRED</code> agent envelope and exit code 77. Bitbucket token setup remains token-based and is prompted when needed.</li>
260
267
<li><strong>New and expanded Atlassian work surfaces.</strong> This release adds Assets write lifecycle commands with dry-run/delete guards, Confluence content update/body-format guidance/move/label improvements, JSM customer request creation and request-type field metadata, Loom video comments, Bitbucket deployment variable mutations, repository/branch/pipeline/PR parity commands, and external Code Intelligence access.</li>
<li>Some in-development or unsupported commands are intentionally absent from release builds, including Jira Align, JSM channel mutations, JSM request-location query, Trello bulk list deletion, and Talent focus-area proposal commands.</li>
270
277
</ul>
271
278
<h2id="1-0-1">1.0.1</h2>
272
-
<h3id="highlights-10">Highlights</h3>
279
+
<h3id="highlights-11">Highlights</h3>
273
280
<ul>
274
281
<li>Adds <code>twg api</code> to every build profile, so signed-in users can make
275
282
authenticated Atlassian REST and GraphQL calls with the CLI's saved
@@ -290,7 +297,7 @@ <h2 id="1-0-0">1.0.0</h2>
290
297
agent-oriented Atlassian workflows, with broader Jira and Confluence coverage,
291
298
more reliable installs and updates, improved authentication, and better command
292
299
discoverability.</p>
293
-
<h3id="highlights-11">Highlights</h3>
300
+
<h3id="highlights-12">Highlights</h3>
294
301
<ul>
295
302
<li>Establishes the agent-friendly command model as the stable 1.0 baseline, with
296
303
richer Jira, Confluence, Bitbucket, Loom, and Feedback workflows.</li>
Copy file name to clipboardExpand all lines: faq/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ <h3 id="should-i-use-teamwork-graph-cli-or-rovo-mcp">Should I use Teamwork Graph
108
108
<p>For a detailed comparison and decision guide, see <ahref="https://support.atlassian.com/organization-administration/docs/choosing-between-twg-cli-and-rovo-mcp/">Choosing between Teamwork Graph CLI and Rovo MCP</a>.</p>
109
109
110
110
<footerclass="source-footer">
111
-
Generated from atlassian/twg-cli df36290d53cd (2026-06-24T09:28:32+00:00).
111
+
Generated from atlassian/twg-cli 273abbeee4b3 (2026-06-24T09:31:25+00:00).
0 commit comments