runtrim 0.1.0 → 0.1.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-cli/runtrim.js +1 -1
- package/package.json +1 -1
package/dist-cli/runtrim.js
CHANGED
|
@@ -4537,7 +4537,7 @@ program.command("go <task>").description("Daily shortcut: initialize if needed,
|
|
|
4537
4537
|
console.log(copied ? chalk.white("Copied to clipboard.") : DIM("Clipboard unavailable. Prompt saved to .runtrim/latest-prompt.md"));
|
|
4538
4538
|
console.log("");
|
|
4539
4539
|
console.log(ACCENT.bold("Next"));
|
|
4540
|
-
console.log(chalk.white("1. Paste into Claude, Codex, Cursor or
|
|
4540
|
+
console.log(chalk.white("1. Paste into your preferred coding agent, like Claude, Codex, Cursor, ChatGPT, Kimi, or another agent."));
|
|
4541
4541
|
console.log(chalk.white("2. Keep the local panel open:"));
|
|
4542
4542
|
console.log(chalk.white(" runtrim panel --monitor"));
|
|
4543
4543
|
console.log(chalk.white("3. After edits:"));
|