@vibetasks/cli 0.5.5 → 0.5.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.
- package/dist/bin/vibetasks.js +1 -1
- package/package.json +1 -1
package/dist/bin/vibetasks.js
CHANGED
|
@@ -264,7 +264,7 @@ async function loginWithBrowser() {
|
|
|
264
264
|
</p>
|
|
265
265
|
<div class="success-badge">Ready to use</div>
|
|
266
266
|
<div class="button-group">
|
|
267
|
-
<a href="${baseUrl}/
|
|
267
|
+
<a href="${baseUrl}/settings?tab=ai" class="button button-primary">Setup AI Integration</a>
|
|
268
268
|
<button onclick="window.close()" class="button button-secondary">Close Window</button>
|
|
269
269
|
</div>
|
|
270
270
|
</div>
|
package/package.json
CHANGED