Skip to content

Releases: vaayne/agent-kit

Hub v1.3.0

18 Jan 07:13

Choose a tag to compare

Changelog

  • f58932c ✨ feat(hub): add self-update command
  • a56d3cf 🔧 chore(hub): fix goreleaser deprecations and update version

Hub v1.2.2

17 Jan 05:52
14c01ed

Choose a tag to compare

Changelog

  • 14c01ed ✨ feat: add config-backed CLI mode and --url flag (#17)

Hub v1.2.1

12 Jan 14:16

Choose a tag to compare

Changelog

  • df9d420 🐛 fix(hub): correct GitHub repo URLs in README and install script
  • 867fc43 🐛 fix: SSE transport EOF error on tools/list
  • 3f7984b 📝 docs: Fix and align markdown tables for consistency
  • bfabdae 📝 docs: add hub CLI install instructions to mcp-skill-gen

Hub v1.2.0

12 Jan 09:56

Choose a tag to compare

Changelog

  • a70cfb9 Add HTTP and SSE transport options to server and CLI
  • 708ac1e Add specs-dev-skill plugin to marketplace.json
  • d00d39d Improve table formatting and add spacing in SKILL.md
  • 8379c48 Move publish workflow to repo root
  • 19fd831 Rename specs-dev-skill to specs-plan and update docs
  • 97a809a Rename specs-plan plugin to specs-dev-skill in marketplace config
  • 222ed3d build(deps): bump @modelcontextprotocol/sdk in /mcps/mcp-hub (#9)
  • 2a3688b build(deps): bump express in /mcps/mcp-hub (#8)
  • 53af5a0 build(deps): bump golang.org/x/net in /mcps/mcp-hub-go (#10)
  • b677f6a ♻️ refactor(specs-dev): reorganize and improve structure (#15)
  • 27aa6db ♻️ refactor: adopt uv build and src layout
  • 0c0e0af ♻️ refactor: consolidate cli into package
  • d831d43 ♻️ refactor: migrate CLI to click with signal handling
  • dc2e851 ♻️ refactor: migrate from mcp to fastmcp library
  • ed9273e ♻️ refactor: promote mcp-tools-executor to standalone plugin
  • e756943 ♻️ refactor: rename tools executor to mcp executor
  • 0eacb9a ♻️ refactor: restructure plugin commands and improve documentation
  • c932446 ♻️ refactor: simplify web-search skill
  • 0d1756a ♻️ refactor: sync mcp pyproject configs
  • 23185ba ✨ Add enable field to mcp-hub server configuration (#5)
  • 9e236af ✨ feat(hub): prepare for public release (#16)
  • ecb220a ✨ feat(mcp-hub-go): add CLI subcommands (serve, list, inspect, invoke) (#14)
  • a37d8ee ✨ feat(skills): add frontend-design skill
  • e721048 ✨ feat: Add MCP Hub Go implementation (#7)
  • 529392f ✨ feat: Add MCP skill generator docs and skill template
  • be54f6e ✨ feat: Output JS function stubs from list tool and strict server name validation (#11)
  • 40b9362 ✨ feat: add documentation workflow to impl command
  • 51a517f ✨ feat: add dprint configuration and update README for session guidelines
  • 41d35ea ✨ feat: add guidelines for git commit messages and examples
  • d894d06 ✨ feat: add initial plugin and configuration files for specs-dev
  • 4ff0a11 ✨ feat: add mcp-fs server with multi-backend support
  • a45d15b ✨ feat: add mcp-tools-executor skill for CLI tool generation from MCP servers
  • f812f55 ✨ feat: add meta-mcp-server for tool aggregation (#4)
  • 6829b41 ✨ feat: add python-script plugin and refine llm-code-analysis
  • b923fec ✨ feat: add specs-dev skill for plan-first development workflow
  • cf2cd25 ✨ feat: add sync:codex task and update AGENTS.md
  • 5c7fd5c ✨ feat: add task-implementer agent for disciplined spec-driven implementation
  • db49e19 ✨ feat: add web-fetch and web-search plugins to marketplace
  • 6281e60 ✨ feat: add web-fetch skill for URL content extraction
  • 4a99f03 ✨ feat: add web-search skill with Python CLI
  • f932944 ✨ feat: dynamic available tools section in list description (#12)
  • 263ef4b ✨ feat: package tools executor for uv publishing
  • f165ba7 🎨 style: apply consistent formatting across project files
  • f7310ea 🐛 fix: create local tag for GoReleaser in hub release workflow
  • 89452ed 🐛 fix: remove remaining GPT-5 references, use Codex consistently
  • 11923d5 🐛 fix: replace GPT-5 references with Codex in README
  • 7c2e903 📝 docs: Add specs-dev skill and reference docs for workflow
  • 720284b 📝 docs: add AGENTS.md with formatting instructions
  • 178906e 📝 docs: add LICENSE file and update README to reference the MIT License
  • 4a9526a 📝 docs: add agent guidelines and standardize build tasks
  • 53a5764 📝 docs: add comprehensive README with mise setup and installation guide
  • b2e0671 📝 docs: add marketplace update instruction to AGENTS.md
  • dc6a5a9 📝 docs: add mcp-hub bunx quick start
  • 5aa0ddf 📝 docs: enhance specs-dev README to highlight human-in-the-loop workflow
  • e868275 📝 docs: remove author section from README
  • 4703e83 📝 docs: remove stale mcp executor section
  • d2f6882 📝 docs: remove tmp folder references from specs-dev commands
  • 2a4fce9 📝 docs: update README with mcp-hub and apply formatting
  • 66bcc21 📝 docs: update marketplace addition instructions in README
  • 1c01fd4 📝 docs: update marketplace metadata with repository info
  • c66af43 🔧 feat: Improve mcp-hub publish workflow (#6)
  • 61237ff 🧹 chore: align session docs with new layout