openalmanac 0.2.21 → 0.2.22
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/setup.js +1 -1
- package/package.json +1 -1
package/dist/setup.js
CHANGED
|
@@ -491,7 +491,7 @@ function printResult(agent, loginResult, mcpChanged, toolCount) {
|
|
|
491
491
|
stepDone(`${BLUE}Setup complete${RST}`);
|
|
492
492
|
w("");
|
|
493
493
|
// Next steps box
|
|
494
|
-
const innerW =
|
|
494
|
+
const innerW = 62;
|
|
495
495
|
const row = (content) => {
|
|
496
496
|
const padding = Math.max(0, innerW - vis(content));
|
|
497
497
|
return ` ${BLUE_DIM}\u2502${RST}${content}${" ".repeat(padding)}${BLUE_DIM}\u2502${RST}`;
|