@locusai/telegram 0.10.5 → 0.10.6
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/bin/telegram.js +3 -10
- package/package.json +2 -2
package/bin/telegram.js
CHANGED
|
@@ -39001,7 +39001,7 @@ class CodexRunner {
|
|
|
39001
39001
|
type: "tool_use",
|
|
39002
39002
|
tool: line.replace(/^[→•✓]\s*/, "")
|
|
39003
39003
|
});
|
|
39004
|
-
} else
|
|
39004
|
+
} else {
|
|
39005
39005
|
enqueueChunk({ type: "text_delta", content: `${line}
|
|
39006
39006
|
` });
|
|
39007
39007
|
}
|
|
@@ -39141,18 +39141,11 @@ class CodexRunner {
|
|
|
39141
39141
|
}
|
|
39142
39142
|
buildArgs(outputPath) {
|
|
39143
39143
|
const args = [
|
|
39144
|
-
"--ask-for-approval",
|
|
39145
|
-
"never",
|
|
39146
39144
|
"exec",
|
|
39147
|
-
"--
|
|
39148
|
-
"workspace-write",
|
|
39145
|
+
"--full-auto",
|
|
39149
39146
|
"--skip-git-repo-check",
|
|
39150
39147
|
"--output-last-message",
|
|
39151
|
-
outputPath
|
|
39152
|
-
"-c",
|
|
39153
|
-
"sandbox_workspace_write.network_access=true",
|
|
39154
|
-
"-c",
|
|
39155
|
-
'sandbox.excludedCommands=["git", "gh"]'
|
|
39148
|
+
outputPath
|
|
39156
39149
|
];
|
|
39157
39150
|
if (this.model) {
|
|
39158
39151
|
args.push("--model", this.model);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@locusai/telegram",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.6",
|
|
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.10.
|
|
35
|
+
"@locusai/sdk": "^0.10.6",
|
|
36
36
|
"dotenv": "^16.4.7",
|
|
37
37
|
"telegraf": "^4.16.3"
|
|
38
38
|
},
|