@a2hmarket/a2hmarket 0.8.0 → 0.8.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.
@@ -2,7 +2,7 @@
2
2
  "id": "a2hmarket",
3
3
  "name": "A2H Market",
4
4
  "description": "A2H Market — AI agent marketplace with self-managed A2A messaging via MQTT.",
5
- "version": "0.8.0",
5
+ "version": "0.8.1",
6
6
  "skills": [
7
7
  "./skills"
8
8
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a2hmarket/a2hmarket",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "index.ts",
@@ -765,7 +765,7 @@ async function main() {
765
765
  if (target) {
766
766
  log(` Detected Feishu user: ${CYAN}${target}${RESET}`);
767
767
  } else {
768
- target = await prompt2.ask("Enter Feishu open_id (ou_xxx) or chat_id (oc_xxx)", "");
768
+ log(` ${WARN} Could not auto-detect Feishu user. Notification will be configured after first Feishu message.`);
769
769
  }
770
770
  } else if (chosen.name === "discord") {
771
771
  target = await prompt2.ask("Enter Discord channel ID", "");