social-autoposter 1.6.67 → 1.6.68
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/mcp/dist/index.js +4 -1
- package/mcp/dist/panel.html +6 -6
- package/mcp/dist/version.json +2 -2
- package/package.json +1 -1
- package/requirements.txt +4 -0
- package/scripts/http_api.py +10 -0
- package/scripts/sentry_init.py +67 -0
package/mcp/dist/index.js
CHANGED
|
@@ -530,7 +530,10 @@ server.registerPrompt("getting-started", {
|
|
|
530
530
|
"verification. Keep going without asking me to approve each safe setup step. A brief " +
|
|
531
531
|
"heads-up before macOS keychain prompts is enough; proceed immediately. Ask only if an " +
|
|
532
532
|
"interactive login is unavoidable or no product can be identified from config, context, " +
|
|
533
|
-
"my X profile, or public research. Do not post or enable autopilot unless I explicitly ask."
|
|
533
|
+
"my X profile, or public research. Do not post or enable autopilot unless I explicitly ask. " +
|
|
534
|
+
"Keep every reply to me extremely concise: a few short sentences at most, no step-by-step " +
|
|
535
|
+
"narration or long status walls. If you must ask me something (e.g. the product URL), make " +
|
|
536
|
+
"it one short question.",
|
|
534
537
|
},
|
|
535
538
|
},
|
|
536
539
|
],
|