@femtomc/mu-agent 26.2.53 → 26.2.54
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messaging-setup.d.ts","sourceRoot":"","sources":["../../src/extensions/messaging-setup.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,OAAO,KAAK,EAAE,YAAY,EAA6C,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"messaging-setup.d.ts","sourceRoot":"","sources":["../../src/extensions/messaging-setup.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,OAAO,KAAK,EAAE,YAAY,EAA6C,MAAM,+BAA+B,CAAC;AAyiC7G,wBAAgB,uBAAuB,CAAC,EAAE,EAAE,YAAY,QA0PvD;AAED,eAAe,uBAAuB,CAAC"}
|
|
@@ -77,6 +77,7 @@ const ADAPTERS = [
|
|
|
77
77
|
"Create bot with @BotFather and place token in control_plane.adapters.telegram.bot_token.",
|
|
78
78
|
"Set control_plane.adapters.telegram.webhook_secret to a random secret string.",
|
|
79
79
|
"Call Telegram setWebhook using URL <public-base-url>/webhooks/telegram and matching secret_token.",
|
|
80
|
+
"Link your Telegram identity to control-plane policy (mu control link --channel telegram --actor-id <telegram-user-id> --tenant-id telegram-bot --role <viewer|contributor|operator>).",
|
|
80
81
|
"Optionally set control_plane.adapters.telegram.bot_username.",
|
|
81
82
|
"Send /mu in Telegram chat, then /mu-setup verify telegram.",
|
|
82
83
|
],
|
|
@@ -330,9 +330,9 @@ export function serverToolsExtension(pi, opts = {}) {
|
|
|
330
330
|
export function serverToolsReadOnlyExtension(pi) {
|
|
331
331
|
registerServerTools(pi, {
|
|
332
332
|
allowForumPost: false,
|
|
333
|
-
toolIntroLine: "Tools: mu_status, mu_control_plane, mu_issues, mu_forum(read/topics), mu_events, mu_runs(read), mu_messaging_setup
|
|
333
|
+
toolIntroLine: "Tools: mu_status, mu_control_plane, mu_issues, mu_forum(read/topics), mu_events, mu_runs(read), mu_messaging_setup.",
|
|
334
334
|
extraSystemPromptLines: [
|
|
335
|
-
"
|
|
335
|
+
"You have Bash, Read, Write, and Edit tools. Use them to run mu CLI commands, edit config files, and complete tasks directly.",
|
|
336
336
|
],
|
|
337
337
|
});
|
|
338
338
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@femtomc/mu-agent",
|
|
3
|
-
"version": "26.2.
|
|
3
|
+
"version": "26.2.54",
|
|
4
4
|
"description": "Shared agent runtime for mu chat, orchestration roles, and serve extensions.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mu",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"prompts/**"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@femtomc/mu-core": "26.2.
|
|
26
|
+
"@femtomc/mu-core": "26.2.54",
|
|
27
27
|
"@mariozechner/pi-agent-core": "^0.52.12",
|
|
28
28
|
"@mariozechner/pi-ai": "^0.52.12",
|
|
29
29
|
"@mariozechner/pi-coding-agent": "^0.52.12",
|