Merged
Conversation
… data from skills.sh - Swap steps 2↔3: Configure (provider/model) now before Skills - Clear selected skills on provider change, provider-aware installed skill detection - Replace accordion skills UI with flat table matching Skills page pattern - Add ProviderBadge component with real logos (Claude, ChatGPT, Gemini) + check overlay - Fetch top 300 skills live from skills.sh via /api/skills/marketplace (1h cache) - Fix skills table header/column alignment with percentage-based widths - Refresh installedSkillsByProvider after skill install completes
- Replace non-existent model IDs (gemini-3.1-pro-preview, gemini-3-flash-preview) with real ones (gemini-2.5-pro, gemini-2.5-flash, gemini-2.5-flash-lite) - Fix hook event names: PostToolUse → AfterTool, Stop → AfterAgent (Gemini CLI uses different event names than Claude Code) - Increase hook timeout from 30ms to 10000ms (curl calls need real time)
…eation UX - Fix Gemini terminal: disable convertEol for Ink-based CLI, strip cursor sequences during output replay, filter DA response fragments (1;2c) - Add provider logos (Claude/ChatGPT/Gemini) to agent cards and provider selector, replacing text badges and generic lucide icons - Update Gemini model IDs to gemini-3-pro, gemini-3-flash, 2.5-pro, 2.5-flash - Allow agent creation without prompt or skills (button no longer disabled) - Gemini logo always renders in black
…ttings - Add provider abstraction layer: CLIProvider interface, Claude/Codex/Gemini providers - Add Gemini hooks (post-tool-use, on-stop, session-start/end, notification) - Update IPC handlers, scheduler, and automation for multi-provider support - Add CLI paths settings for codex/gemini binaries - Update memory service to scan all provider directories - Refactor hooks-manager and mcp-orchestrator for provider-aware config
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Replace Claude-specific copy with generic AI agents messaging - Add supported providers section with Claude, Codex, and Gemini icons - Update meta title, description, and keywords for multi-provider
… registration - Pass --mcp-config to ALL Claude agents, not just Super Agent - Codex: use `codex mcp add` CLI first, fall back to TOML write - Gemini: use `gemini mcp add -s user` CLI first, fall back to JSON write - Fix Codex removeTomlSection regex breaking on array brackets in values - Add 40 provider tests covering MCP registration, removal, and detection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.