clawra-anime 1.0.3 → 1.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawra-anime",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Anime virtual girlfriend for OpenClaw - AI-powered anime selfie generation",
5
5
  "main": "skill/SKILL.md",
6
6
  "bin": {
@@ -140,7 +140,7 @@ log_info "Sending to channel: $CHANNEL"
140
140
  if [ "$USE_CLI" = true ]; then
141
141
  openclaw message send \
142
142
  --action send \
143
- --channel "$CHANNEL" \
143
+ --target "$CHANNEL" \
144
144
  --message "$CAPTION" \
145
145
  --media "$IMAGE_URL"
146
146
  else