blun-king-cli 9.1.260 → 9.1.261

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.
@@ -116,6 +116,7 @@ function renderActor(lines, actor) {
116
116
  addField(lines, 'Kind', actor.kind);
117
117
  addField(lines, 'Role', actor.role);
118
118
  addList(lines, 'Confirmed aliases', actor.aliases);
119
+ addField(lines, 'First known interaction', trustedTimestamp(actor.first_seen_at));
119
120
  }
120
121
 
121
122
  function renderRelationship(lines, relationship) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blun-king-cli",
3
- "version": "9.1.260",
3
+ "version": "9.1.261",
4
4
  "description": "BLUN CLI - your own AI agent with a Telegram channel. Get it done. With BLUN.",
5
5
  "license": "MIT",
6
6
  "bin": {