@m13v/s4l 1.7.2-rc.2 → 1.7.2-rc.3
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/version.json +2 -2
- package/mcp/manifest.json +1 -1
- package/mcp/menubar/s4l_menubar.py +6 -13
- package/mcp/package.json +1 -1
- package/package.json +1 -1
package/mcp/dist/version.json
CHANGED
package/mcp/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"dxt_version": "0.1",
|
|
3
3
|
"name": "social-autoposter",
|
|
4
4
|
"display_name": "S4L",
|
|
5
|
-
"version": "1.7.2-rc.
|
|
5
|
+
"version": "1.7.2-rc.3",
|
|
6
6
|
"description": "Draft, review, approve, and autopilot X/Twitter posts.",
|
|
7
7
|
"long_description": "## **⚠️ The disclaimer above is generic Claude boilerplate.** Anthropic shows the same warning on every plugin regardless of what it does; any plugin has the same level of access as any app you download from the internet.\n\nS4L is an open source product developed by Mediar.ai Incorporated, a VC-backed San Francisco-based startup.\n\nTo get started:\n\n1\\. Copy this prompt: **Set me up on S4L plugin end to end**\n\n2\\. Quit with CMD+Q, reopen Claude, paste into a new chat.\n\nWhat happens next:\n\n* About every 5 minutes S4L scans X for posts that match your topics and drafts replies in your voice.\n* Drafts show up as review cards, usually the first within a few minutes. Nothing is posted automatically; you approve each one.\n* Posting autopilot stays off until you explicitly turn it on.",
|
|
8
8
|
"author": {
|
|
@@ -785,19 +785,12 @@ class S4LMenuBar(rumps.App):
|
|
|
785
785
|
relaunch. Primary action for this case now instead of re-arm: no
|
|
786
786
|
clipboard paste, no chat turn required. Re-arm remains the fallback
|
|
787
787
|
for the rarer case where no session directory exists yet for the
|
|
788
|
-
active account (see _build_menu) — fix 5 never fabricates one.
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
"schedule for this account. Its window will close and reopen "
|
|
795
|
-
"in a moment — drafting starts within a few minutes after."
|
|
796
|
-
),
|
|
797
|
-
ok="Restart & Finish Setup", cancel="Cancel",
|
|
798
|
-
)
|
|
799
|
-
if choice != 1:
|
|
800
|
-
return
|
|
788
|
+
active account (see _build_menu) — fix 5 never fabricates one.
|
|
789
|
+
|
|
790
|
+
No confirm dialog: the restart is already disclosed in the menu item
|
|
791
|
+
label itself ("...(restarts Claude)", _build_menu) — a modal repeating
|
|
792
|
+
that would just be a second click for information the user already
|
|
793
|
+
has (2026-07-09). The notify toast below still tells them it started."""
|
|
801
794
|
_capture_msg(
|
|
802
795
|
"S4L finish-schedule-setup clicked",
|
|
803
796
|
phase="draft_schedule",
|
package/mcp/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m13v/s4l-mcp",
|
|
3
|
-
"version": "1.7.2-rc.
|
|
3
|
+
"version": "1.7.2-rc.3",
|
|
4
4
|
"private": true,
|
|
5
5
|
"description": "Desktop MCP client for social-autoposter (X/Twitter rail): manual draft/review/approve loop, autopilot control, and stats. Thin wrapper over the existing pipeline scripts.",
|
|
6
6
|
"license": "MIT",
|
package/package.json
CHANGED