@locusai/telegram 0.9.12 → 0.9.14

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 (2) hide show
  1. package/bin/telegram.js +1 -1
  2. package/package.json +2 -2
package/bin/telegram.js CHANGED
@@ -40791,7 +40791,7 @@ class AgentWorker {
40791
40791
  const trailers = [
40792
40792
  `Task-ID: ${task2.id}`,
40793
40793
  `Agent: ${this.config.agentId}`,
40794
- "Co-authored-by: LocusAI <noreply@locusai.dev>"
40794
+ "Co-authored-by: LocusAI <agent@locusai.team>"
40795
40795
  ];
40796
40796
  if (this.ghUsername) {
40797
40797
  trailers.push(`Co-authored-by: ${this.ghUsername} <${this.ghUsername}@users.noreply.github.com>`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locusai/telegram",
3
- "version": "0.9.12",
3
+ "version": "0.9.14",
4
4
  "description": "Telegram bot for Locus - remote control your AI agents from Telegram",
5
5
  "type": "module",
6
6
  "bin": {
@@ -32,7 +32,7 @@
32
32
  "author": "",
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "@locusai/sdk": "^0.9.12",
35
+ "@locusai/sdk": "^0.9.14",
36
36
  "dotenv": "^16.4.7",
37
37
  "telegraf": "^4.16.3"
38
38
  },