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.
@@ -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 ChatGPT."));
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:"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "runtrim",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI guard layer that scopes AI coding runs before they waste tokens.",
5
5
  "license": "MIT",
6
6
  "author": "RunTrim",