agent-messenger 2.4.0 → 2.5.0

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.
Files changed (329) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/.github/workflows/release.yml +0 -12
  3. package/README.md +3 -3
  4. package/dist/package.json +1 -1
  5. package/dist/src/platforms/channeltalk/cli.d.ts.map +1 -1
  6. package/dist/src/platforms/channeltalk/cli.js +2 -1
  7. package/dist/src/platforms/channeltalk/cli.js.map +1 -1
  8. package/dist/src/platforms/channeltalk/commands/index.d.ts +1 -0
  9. package/dist/src/platforms/channeltalk/commands/index.d.ts.map +1 -1
  10. package/dist/src/platforms/channeltalk/commands/index.js +1 -0
  11. package/dist/src/platforms/channeltalk/commands/index.js.map +1 -1
  12. package/dist/src/platforms/channeltalk/commands/whoami.d.ts +22 -0
  13. package/dist/src/platforms/channeltalk/commands/whoami.d.ts.map +1 -0
  14. package/dist/src/platforms/channeltalk/commands/whoami.js +40 -0
  15. package/dist/src/platforms/channeltalk/commands/whoami.js.map +1 -0
  16. package/dist/src/platforms/channeltalkbot/cli.d.ts.map +1 -1
  17. package/dist/src/platforms/channeltalkbot/cli.js +2 -1
  18. package/dist/src/platforms/channeltalkbot/cli.js.map +1 -1
  19. package/dist/src/platforms/channeltalkbot/commands/index.d.ts +1 -0
  20. package/dist/src/platforms/channeltalkbot/commands/index.d.ts.map +1 -1
  21. package/dist/src/platforms/channeltalkbot/commands/index.js +1 -0
  22. package/dist/src/platforms/channeltalkbot/commands/index.js.map +1 -1
  23. package/dist/src/platforms/channeltalkbot/commands/whoami.d.ts +13 -0
  24. package/dist/src/platforms/channeltalkbot/commands/whoami.d.ts.map +1 -0
  25. package/dist/src/platforms/channeltalkbot/commands/whoami.js +31 -0
  26. package/dist/src/platforms/channeltalkbot/commands/whoami.js.map +1 -0
  27. package/dist/src/platforms/discord/cli.d.ts.map +1 -1
  28. package/dist/src/platforms/discord/cli.js +2 -1
  29. package/dist/src/platforms/discord/cli.js.map +1 -1
  30. package/dist/src/platforms/discord/commands/index.d.ts +1 -0
  31. package/dist/src/platforms/discord/commands/index.d.ts.map +1 -1
  32. package/dist/src/platforms/discord/commands/index.js +1 -0
  33. package/dist/src/platforms/discord/commands/index.js.map +1 -1
  34. package/dist/src/platforms/discord/commands/whoami.d.ts +6 -0
  35. package/dist/src/platforms/discord/commands/whoami.d.ts.map +1 -0
  36. package/dist/src/platforms/discord/commands/whoami.js +33 -0
  37. package/dist/src/platforms/discord/commands/whoami.js.map +1 -0
  38. package/dist/src/platforms/discordbot/cli.d.ts.map +1 -1
  39. package/dist/src/platforms/discordbot/cli.js +2 -1
  40. package/dist/src/platforms/discordbot/cli.js.map +1 -1
  41. package/dist/src/platforms/discordbot/commands/index.d.ts +1 -0
  42. package/dist/src/platforms/discordbot/commands/index.d.ts.map +1 -1
  43. package/dist/src/platforms/discordbot/commands/index.js +1 -0
  44. package/dist/src/platforms/discordbot/commands/index.js.map +1 -1
  45. package/dist/src/platforms/discordbot/commands/whoami.d.ts +14 -0
  46. package/dist/src/platforms/discordbot/commands/whoami.d.ts.map +1 -0
  47. package/dist/src/platforms/discordbot/commands/whoami.js +32 -0
  48. package/dist/src/platforms/discordbot/commands/whoami.js.map +1 -0
  49. package/dist/src/platforms/instagram/cli.d.ts.map +1 -1
  50. package/dist/src/platforms/instagram/cli.js +2 -1
  51. package/dist/src/platforms/instagram/cli.js.map +1 -1
  52. package/dist/src/platforms/instagram/client.d.ts +6 -0
  53. package/dist/src/platforms/instagram/client.d.ts.map +1 -1
  54. package/dist/src/platforms/instagram/client.js +12 -0
  55. package/dist/src/platforms/instagram/client.js.map +1 -1
  56. package/dist/src/platforms/instagram/commands/index.d.ts +1 -0
  57. package/dist/src/platforms/instagram/commands/index.d.ts.map +1 -1
  58. package/dist/src/platforms/instagram/commands/index.js +1 -0
  59. package/dist/src/platforms/instagram/commands/index.js.map +1 -1
  60. package/dist/src/platforms/instagram/commands/whoami.d.ts +7 -0
  61. package/dist/src/platforms/instagram/commands/whoami.d.ts.map +1 -0
  62. package/dist/src/platforms/instagram/commands/whoami.js +19 -0
  63. package/dist/src/platforms/instagram/commands/whoami.js.map +1 -0
  64. package/dist/src/platforms/kakaotalk/cli.js +2 -2
  65. package/dist/src/platforms/kakaotalk/cli.js.map +1 -1
  66. package/dist/src/platforms/kakaotalk/client.d.ts.map +1 -1
  67. package/dist/src/platforms/kakaotalk/client.js +173 -21
  68. package/dist/src/platforms/kakaotalk/client.js.map +1 -1
  69. package/dist/src/platforms/kakaotalk/commands/index.d.ts +1 -1
  70. package/dist/src/platforms/kakaotalk/commands/index.d.ts.map +1 -1
  71. package/dist/src/platforms/kakaotalk/commands/index.js +1 -1
  72. package/dist/src/platforms/kakaotalk/commands/index.js.map +1 -1
  73. package/dist/src/platforms/kakaotalk/commands/whoami.d.ts +3 -0
  74. package/dist/src/platforms/kakaotalk/commands/whoami.d.ts.map +1 -0
  75. package/dist/src/platforms/kakaotalk/commands/{profile.js → whoami.js} +5 -5
  76. package/dist/src/platforms/kakaotalk/commands/whoami.js.map +1 -0
  77. package/dist/src/platforms/kakaotalk/protocol/session.d.ts +4 -2
  78. package/dist/src/platforms/kakaotalk/protocol/session.d.ts.map +1 -1
  79. package/dist/src/platforms/kakaotalk/protocol/session.js +25 -6
  80. package/dist/src/platforms/kakaotalk/protocol/session.js.map +1 -1
  81. package/dist/src/platforms/kakaotalk/protocol/types.d.ts +17 -0
  82. package/dist/src/platforms/kakaotalk/protocol/types.d.ts.map +1 -1
  83. package/dist/src/platforms/kakaotalk/protocol/types.js.map +1 -1
  84. package/dist/src/platforms/kakaotalk/types.d.ts +12 -0
  85. package/dist/src/platforms/kakaotalk/types.d.ts.map +1 -1
  86. package/dist/src/platforms/kakaotalk/types.js +6 -0
  87. package/dist/src/platforms/kakaotalk/types.js.map +1 -1
  88. package/dist/src/platforms/line/cli.js +2 -2
  89. package/dist/src/platforms/line/cli.js.map +1 -1
  90. package/dist/src/platforms/line/commands/auth.d.ts.map +1 -1
  91. package/dist/src/platforms/line/commands/auth.js +9 -59
  92. package/dist/src/platforms/line/commands/auth.js.map +1 -1
  93. package/dist/src/platforms/line/commands/index.d.ts +1 -1
  94. package/dist/src/platforms/line/commands/index.d.ts.map +1 -1
  95. package/dist/src/platforms/line/commands/index.js +1 -1
  96. package/dist/src/platforms/line/commands/index.js.map +1 -1
  97. package/dist/src/platforms/line/commands/whoami.d.ts +3 -0
  98. package/dist/src/platforms/line/commands/whoami.d.ts.map +1 -0
  99. package/dist/src/platforms/line/commands/{profile.js → whoami.js} +5 -5
  100. package/dist/src/platforms/line/commands/whoami.js.map +1 -0
  101. package/dist/src/platforms/slack/cli.d.ts.map +1 -1
  102. package/dist/src/platforms/slack/cli.js +2 -1
  103. package/dist/src/platforms/slack/cli.js.map +1 -1
  104. package/dist/src/platforms/slack/commands/index.d.ts +1 -0
  105. package/dist/src/platforms/slack/commands/index.d.ts.map +1 -1
  106. package/dist/src/platforms/slack/commands/index.js +1 -0
  107. package/dist/src/platforms/slack/commands/index.js.map +1 -1
  108. package/dist/src/platforms/slack/commands/whoami.d.ts +6 -0
  109. package/dist/src/platforms/slack/commands/whoami.d.ts.map +1 -0
  110. package/dist/src/platforms/slack/commands/whoami.js +39 -0
  111. package/dist/src/platforms/slack/commands/whoami.js.map +1 -0
  112. package/dist/src/platforms/slackbot/cli.d.ts.map +1 -1
  113. package/dist/src/platforms/slackbot/cli.js +2 -1
  114. package/dist/src/platforms/slackbot/cli.js.map +1 -1
  115. package/dist/src/platforms/slackbot/commands/index.d.ts +1 -0
  116. package/dist/src/platforms/slackbot/commands/index.d.ts.map +1 -1
  117. package/dist/src/platforms/slackbot/commands/index.js +1 -0
  118. package/dist/src/platforms/slackbot/commands/index.js.map +1 -1
  119. package/dist/src/platforms/slackbot/commands/whoami.d.ts +14 -0
  120. package/dist/src/platforms/slackbot/commands/whoami.d.ts.map +1 -0
  121. package/dist/src/platforms/slackbot/commands/whoami.js +32 -0
  122. package/dist/src/platforms/slackbot/commands/whoami.js.map +1 -0
  123. package/dist/src/platforms/teams/cli.d.ts.map +1 -1
  124. package/dist/src/platforms/teams/cli.js +2 -1
  125. package/dist/src/platforms/teams/cli.js.map +1 -1
  126. package/dist/src/platforms/teams/commands/index.d.ts +1 -0
  127. package/dist/src/platforms/teams/commands/index.d.ts.map +1 -1
  128. package/dist/src/platforms/teams/commands/index.js +1 -0
  129. package/dist/src/platforms/teams/commands/index.js.map +1 -1
  130. package/dist/src/platforms/teams/commands/whoami.d.ts +6 -0
  131. package/dist/src/platforms/teams/commands/whoami.d.ts.map +1 -0
  132. package/dist/src/platforms/teams/commands/whoami.js +30 -0
  133. package/dist/src/platforms/teams/commands/whoami.js.map +1 -0
  134. package/dist/src/platforms/telegram/cli.d.ts.map +1 -1
  135. package/dist/src/platforms/telegram/cli.js +2 -1
  136. package/dist/src/platforms/telegram/cli.js.map +1 -1
  137. package/dist/src/platforms/telegram/commands/index.d.ts +1 -0
  138. package/dist/src/platforms/telegram/commands/index.d.ts.map +1 -1
  139. package/dist/src/platforms/telegram/commands/index.js +1 -0
  140. package/dist/src/platforms/telegram/commands/index.js.map +1 -1
  141. package/dist/src/platforms/telegram/commands/whoami.d.ts +7 -0
  142. package/dist/src/platforms/telegram/commands/whoami.d.ts.map +1 -0
  143. package/dist/src/platforms/telegram/commands/whoami.js +27 -0
  144. package/dist/src/platforms/telegram/commands/whoami.js.map +1 -0
  145. package/dist/src/platforms/webex/cli.d.ts.map +1 -1
  146. package/dist/src/platforms/webex/cli.js +2 -1
  147. package/dist/src/platforms/webex/cli.js.map +1 -1
  148. package/dist/src/platforms/webex/commands/index.d.ts +1 -0
  149. package/dist/src/platforms/webex/commands/index.d.ts.map +1 -1
  150. package/dist/src/platforms/webex/commands/index.js +1 -0
  151. package/dist/src/platforms/webex/commands/index.js.map +1 -1
  152. package/dist/src/platforms/webex/commands/message.js +1 -1
  153. package/dist/src/platforms/webex/commands/message.js.map +1 -1
  154. package/dist/src/platforms/webex/commands/whoami.d.ts +6 -0
  155. package/dist/src/platforms/webex/commands/whoami.d.ts.map +1 -0
  156. package/dist/src/platforms/webex/commands/whoami.js +30 -0
  157. package/dist/src/platforms/webex/commands/whoami.js.map +1 -0
  158. package/dist/src/platforms/wechatbot/cli.d.ts.map +1 -1
  159. package/dist/src/platforms/wechatbot/cli.js +2 -1
  160. package/dist/src/platforms/wechatbot/cli.js.map +1 -1
  161. package/dist/src/platforms/wechatbot/commands/index.d.ts +1 -0
  162. package/dist/src/platforms/wechatbot/commands/index.d.ts.map +1 -1
  163. package/dist/src/platforms/wechatbot/commands/index.js +1 -0
  164. package/dist/src/platforms/wechatbot/commands/index.js.map +1 -1
  165. package/dist/src/platforms/wechatbot/commands/whoami.d.ts +12 -0
  166. package/dist/src/platforms/wechatbot/commands/whoami.d.ts.map +1 -0
  167. package/dist/src/platforms/wechatbot/commands/whoami.js +33 -0
  168. package/dist/src/platforms/wechatbot/commands/whoami.js.map +1 -0
  169. package/dist/src/platforms/whatsapp/cli.d.ts.map +1 -1
  170. package/dist/src/platforms/whatsapp/cli.js +2 -1
  171. package/dist/src/platforms/whatsapp/cli.js.map +1 -1
  172. package/dist/src/platforms/whatsapp/client.d.ts +8 -0
  173. package/dist/src/platforms/whatsapp/client.d.ts.map +1 -1
  174. package/dist/src/platforms/whatsapp/client.js +116 -8
  175. package/dist/src/platforms/whatsapp/client.js.map +1 -1
  176. package/dist/src/platforms/whatsapp/commands/auth.d.ts.map +1 -1
  177. package/dist/src/platforms/whatsapp/commands/auth.js +115 -45
  178. package/dist/src/platforms/whatsapp/commands/auth.js.map +1 -1
  179. package/dist/src/platforms/whatsapp/commands/index.d.ts +1 -0
  180. package/dist/src/platforms/whatsapp/commands/index.d.ts.map +1 -1
  181. package/dist/src/platforms/whatsapp/commands/index.js +1 -0
  182. package/dist/src/platforms/whatsapp/commands/index.js.map +1 -1
  183. package/dist/src/platforms/whatsapp/commands/shared.js +2 -2
  184. package/dist/src/platforms/whatsapp/commands/shared.js.map +1 -1
  185. package/dist/src/platforms/whatsapp/commands/whoami.d.ts +7 -0
  186. package/dist/src/platforms/whatsapp/commands/whoami.d.ts.map +1 -0
  187. package/dist/src/platforms/whatsapp/commands/whoami.js +19 -0
  188. package/dist/src/platforms/whatsapp/commands/whoami.js.map +1 -0
  189. package/dist/src/platforms/whatsapp/ensure-auth.js +2 -2
  190. package/dist/src/platforms/whatsapp/ensure-auth.js.map +1 -1
  191. package/dist/src/platforms/whatsappbot/cli.d.ts.map +1 -1
  192. package/dist/src/platforms/whatsappbot/cli.js +2 -1
  193. package/dist/src/platforms/whatsappbot/cli.js.map +1 -1
  194. package/dist/src/platforms/whatsappbot/commands/index.d.ts +1 -0
  195. package/dist/src/platforms/whatsappbot/commands/index.d.ts.map +1 -1
  196. package/dist/src/platforms/whatsappbot/commands/index.js +1 -0
  197. package/dist/src/platforms/whatsappbot/commands/index.js.map +1 -1
  198. package/dist/src/platforms/whatsappbot/commands/whoami.d.ts +17 -0
  199. package/dist/src/platforms/whatsappbot/commands/whoami.d.ts.map +1 -0
  200. package/dist/src/platforms/whatsappbot/commands/whoami.js +39 -0
  201. package/dist/src/platforms/whatsappbot/commands/whoami.js.map +1 -0
  202. package/dist/src/shared/utils/qr.d.ts +15 -0
  203. package/dist/src/shared/utils/qr.d.ts.map +1 -0
  204. package/dist/src/shared/utils/qr.js +74 -0
  205. package/dist/src/shared/utils/qr.js.map +1 -0
  206. package/dist/src/tui/adapters/whatsapp-adapter.d.ts.map +1 -1
  207. package/dist/src/tui/adapters/whatsapp-adapter.js +20 -15
  208. package/dist/src/tui/adapters/whatsapp-adapter.js.map +1 -1
  209. package/docs/content/docs/cli/channeltalk.mdx +11 -0
  210. package/docs/content/docs/cli/channeltalkbot.mdx +9 -0
  211. package/docs/content/docs/cli/discord.mdx +10 -0
  212. package/docs/content/docs/cli/discordbot.mdx +9 -0
  213. package/docs/content/docs/cli/instagram.mdx +11 -0
  214. package/docs/content/docs/cli/kakaotalk.mdx +24 -0
  215. package/docs/content/docs/cli/line.mdx +4 -4
  216. package/docs/content/docs/cli/slack.mdx +10 -0
  217. package/docs/content/docs/cli/slackbot.mdx +9 -0
  218. package/docs/content/docs/cli/teams.mdx +10 -0
  219. package/docs/content/docs/cli/telegram.mdx +11 -0
  220. package/docs/content/docs/cli/webex.mdx +10 -0
  221. package/docs/content/docs/cli/wechatbot.mdx +9 -0
  222. package/docs/content/docs/cli/whatsapp.mdx +36 -7
  223. package/docs/content/docs/cli/whatsappbot.mdx +9 -0
  224. package/package.json +1 -1
  225. package/skills/agent-channeltalk/SKILL.md +12 -1
  226. package/skills/agent-channeltalkbot/SKILL.md +10 -1
  227. package/skills/agent-discord/SKILL.md +11 -1
  228. package/skills/agent-discordbot/SKILL.md +10 -1
  229. package/skills/agent-instagram/SKILL.md +12 -1
  230. package/skills/agent-kakaotalk/SKILL.md +14 -8
  231. package/skills/agent-kakaotalk/references/common-patterns.md +1 -1
  232. package/skills/agent-line/SKILL.md +5 -5
  233. package/skills/agent-slack/SKILL.md +11 -1
  234. package/skills/agent-slackbot/SKILL.md +10 -1
  235. package/skills/agent-teams/SKILL.md +11 -1
  236. package/skills/agent-telegram/SKILL.md +6 -1
  237. package/skills/agent-webex/SKILL.md +11 -1
  238. package/skills/agent-wechatbot/SKILL.md +10 -1
  239. package/skills/agent-whatsapp/SKILL.md +52 -15
  240. package/skills/agent-whatsapp/references/authentication.md +36 -6
  241. package/skills/agent-whatsappbot/SKILL.md +10 -1
  242. package/src/platforms/channeltalk/cli.ts +2 -0
  243. package/src/platforms/channeltalk/commands/index.ts +1 -0
  244. package/src/platforms/channeltalk/commands/whoami.test.ts +64 -0
  245. package/src/platforms/channeltalk/commands/whoami.ts +62 -0
  246. package/src/platforms/channeltalkbot/cli.ts +2 -0
  247. package/src/platforms/channeltalkbot/commands/index.ts +1 -0
  248. package/src/platforms/channeltalkbot/commands/whoami.test.ts +104 -0
  249. package/src/platforms/channeltalkbot/commands/whoami.ts +42 -0
  250. package/src/platforms/discord/cli.ts +2 -0
  251. package/src/platforms/discord/commands/index.ts +1 -0
  252. package/src/platforms/discord/commands/whoami.test.ts +91 -0
  253. package/src/platforms/discord/commands/whoami.ts +36 -0
  254. package/src/platforms/discordbot/cli.ts +2 -0
  255. package/src/platforms/discordbot/commands/index.ts +1 -0
  256. package/src/platforms/discordbot/commands/whoami.test.ts +96 -0
  257. package/src/platforms/discordbot/commands/whoami.ts +44 -0
  258. package/src/platforms/instagram/cli.ts +2 -1
  259. package/src/platforms/instagram/client.ts +13 -0
  260. package/src/platforms/instagram/commands/chat.test.ts +1 -5
  261. package/src/platforms/instagram/commands/index.ts +1 -0
  262. package/src/platforms/instagram/commands/message.test.ts +1 -5
  263. package/src/platforms/instagram/commands/whoami.test.ts +60 -0
  264. package/src/platforms/instagram/commands/whoami.ts +21 -0
  265. package/src/platforms/kakaotalk/cli.ts +2 -2
  266. package/src/platforms/kakaotalk/client.test.ts +25 -14
  267. package/src/platforms/kakaotalk/client.ts +204 -24
  268. package/src/platforms/kakaotalk/commands/index.ts +1 -1
  269. package/src/platforms/kakaotalk/commands/{profile.test.ts → whoami.test.ts} +37 -5
  270. package/src/platforms/kakaotalk/commands/{profile.ts → whoami.ts} +4 -4
  271. package/src/platforms/kakaotalk/protocol/session.ts +27 -7
  272. package/src/platforms/kakaotalk/protocol/types.ts +9 -0
  273. package/src/platforms/kakaotalk/types.ts +12 -0
  274. package/src/platforms/line/cli.ts +2 -2
  275. package/src/platforms/line/commands/auth.ts +37 -70
  276. package/src/platforms/line/commands/index.ts +1 -1
  277. package/src/platforms/line/commands/{profile.test.ts → whoami.test.ts} +11 -11
  278. package/src/platforms/line/commands/{profile.ts → whoami.ts} +4 -4
  279. package/src/platforms/slack/cli.ts +2 -0
  280. package/src/platforms/slack/commands/index.ts +1 -0
  281. package/src/platforms/slack/commands/whoami.test.ts +126 -0
  282. package/src/platforms/slack/commands/whoami.ts +40 -0
  283. package/src/platforms/slackbot/cli.ts +2 -1
  284. package/src/platforms/slackbot/commands/index.ts +1 -0
  285. package/src/platforms/slackbot/commands/whoami.test.ts +102 -0
  286. package/src/platforms/slackbot/commands/whoami.ts +44 -0
  287. package/src/platforms/teams/cli.ts +2 -0
  288. package/src/platforms/teams/commands/index.ts +1 -0
  289. package/src/platforms/teams/commands/whoami.test.ts +83 -0
  290. package/src/platforms/teams/commands/whoami.ts +33 -0
  291. package/src/platforms/telegram/cli.ts +2 -1
  292. package/src/platforms/telegram/commands/index.ts +1 -0
  293. package/src/platforms/telegram/commands/whoami.test.ts +75 -0
  294. package/src/platforms/telegram/commands/whoami.ts +29 -0
  295. package/src/platforms/webex/cli.ts +2 -1
  296. package/src/platforms/webex/commands/auth.test.ts +58 -46
  297. package/src/platforms/webex/commands/index.ts +1 -0
  298. package/src/platforms/webex/commands/member.test.ts +1 -5
  299. package/src/platforms/webex/commands/message.test.ts +1 -5
  300. package/src/platforms/webex/commands/message.ts +1 -1
  301. package/src/platforms/webex/commands/snapshot.test.ts +1 -5
  302. package/src/platforms/webex/commands/space.test.ts +1 -5
  303. package/src/platforms/webex/commands/whoami.test.ts +113 -0
  304. package/src/platforms/webex/commands/whoami.ts +31 -0
  305. package/src/platforms/webex/credential-manager.test.ts +0 -1
  306. package/src/platforms/wechatbot/cli.ts +2 -1
  307. package/src/platforms/wechatbot/commands/index.ts +1 -0
  308. package/src/platforms/wechatbot/commands/whoami.test.ts +109 -0
  309. package/src/platforms/wechatbot/commands/whoami.ts +43 -0
  310. package/src/platforms/whatsapp/cli.ts +2 -1
  311. package/src/platforms/whatsapp/client.ts +156 -24
  312. package/src/platforms/whatsapp/commands/auth.ts +176 -70
  313. package/src/platforms/whatsapp/commands/index.ts +1 -0
  314. package/src/platforms/whatsapp/commands/shared.ts +2 -2
  315. package/src/platforms/whatsapp/commands/whoami.test.ts +59 -0
  316. package/src/platforms/whatsapp/commands/whoami.ts +21 -0
  317. package/src/platforms/whatsapp/ensure-auth.ts +2 -2
  318. package/src/platforms/whatsappbot/cli.ts +2 -1
  319. package/src/platforms/whatsappbot/commands/index.ts +1 -0
  320. package/src/platforms/whatsappbot/commands/whoami.test.ts +100 -0
  321. package/src/platforms/whatsappbot/commands/whoami.ts +57 -0
  322. package/src/shared/utils/qr.ts +92 -0
  323. package/src/tui/adapters/whatsapp-adapter.ts +19 -16
  324. package/dist/src/platforms/kakaotalk/commands/profile.d.ts +0 -3
  325. package/dist/src/platforms/kakaotalk/commands/profile.d.ts.map +0 -1
  326. package/dist/src/platforms/kakaotalk/commands/profile.js.map +0 -1
  327. package/dist/src/platforms/line/commands/profile.d.ts +0 -3
  328. package/dist/src/platforms/line/commands/profile.d.ts.map +0 -1
  329. package/dist/src/platforms/line/commands/profile.js.map +0 -1
@@ -0,0 +1,40 @@
1
+ import { Command } from 'commander'
2
+ import { handleError } from '@/shared/utils/error-handler'
3
+ import { formatOutput } from '@/shared/utils/output'
4
+ import { SlackClient } from '../client'
5
+ import { CredentialManager } from '../credential-manager'
6
+
7
+ export async function whoamiAction(options: { pretty?: boolean }): Promise<void> {
8
+ try {
9
+ const credManager = new CredentialManager()
10
+ const workspace = await credManager.getWorkspace()
11
+ if (!workspace) {
12
+ console.log(formatOutput({ error: 'No current workspace set. Run "auth extract" first.' }, options.pretty))
13
+ return process.exit(1)
14
+ }
15
+ const client = await new SlackClient().login({ token: workspace.token, cookie: workspace.cookie })
16
+ const authInfo = await client.testAuth()
17
+ const user = await client.getUser(authInfo.user_id)
18
+
19
+ const output = {
20
+ id: user.id,
21
+ name: user.name,
22
+ real_name: user.real_name,
23
+ is_admin: user.is_admin,
24
+ is_owner: user.is_owner,
25
+ is_bot: user.is_bot,
26
+ is_app_user: user.is_app_user,
27
+ team_id: authInfo.team_id,
28
+ team: authInfo.team,
29
+ profile: user.profile,
30
+ }
31
+ console.log(formatOutput(output, options.pretty))
32
+ } catch (error) {
33
+ handleError(error as Error)
34
+ }
35
+ }
36
+
37
+ export const whoamiCommand = new Command('whoami')
38
+ .description('Show current authenticated user')
39
+ .option('--pretty', 'Pretty print JSON output')
40
+ .action(whoamiAction)
@@ -3,7 +3,7 @@
3
3
  import { Command } from 'commander'
4
4
 
5
5
  import pkg from '../../../package.json' with { type: 'json' }
6
- import { authCommand, channelCommand, messageCommand, reactionCommand, userCommand } from './commands/index'
6
+ import { authCommand, channelCommand, messageCommand, reactionCommand, userCommand, whoamiCommand } from './commands/index'
7
7
 
8
8
  const program = new Command()
9
9
 
@@ -14,6 +14,7 @@ program
14
14
  .option('--bot <id>', 'Use specific bot (default: current)')
15
15
 
16
16
  program.addCommand(authCommand)
17
+ program.addCommand(whoamiCommand)
17
18
  program.addCommand(messageCommand)
18
19
  program.addCommand(channelCommand)
19
20
  program.addCommand(userCommand)
@@ -3,3 +3,4 @@ export { channelCommand } from './channel'
3
3
  export { messageCommand } from './message'
4
4
  export { reactionCommand } from './reaction'
5
5
  export { userCommand } from './user'
6
+ export { whoamiCommand } from './whoami'
@@ -0,0 +1,102 @@
1
+ import { afterEach, beforeEach, describe, expect, mock, test } from 'bun:test'
2
+ import { existsSync, rmSync } from 'node:fs'
3
+ import { mkdir } from 'node:fs/promises'
4
+ import { tmpdir } from 'node:os'
5
+ import { join } from 'node:path'
6
+
7
+ const mockTestAuth = mock(() =>
8
+ Promise.resolve({
9
+ user_id: 'U123',
10
+ team_id: 'T456',
11
+ bot_id: 'B789',
12
+ user: 'testbot',
13
+ team: 'Test Team',
14
+ }),
15
+ )
16
+
17
+ mock.module('../client', () => ({
18
+ SlackBotClient: class MockSlackBotClient {
19
+ async login(_credentials?: any) {
20
+ return this
21
+ }
22
+ testAuth = mockTestAuth
23
+ },
24
+ }))
25
+
26
+ import { SlackBotCredentialManager } from '../credential-manager'
27
+ import { whoamiAction } from './whoami'
28
+
29
+ describe('whoami command', () => {
30
+ let tempDir: string
31
+ let originalEnv: NodeJS.ProcessEnv
32
+
33
+ beforeEach(async () => {
34
+ tempDir = join(tmpdir(), `slackbot-whoami-test-${Date.now()}`)
35
+ await mkdir(tempDir, { recursive: true })
36
+ originalEnv = { ...process.env }
37
+ delete process.env.E2E_SLACKBOT_TOKEN
38
+ mockTestAuth.mockClear()
39
+ })
40
+
41
+ afterEach(() => {
42
+ if (existsSync(tempDir)) {
43
+ rmSync(tempDir, { recursive: true })
44
+ }
45
+ process.env = originalEnv
46
+ })
47
+
48
+ test('returns auth info for current bot', async () => {
49
+ const manager = new SlackBotCredentialManager(tempDir)
50
+ await manager.setCredentials({
51
+ token: 'xoxb-test-token',
52
+ workspace_id: 'T456',
53
+ workspace_name: 'Test Workspace',
54
+ bot_id: 'B789',
55
+ bot_name: 'Test Bot',
56
+ })
57
+
58
+ const result = await whoamiAction({ _credManager: manager })
59
+
60
+ expect(result.user_id).toBe('U123')
61
+ expect(result.team_id).toBe('T456')
62
+ expect(result.bot_id).toBe('B789')
63
+ expect(result.user).toBe('testbot')
64
+ expect(result.team).toBe('Test Team')
65
+ expect(result.error).toBeUndefined()
66
+ })
67
+
68
+ test('returns auth info for specific --bot', async () => {
69
+ const manager = new SlackBotCredentialManager(tempDir)
70
+ await manager.setCredentials({
71
+ token: 'xoxb-test-token',
72
+ workspace_id: 'T456',
73
+ workspace_name: 'Test Workspace',
74
+ bot_id: 'deploy',
75
+ bot_name: 'Deploy Bot',
76
+ })
77
+
78
+ const result = await whoamiAction({ bot: 'deploy', _credManager: manager })
79
+
80
+ expect(result.user_id).toBe('U123')
81
+ expect(result.team_id).toBe('T456')
82
+ expect(mockTestAuth).toHaveBeenCalledTimes(1)
83
+ })
84
+
85
+ test('returns error when client throws', async () => {
86
+ mockTestAuth.mockImplementationOnce(() => Promise.reject(new Error('API Error')))
87
+
88
+ const manager = new SlackBotCredentialManager(tempDir)
89
+ await manager.setCredentials({
90
+ token: 'xoxb-test-token',
91
+ workspace_id: 'T456',
92
+ workspace_name: 'Test Workspace',
93
+ bot_id: 'B789',
94
+ bot_name: 'Test Bot',
95
+ })
96
+
97
+ const result = await whoamiAction({ _credManager: manager })
98
+
99
+ expect(result.error).toBeDefined()
100
+ expect(result.error).toContain('API Error')
101
+ })
102
+ })
@@ -0,0 +1,44 @@
1
+ import { Command } from 'commander'
2
+
3
+ import { formatOutput } from '@/shared/utils/output'
4
+
5
+ import type { BotOption } from './shared'
6
+ import { getClient } from './shared'
7
+
8
+ interface WhoamiResult {
9
+ user_id?: string
10
+ team_id?: string
11
+ bot_id?: string
12
+ user?: string
13
+ team?: string
14
+ error?: string
15
+ }
16
+
17
+ export async function whoamiAction(options: BotOption): Promise<WhoamiResult> {
18
+ try {
19
+ const client = await getClient(options)
20
+ const info = await client.testAuth()
21
+ return {
22
+ user_id: info.user_id,
23
+ team_id: info.team_id,
24
+ bot_id: info.bot_id,
25
+ user: info.user,
26
+ team: info.team,
27
+ }
28
+ } catch (error) {
29
+ return { error: (error as Error).message }
30
+ }
31
+ }
32
+
33
+ function cliOutput(result: WhoamiResult, pretty?: boolean): void {
34
+ console.log(formatOutput(result, pretty))
35
+ if (result.error) process.exit(1)
36
+ }
37
+
38
+ export const whoamiCommand = new Command('whoami')
39
+ .description('Show current authenticated bot')
40
+ .option('--bot <id>', 'Bot ID to use')
41
+ .option('--pretty', 'Pretty print JSON output')
42
+ .action(async (opts: BotOption) => {
43
+ cliOutput(await whoamiAction(opts), opts.pretty)
44
+ })
@@ -13,6 +13,7 @@ import {
13
13
  snapshotCommand,
14
14
  teamCommand,
15
15
  userCommand,
16
+ whoamiCommand,
16
17
  } from './commands'
17
18
  import { TeamsCredentialManager } from './credential-manager'
18
19
  import { ensureTeamsAuth } from './ensure-auth'
@@ -53,6 +54,7 @@ program.addCommand(messageCommand)
53
54
  program.addCommand(reactionCommand)
54
55
  program.addCommand(snapshotCommand)
55
56
  program.addCommand(userCommand)
57
+ program.addCommand(whoamiCommand)
56
58
 
57
59
  program.parse(process.argv)
58
60
 
@@ -10,3 +10,4 @@ export { reactionCommand } from './reaction'
10
10
  export { snapshotAction, snapshotCommand } from './snapshot'
11
11
  export { teamCommand } from './team'
12
12
  export { userCommand } from './user'
13
+ export { whoamiCommand } from './whoami'
@@ -0,0 +1,83 @@
1
+ import { afterEach, beforeEach, expect, spyOn, test } from 'bun:test'
2
+
3
+ import { TeamsClient } from '@/platforms/teams/client'
4
+ import { TeamsCredentialManager } from '@/platforms/teams/credential-manager'
5
+ import { whoamiAction, whoamiCommand } from '@/platforms/teams/commands/whoami'
6
+
7
+ let credManagerSpy: ReturnType<typeof spyOn>
8
+ let clientTestAuthSpy: ReturnType<typeof spyOn>
9
+ let consoleLogSpy: ReturnType<typeof spyOn>
10
+ let processExitSpy: ReturnType<typeof spyOn>
11
+
12
+ const mockCred = {
13
+ token: 'test-teams-token',
14
+ tokenExpiresAt: '2099-01-01T00:00:00.000Z',
15
+ }
16
+
17
+ const mockUser = {
18
+ id: 'ME',
19
+ displayName: 'Test User',
20
+ }
21
+
22
+ beforeEach(() => {
23
+ credManagerSpy = spyOn(TeamsCredentialManager.prototype, 'getTokenWithExpiry').mockResolvedValue(mockCred)
24
+ clientTestAuthSpy = spyOn(TeamsClient.prototype, 'testAuth').mockResolvedValue(mockUser)
25
+ consoleLogSpy = spyOn(console, 'log').mockImplementation(() => {})
26
+ processExitSpy = spyOn(process, 'exit').mockImplementation((_code?: number) => undefined as never)
27
+ })
28
+
29
+ afterEach(() => {
30
+ credManagerSpy?.mockRestore()
31
+ clientTestAuthSpy?.mockRestore()
32
+ consoleLogSpy?.mockRestore()
33
+ processExitSpy?.mockRestore()
34
+ })
35
+
36
+ test('whoami command is defined with correct name and description', () => {
37
+ expect(whoamiCommand).toBeDefined()
38
+ expect(whoamiCommand.name()).toBe('whoami')
39
+ expect(whoamiCommand.description()).toBe('Show current authenticated user')
40
+ })
41
+
42
+ test('whoami command has --pretty option', () => {
43
+ const options = whoamiCommand.options
44
+ const hasPretty = options.some((opt: { long?: string }) => opt.long === '--pretty')
45
+ expect(hasPretty).toBe(true)
46
+ })
47
+
48
+ test('whoami outputs id and displayName', async () => {
49
+ await whoamiAction({})
50
+
51
+ expect(consoleLogSpy).toHaveBeenCalledWith(
52
+ JSON.stringify({
53
+ id: 'ME',
54
+ displayName: 'Test User',
55
+ }),
56
+ )
57
+ })
58
+
59
+ test('whoami outputs pretty-printed JSON when pretty is true', async () => {
60
+ await whoamiAction({ pretty: true })
61
+
62
+ expect(consoleLogSpy).toHaveBeenCalledWith(
63
+ JSON.stringify(
64
+ {
65
+ id: 'ME',
66
+ displayName: 'Test User',
67
+ },
68
+ null,
69
+ 2,
70
+ ),
71
+ )
72
+ })
73
+
74
+ test('whoami exits with error when not authenticated', async () => {
75
+ credManagerSpy.mockResolvedValue(null)
76
+
77
+ await whoamiAction({})
78
+
79
+ expect(consoleLogSpy).toHaveBeenCalledWith(
80
+ JSON.stringify({ error: 'Not authenticated. Run "auth extract" first.' }),
81
+ )
82
+ expect(processExitSpy).toHaveBeenCalledWith(1)
83
+ })
@@ -0,0 +1,33 @@
1
+ import { Command } from 'commander'
2
+ import { handleError } from '@/shared/utils/error-handler'
3
+ import { formatOutput } from '@/shared/utils/output'
4
+ import { TeamsClient } from '../client'
5
+ import { TeamsCredentialManager } from '../credential-manager'
6
+
7
+ export async function whoamiAction(options: { pretty?: boolean }): Promise<void> {
8
+ try {
9
+ const credManager = new TeamsCredentialManager()
10
+ const cred = await credManager.getTokenWithExpiry()
11
+
12
+ if (!cred) {
13
+ console.log(formatOutput({ error: 'Not authenticated. Run "auth extract" first.' }, options.pretty))
14
+ return process.exit(1)
15
+ }
16
+
17
+ const client = await new TeamsClient().login({ token: cred.token, tokenExpiresAt: cred.tokenExpiresAt })
18
+ const user = await client.testAuth()
19
+
20
+ const output = {
21
+ id: user.id,
22
+ displayName: user.displayName,
23
+ }
24
+ console.log(formatOutput(output, options.pretty))
25
+ } catch (error) {
26
+ handleError(error as Error)
27
+ }
28
+ }
29
+
30
+ export const whoamiCommand = new Command('whoami')
31
+ .description('Show current authenticated user')
32
+ .option('--pretty', 'Pretty print JSON output')
33
+ .action(whoamiAction)
@@ -2,7 +2,7 @@
2
2
 
3
3
  import { Command } from 'commander'
4
4
  import pkg from '../../../package.json' with { type: 'json' }
5
- import { authCommand, chatCommand, messageCommand } from './commands'
5
+ import { authCommand, chatCommand, messageCommand, whoamiCommand } from './commands'
6
6
 
7
7
  const program = new Command()
8
8
 
@@ -14,6 +14,7 @@ program
14
14
  program.addCommand(authCommand)
15
15
  program.addCommand(chatCommand)
16
16
  program.addCommand(messageCommand)
17
+ program.addCommand(whoamiCommand)
17
18
 
18
19
  await program.parseAsync(process.argv)
19
20
 
@@ -1,3 +1,4 @@
1
1
  export { authCommand } from './auth'
2
2
  export { chatCommand } from './chat'
3
3
  export { messageCommand } from './message'
4
+ export { whoamiCommand } from './whoami'
@@ -0,0 +1,75 @@
1
+ import { afterEach, beforeEach, describe, expect, spyOn, test } from 'bun:test'
2
+
3
+ import { TelegramTdlibClient } from '../client'
4
+ import type { TelegramAccount } from '../types'
5
+ import { TelegramCredentialManager } from '../credential-manager'
6
+ import * as sharedModule from './shared'
7
+ import { whoamiAction } from './whoami'
8
+
9
+ const mockAuthStatus = {
10
+ account_id: 'plus-12025551234',
11
+ phone_number: '+12025551234',
12
+ authorization_state: 'authorizationStateReady',
13
+ authenticated: true,
14
+ user: {
15
+ id: 123456,
16
+ first_name: 'Test',
17
+ last_name: 'User',
18
+ username: 'testuser',
19
+ phone_number: '12025551234',
20
+ type: 'user' as const,
21
+ },
22
+ }
23
+
24
+ let withTelegramClientSpy: ReturnType<typeof spyOn>
25
+ let getAuthStatusSpy: ReturnType<typeof spyOn>
26
+ let consoleLogSpy: ReturnType<typeof spyOn>
27
+
28
+ describe('whoami command', () => {
29
+ beforeEach(() => {
30
+ getAuthStatusSpy = spyOn(TelegramTdlibClient.prototype, 'getAuthStatus').mockResolvedValue(mockAuthStatus)
31
+ withTelegramClientSpy = spyOn(sharedModule, 'withTelegramClient').mockImplementation(
32
+ async (_opts, fn) => {
33
+ const fakeClient = Object.create(TelegramTdlibClient.prototype) as TelegramTdlibClient
34
+ return fn(fakeClient, {} as TelegramAccount, new TelegramCredentialManager())
35
+ },
36
+ )
37
+ consoleLogSpy = spyOn(console, 'log').mockImplementation(() => {})
38
+ })
39
+
40
+ afterEach(() => {
41
+ getAuthStatusSpy?.mockRestore()
42
+ withTelegramClientSpy?.mockRestore()
43
+ consoleLogSpy?.mockRestore()
44
+ })
45
+
46
+ test('outputs account info with user when authenticated', async () => {
47
+ await whoamiAction({})
48
+
49
+ expect(consoleLogSpy).toHaveBeenCalledTimes(1)
50
+ const output = JSON.parse(consoleLogSpy.mock.calls[0][0] as string)
51
+ expect(output.account_id).toBe('plus-12025551234')
52
+ expect(output.phone_number).toBe('+12025551234')
53
+ expect(output.authenticated).toBe(true)
54
+ expect(output.user).toBeDefined()
55
+ expect(output.user.id).toBe(123456)
56
+ expect(output.user.username).toBe('testuser')
57
+ })
58
+
59
+ test('omits user field when not present', async () => {
60
+ getAuthStatusSpy.mockResolvedValue({
61
+ account_id: 'plus-12025551234',
62
+ phone_number: '+12025551234',
63
+ authorization_state: 'authorizationStateWaitCode',
64
+ authenticated: false,
65
+ })
66
+
67
+ await whoamiAction({})
68
+
69
+ expect(consoleLogSpy).toHaveBeenCalledTimes(1)
70
+ const output = JSON.parse(consoleLogSpy.mock.calls[0][0] as string)
71
+ expect(output.account_id).toBe('plus-12025551234')
72
+ expect(output.authenticated).toBe(false)
73
+ expect(output.user).toBeUndefined()
74
+ })
75
+ })
@@ -0,0 +1,29 @@
1
+ import { Command } from 'commander'
2
+
3
+ import { handleError } from '@/shared/utils/error-handler'
4
+ import { formatOutput } from '@/shared/utils/output'
5
+
6
+ import { withTelegramClient } from './shared'
7
+
8
+ export async function whoamiAction(options: { account?: string; pretty?: boolean }): Promise<void> {
9
+ try {
10
+ await withTelegramClient(options, async (client) => {
11
+ const status = await client.getAuthStatus()
12
+ const output = {
13
+ account_id: status.account_id,
14
+ phone_number: status.phone_number,
15
+ authenticated: status.authenticated,
16
+ ...status.user && { user: status.user },
17
+ }
18
+ console.log(formatOutput(output, options.pretty))
19
+ })
20
+ } catch (error) {
21
+ handleError(error as Error)
22
+ }
23
+ }
24
+
25
+ export const whoamiCommand = new Command('whoami')
26
+ .description('Show current authenticated user')
27
+ .option('--account <id>', 'Use a specific Telegram account')
28
+ .option('--pretty', 'Pretty print JSON output')
29
+ .action(whoamiAction)
@@ -4,7 +4,7 @@ import type { Command as CommandType } from 'commander'
4
4
  import { Command } from 'commander'
5
5
 
6
6
  import pkg from '../../../package.json' with { type: 'json' }
7
- import { authCommand, memberCommand, messageCommand, snapshotCommand, spaceCommand } from './commands'
7
+ import { authCommand, memberCommand, messageCommand, snapshotCommand, spaceCommand, whoamiCommand } from './commands'
8
8
  import { ensureWebexAuth } from './ensure-auth'
9
9
 
10
10
  function isAuthCommand(command: CommandType): boolean {
@@ -33,6 +33,7 @@ program.addCommand(memberCommand)
33
33
  program.addCommand(messageCommand)
34
34
  program.addCommand(snapshotCommand)
35
35
  program.addCommand(spaceCommand)
36
+ program.addCommand(whoamiCommand)
36
37
 
37
38
  program.parse(process.argv)
38
39