@thallylabs/cli 0.8.2 → 0.8.4
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.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -6383,7 +6383,7 @@ function runTrackSetup(args) {
|
|
|
6383
6383
|
process.stdout.write(` (run "thally agent init" there first if you haven't).
|
|
6384
6384
|
`);
|
|
6385
6385
|
process.stdout.write("\n \u2500\u2500 Mode A: Connect GitHub app (recommended for orgs / many private repos)\n\n");
|
|
6386
|
-
process.stdout.write(" The
|
|
6386
|
+
process.stdout.write(" The app-install path \u2014 no token to paste, org-wide access to the\n");
|
|
6387
6387
|
process.stdout.write(" repos you pick.\n\n");
|
|
6388
6388
|
process.stdout.write(` 1. Open your admin dashboard \u2192 Settings \u2192 Integrations: ${siteUrl}/admin/settings
|
|
6389
6389
|
`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thallylabs/cli",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.4",
|
|
4
4
|
"description": "The Thally CLI for authoring knowledge surfaces, tracing product changes, and keeping documentation checked.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@anthropic-ai/sdk": "^0.78.0",
|
|
27
|
-
"@thallylabs/mcp": "0.10.
|
|
28
|
-
"create-thally-docs": "0.10.
|
|
27
|
+
"@thallylabs/mcp": "0.10.4",
|
|
28
|
+
"create-thally-docs": "0.10.4"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@thallylabs/agent": "*",
|