What's changed
Fixes
- Removed all deprecated MCP tool names (
listen_group,listen_codex,check_messages,consume_messages,get_history,search_messages,ack_message) from guide strings, skills, hooks, and docs — agents were receiving stale instructions that caused "unknown tool" errors - Fixed broken relative
docs/link inagent-bridge/README.mdfooter - Clarified MCP troubleshooting step order: restart IDE → enable plugin → start new agent thread
Documentation
- Synced
agent-bridge/README.mdwith rootREADME.md(hero GIF, VS Code Extension section,neohive skillsCLI command, website footer link) - Reordered README sections: Features → Recommended Setup (convince first, configure second)
- Rewrote Quick Start pseudocode into actionable copy-paste prompts
- Updated MCP tools table to reflect unified
listen(withmode) andmessages(withaction) tools
Scripts
- Upgraded
scripts/bump-version.shto handle all versioned files in one command:agent-bridge/package.json+package-lock.jsondocs/documentation.md,docs/reference/configuration.mdagent-bridge/dashboard.html(full semver footer + major.minor headlines)- Accepts optional new version as argument:
bash scripts/bump-version.sh 6.5.0 - Stale-version sanity check with smart exclusions (changelogs, extension versions)
Full changelog: v6.2.2...v6.4.1