theclawbay 0.3.29 → 0.3.30
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/README.md +0 -1
- package/dist/commands/logout.js +0 -1
- package/dist/commands/setup.js +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,6 @@ theclawbay setup --api-key <apiKey>
|
|
|
18
18
|
|
|
19
19
|
In an interactive terminal, setup shows one picker for Codex, Continue, Cline, OpenClaw, OpenCode, Kilo, Roo Code, Aider, and Windows Trae.
|
|
20
20
|
Each row includes a terminal-friendly icon plus the tool's official site, and you can toggle items with arrow keys plus `Enter` or by pressing their number.
|
|
21
|
-
Default setup/logout output stays concise; pass `--debug-output` if you want file paths and migration details.
|
|
22
21
|
|
|
23
22
|
History notes:
|
|
24
23
|
|
package/dist/commands/logout.js
CHANGED
|
@@ -62,7 +62,6 @@ function logLogoutCompactSummary(params) {
|
|
|
62
62
|
params.log(`Note: ${note}`);
|
|
63
63
|
}
|
|
64
64
|
params.log("Restart any open terminals or editor windows to clear already-loaded environment.");
|
|
65
|
-
params.log("Use --debug-output for file paths and migration details.");
|
|
66
65
|
}
|
|
67
66
|
function removeManagedBlock(source, start, end) {
|
|
68
67
|
const markerStart = source.indexOf(start);
|
package/dist/commands/setup.js
CHANGED
|
@@ -147,7 +147,6 @@ function logSetupCompactSummary(params) {
|
|
|
147
147
|
for (const note of params.notes) {
|
|
148
148
|
params.log(`Note: ${note}`);
|
|
149
149
|
}
|
|
150
|
-
params.log("Use --debug-output for file paths and migration details.");
|
|
151
150
|
}
|
|
152
151
|
function localAppDataDir() {
|
|
153
152
|
if (process.env.LOCALAPPDATA?.trim())
|
package/package.json
CHANGED