COMMITS
May 24, 2026
T
docs(cc-failover): clarify plugin configuration in README (#11)
Troy Gunawardene committed
T
Bump version to 0.1.1
Troy Gunawardene committed
T
Update install command now that package is on PyPI
Troy Gunawardene committed
T
Add CC-BY-SA-4.0 license and fill in PyPI metadata (#10)
Troy Gunawardene committed
May 23, 2026
T
Merge pull request #9 from builderpepc/feature/fix-install-url
Troy Gunawardene committed
T
Fix install command to use git URL (not yet on PyPI)
Troy Gunawardene committed
T
Merge pull request #8 from builderpepc/feature/rename-adding-new-agents-doc
Troy Gunawardene committed
T
Rename tool_id/source_tool identifiers to agent_id/source_agent
Troy Gunawardene committed
T
Replace tool with agent in user-facing CLI strings
Troy Gunawardene committed
T
Rename adding-new-tools.md to adding-new-agents.md; fix base.py path
Troy Gunawardene committed
T
Merge pull request #7 from builderpepc/feature/cc-failover
Troy Gunawardene committed
T
Add updating section to cc-failover README
Troy Gunawardene committed
T
Fix userConfig env var name; add marketplace manifest; update install docs
Troy Gunawardene committed
T
Add cc-failover Claude Code plugin
Troy Gunawardene committed
May 22, 2026
T
Merge pull request #6 from builderpepc/feature/noninteractive-cli
Troy Gunawardene committed
T
Document non-interactive list/move subcommands in README
Troy Gunawardene committed
T
Add non-interactive list/move subcommands to CLI
Troy Gunawardene committed
T
Update references from 'Claude Code' to '(Any)'
Troy Gunawardene committed
May 21, 2026
T
Remove .claude/ from repo and add to .gitignore
Troy Gunawardene committed
T
Merge pull request #5 from builderpepc/feature/gemini-adapter
Troy Gunawardene committed
T
Fix plan mode rendering in Gemini writer
Troy Gunawardene committed
T
Add resultDisplay to Gemini write_conversation output
Troy Gunawardene committed
T
Fix Gemini CLI tool card rendering: add displayName and description fields
Troy Gunawardene committed
T
Rename agent_migrator/tools/ → agent_migrator/agents/
Troy Gunawardene committed
T
Rename ToolAdapter → AgentAdapter, ToolNetworkError → AgentNetworkError
Troy Gunawardene committed
T
README: clarify extensibility section refers to coding agents not generic tools
Troy Gunawardene committed
T
README: add Supported Coding Agents section with all four tools
Troy Gunawardene committed
T
README: restore extensibility section with updated adapter interface
Troy Gunawardene committed
T
Update README: add Codex and Gemini support, trim Cursor details
Troy Gunawardene committed
T
Add GeminiAdapter for bidirectional migration with Gemini CLI
Troy Gunawardene committed