openalmanac 0.2.53 → 0.2.54
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 +3 -0
- package/package.json +1 -1
package/dist/setup.js
CHANGED
|
@@ -617,6 +617,9 @@ function printRedditResult(agent, loginResult, mcpChanged, toolCount) {
|
|
|
617
617
|
w(row(` ${WHITE_BOLD}Next steps${RST}`));
|
|
618
618
|
w(empty);
|
|
619
619
|
w(row(` ${BLUE}1.${RST} Type ${WHITE_BOLD}claude${RST} to start Claude Code`));
|
|
620
|
+
w(row(` ${BLUE}2.${RST} Run ${BLUE}/reddit-wiki r/<subreddit>${RST}`));
|
|
621
|
+
w(empty);
|
|
622
|
+
w(row(` ${DIM}Ask "how does reddit wiki work?" to learn more${RST}`));
|
|
620
623
|
w(empty);
|
|
621
624
|
w(` ${BLUE_DIM}\u2570${"─".repeat(innerW)}\u256f${RST}`);
|
|
622
625
|
w("");
|