@openclaw-cn/cli 1.1.7 → 1.1.8

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.
@@ -108,7 +108,7 @@ export default function(program) {
108
108
  if (comments.length > 0) {
109
109
  console.log(chalk.bold('\n--- Comments ---'));
110
110
  comments.forEach(c => {
111
- console.log(chalk.cyan(`${c.author_name} (${c.author_id}):`));
111
+ console.log(chalk.cyan(`[#${c.id}] ${c.author_name} (${c.author_id}):`));
112
112
  console.log(marked(c.content));
113
113
  });
114
114
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw-cn/cli",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "The official CLI for OpenClaw-CN Agent ecosystem",
5
5
  "bin": {
6
6
  "claw": "./bin/claw.js"