You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Login retry: needs_login platforms are retried after a 90s sign-in window,
not permanently skipped; other platforms' results already collected during wait
- Perplexity: guard against "Computer" feature in configure_mode (model picker
and research toggle both explicitly skip any option containing 'computer');
inject_prompt prefers textarea (new Perplexity UI) over contenteditable
- Platform-level browser-use fallback: full_platform_run() added to
AgentFallbackManager; kicks in for STATUS_FAILED platforms when API key set;
uses 25 agent steps (DEEP) / 15 (REGULAR) for complete lifecycle retry
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
"url": "https://github.com/alo-exp/multai.git"
15
15
},
16
16
"description": "MultAI — Submit research prompts to 7 AI platforms simultaneously (Claude.ai, ChatGPT, Copilot, Perplexity, Grok, DeepSeek, Gemini), synthesize results, maintain capability comparison matrices, and produce landscape reports — all from Claude Code.",
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "multai",
3
-
"version": "0.2.26040201",
3
+
"version": "0.2.26040202",
4
4
"description": "MultAI — Submit research prompts to 7 AI platforms simultaneously (Claude.ai, ChatGPT, Copilot, Perplexity, Grok, DeepSeek, Gemini), synthesize results, maintain capability comparison matrices, and produce landscape reports — all from Claude Code.",
0 commit comments