codiedev 0.2.0 → 0.2.1
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/connect.js +1 -1
- package/package.json +1 -1
package/dist/connect.js
CHANGED
|
@@ -92,7 +92,7 @@ async function main() {
|
|
|
92
92
|
output: process.stdout,
|
|
93
93
|
});
|
|
94
94
|
console.log("\nWelcome to CodieDev CLI\n");
|
|
95
|
-
console.log("This will connect
|
|
95
|
+
console.log("This will connect your coding agent to your CodieDev workspace and install");
|
|
96
96
|
console.log("the session capture hook for org-wide session sharing.\n");
|
|
97
97
|
let token;
|
|
98
98
|
try {
|