Skip to main content
Glama
CHANGELOG.md12.5 kB
## 1.0.11 (2025-12-12) ### 🚀 Features - **coding-agent-bridge:** add toolConfig support for LLM services ([d286734](https://github.com/AgiFlow/aicode-toolkit/commit/d286734)) ### 🧱 Updated Dependencies - Updated @agiflowai/coding-agent-bridge to 1.0.10 - Updated @agiflowai/hooks-adapter to 0.0.6 ### ❤️ Thank You - Vuong Ngo ## 1.0.10 (2025-12-08) ### 🩹 Fixes - resolve TypeScript errors and fix test mocks ([e7320c4](https://github.com/AgiFlow/aicode-toolkit/commit/e7320c4)) ### 🧱 Updated Dependencies - Updated @agiflowai/coding-agent-bridge to 1.0.9 - Updated @agiflowai/hooks-adapter to 0.0.5 - Updated @agiflowai/aicode-utils to 1.0.9 ### ❤️ Thank You - Vuong Ngo ## 1.0.9 (2025-12-07) ### 🧱 Updated Dependencies - Updated @agiflowai/coding-agent-bridge to 1.0.8 - Updated @agiflowai/hooks-adapter to 0.0.4 - Updated @agiflowai/aicode-utils to 1.0.8 ## 1.0.8 (2025-12-05) ### 🧱 Updated Dependencies - Updated @agiflowai/coding-agent-bridge to 1.0.7 - Updated @agiflowai/hooks-adapter to 0.0.3 - Updated @agiflowai/aicode-utils to 1.0.7 ## 1.0.7 (2025-12-04) ### 🚀 Features - **hooks-adapter:** Refactor hooks and add ExecutionLogService improvements ([7a241a3](https://github.com/AgiFlow/aicode-toolkit/commit/7a241a3)) - **scaffold-mcp:** hooks Fix scaffold files reminder ([bdb5e48](https://github.com/AgiFlow/aicode-toolkit/commit/bdb5e48)) - **architect-mcp:** hooks Add gemni cli hooks for architect-mcp (WIP) ([c1cdda9](https://github.com/AgiFlow/aicode-toolkit/commit/c1cdda9)) ### 🩹 Fixes - Improve hook implementations and documentation ([dc430b2](https://github.com/AgiFlow/aicode-toolkit/commit/dc430b2)) - **architect-mcp:** hooks Fix multiple hooks running issue ([df6cbda](https://github.com/AgiFlow/aicode-toolkit/commit/df6cbda)) - hooks Fix reviewCodeChange and useScaffoldMethod hook ([396a4cc](https://github.com/AgiFlow/aicode-toolkit/commit/396a4cc)) - hooks Fix hooks adapter ([553e358](https://github.com/AgiFlow/aicode-toolkit/commit/553e358)) - **architect-mcp:** hook move hook to separated commands ([1ae87f9](https://github.com/AgiFlow/aicode-toolkit/commit/1ae87f9)) - **architect-mcp:** Hook format Fix --hook config format ([ad18201](https://github.com/AgiFlow/aicode-toolkit/commit/ad18201)) ### 🧱 Updated Dependencies - Updated @agiflowai/coding-agent-bridge to 1.0.6 - Updated @agiflowai/hooks-adapter to 0.0.2 - Updated @agiflowai/aicode-utils to 1.0.6 ### ❤️ Thank You - Vuong Ngo ## 1.0.6 (2025-11-28) ### 🧱 Updated Dependencies - Updated @agiflowai/coding-agent-bridge to 1.0.5 - Updated @agiflowai/aicode-utils to 1.0.4 ## 1.0.5 (2025-11-28) ### 🚀 Features - **coding-agent-bridge:** add Codex and Gemini CLI service support ([15835b7](https://github.com/AgiFlow/aicode-toolkit/commit/15835b7)) - ⚠️ **coding-agent-bridge:** implement coding agent abstraction layer with ClaudeCodeService ([b9f2ff9](https://github.com/AgiFlow/aicode-toolkit/commit/b9f2ff9)) - **architect-mcp:** monolith Support monolith config ([3dd3c46](https://github.com/AgiFlow/aicode-toolkit/commit/3dd3c46)) - **scaffold-mcp:** repo-type Support monolith vs mono-repo init ([e7b7ad8](https://github.com/AgiFlow/aicode-toolkit/commit/e7b7ad8)) - claude-code-marketplace Add support for claude-code marketplace. ([f76a779](https://github.com/AgiFlow/aicode-toolkit/commit/f76a779)) - **architect-mcp:** rules Add AddRuleTool to add global or template RULES.yaml. And ReviewCodeChangeTool to use RULES.yaml to identify code smell. ([232a3cc](https://github.com/AgiFlow/aicode-toolkit/commit/232a3cc)) - **architect-mcp:** architect Provide architect suggestion using llm if --llm-tool is provided ([466e2e1](https://github.com/AgiFlow/aicode-toolkit/commit/466e2e1)) - **architect-mcp:** file-design-pattern Add cli and tools to add file design pattern to architect.yaml and retrieve file design pattern. ([f0fae91](https://github.com/AgiFlow/aicode-toolkit/commit/f0fae91)) ### 🩹 Fixes - **architect-mcp:** code-review Fix issue when code review update AGENTS.md and CLAUDE.md ([3f0174b](https://github.com/AgiFlow/aicode-toolkit/commit/3f0174b)) - linting Fix error in linting and typechecking ([2c8a782](https://github.com/AgiFlow/aicode-toolkit/commit/2c8a782)) - Address code review feedback - type safety, validation, and error handling ([f75a451](https://github.com/AgiFlow/aicode-toolkit/commit/f75a451)) - **architect-mcp:** config Fix finding config fils ([c4da661](https://github.com/AgiFlow/aicode-toolkit/commit/c4da661)) - **architect-mcp:** cli Fix wrong cli entry ([a0000c0](https://github.com/AgiFlow/aicode-toolkit/commit/a0000c0)) ### ⚠️ Breaking Changes - **coding-agent-bridge:** architect-mcp now depends on coding-agent-bridge package ### ❤️ Thank You - Vuong Ngo @AgiFlow ## 1.0.4 (2025-11-15) ### 🚀 Features - **coding-agent-bridge:** add Codex and Gemini CLI service support ([15835b7](https://github.com/AgiFlow/aicode-toolkit/commit/15835b7)) - ⚠️ **coding-agent-bridge:** implement coding agent abstraction layer with ClaudeCodeService ([b9f2ff9](https://github.com/AgiFlow/aicode-toolkit/commit/b9f2ff9)) - **architect-mcp:** monolith Support monolith config ([3dd3c46](https://github.com/AgiFlow/aicode-toolkit/commit/3dd3c46)) - **scaffold-mcp:** repo-type Support monolith vs mono-repo init ([e7b7ad8](https://github.com/AgiFlow/aicode-toolkit/commit/e7b7ad8)) - claude-code-marketplace Add support for claude-code marketplace. ([f76a779](https://github.com/AgiFlow/aicode-toolkit/commit/f76a779)) - **architect-mcp:** rules Add AddRuleTool to add global or template RULES.yaml. And ReviewCodeChangeTool to use RULES.yaml to identify code smell. ([232a3cc](https://github.com/AgiFlow/aicode-toolkit/commit/232a3cc)) - **architect-mcp:** architect Provide architect suggestion using llm if --llm-tool is provided ([466e2e1](https://github.com/AgiFlow/aicode-toolkit/commit/466e2e1)) - **architect-mcp:** file-design-pattern Add cli and tools to add file design pattern to architect.yaml and retrieve file design pattern. ([f0fae91](https://github.com/AgiFlow/aicode-toolkit/commit/f0fae91)) ### 🩹 Fixes - **architect-mcp:** code-review Fix issue when code review update AGENTS.md and CLAUDE.md ([3f0174b](https://github.com/AgiFlow/aicode-toolkit/commit/3f0174b)) - linting Fix error in linting and typechecking ([2c8a782](https://github.com/AgiFlow/aicode-toolkit/commit/2c8a782)) - Address code review feedback - type safety, validation, and error handling ([f75a451](https://github.com/AgiFlow/aicode-toolkit/commit/f75a451)) - **architect-mcp:** config Fix finding config fils ([c4da661](https://github.com/AgiFlow/aicode-toolkit/commit/c4da661)) - **architect-mcp:** cli Fix wrong cli entry ([a0000c0](https://github.com/AgiFlow/aicode-toolkit/commit/a0000c0)) ### ⚠️ Breaking Changes - **coding-agent-bridge:** architect-mcp now depends on coding-agent-bridge package ### 🧱 Updated Dependencies - Updated @agiflowai/coding-agent-bridge to 1.0.4 ### ❤️ Thank You - Vuong Ngo @AgiFlow ## 1.0.3 (2025-11-09) This was a version bump only for @agiflowai/architect-mcp to align it with other projects, there were no code changes. ## 1.0.2 (2025-10-23) ### 🩹 Fixes - **architect-mcp:** code-review Fix issue when code review update AGENTS.md and CLAUDE.md ([3f0174b](https://github.com/AgiFlow/aicode-toolkit/commit/3f0174b)) ### ❤️ Thank You - Vuong Ngo ## 1.0.1 (2025-10-14) ### 🚀 Features - **scaffold-mcp:** add monolith mode support for all MCP tools ([b6cd8eb](https://github.com/AgiFlow/aicode-toolkit/commit/b6cd8eb)) - integrate OpenSpec and enhance init workflow UX ([a90481f](https://github.com/AgiFlow/aicode-toolkit/commit/a90481f)) ### 🩹 Fixes - gh-action Fix TruffleHog scan ([8d7e99b](https://github.com/AgiFlow/aicode-toolkit/commit/8d7e99b)) - linting Fix error in linting and typechecking ([2c8a782](https://github.com/AgiFlow/aicode-toolkit/commit/2c8a782)) - change print.warn to print.warning and configure local Nx cache ([9685400](https://github.com/AgiFlow/aicode-toolkit/commit/9685400)) ### ❤️ Thank You - Vuong Ngo @AgiFlow # 1.0.0 (2025-10-13) ### 🚀 Features - **coding-agent-bridge:** add Codex and Gemini CLI service support ([15835b7](https://github.com/AgiFlow/aicode-toolkit/commit/15835b7)) - **aicode-toolkit:** add global RULES.yaml support and improve MCP configuration ([339179c](https://github.com/AgiFlow/aicode-toolkit/commit/339179c)) - **coding-agent-bridge:** implement Claude Code auto-detection and standardized MCP configuration ([a3c96c4](https://github.com/AgiFlow/aicode-toolkit/commit/a3c96c4)) - **aicode-toolkit:** add MCP server selection to init command with conditional template copying ([fc0b466](https://github.com/AgiFlow/aicode-toolkit/commit/fc0b466)) - ⚠️ **coding-agent-bridge:** implement coding agent abstraction layer with ClaudeCodeService ([b9f2ff9](https://github.com/AgiFlow/aicode-toolkit/commit/b9f2ff9)) - **coding-agent-bridge:** scaffold new TypeScript library package ([a565aed](https://github.com/AgiFlow/aicode-toolkit/commit/a565aed)) - **scaffold-mcp:** add constants scaffold for typescript-lib template ([954200a](https://github.com/AgiFlow/aicode-toolkit/commit/954200a)) - **aicode-toolkit:** add gradient banner with theme colors ([2d16e73](https://github.com/AgiFlow/aicode-toolkit/commit/2d16e73)) - **aicode-toolkit:** create standalone CLI application ([785c2a3](https://github.com/AgiFlow/aicode-toolkit/commit/785c2a3)) ### 🩹 Fixes - correct README monolith documentation and improve terminal color visibility ([91d0a20](https://github.com/AgiFlow/aicode-toolkit/commit/91d0a20)) ### ⚠️ Breaking Changes - **coding-agent-bridge:** architect-mcp now depends on coding-agent-bridge package ### ❤️ Thank You - Vuong Ngo @AgiFlow ## 0.6.0 (2025-10-12) ### 🚀 Features - **scaffold-mcp:** Add interactive new project setup with @inquirer/prompts ([5d2358a](https://github.com/AgiFlow/aicode-toolkit/commit/5d2358a)) ### 🩹 Fixes - **scaffold-mcp:** security and code quality improvements ([bf578ae](https://github.com/AgiFlow/aicode-toolkit/commit/bf578ae)) ### ❤️ Thank You - Vuong Ngo @AgiFlow ## 0.5.0 (2025-10-12) ### 🚀 Features - **architect-mcp:** monolith Support monolith config ([3dd3c46](https://github.com/AgiFlow/aicode-toolkit/commit/3dd3c46)) - **scaffold-mcp:** repo-type Support monolith vs mono-repo init ([e7b7ad8](https://github.com/AgiFlow/aicode-toolkit/commit/e7b7ad8)) - github-actions Add pr-check github actions ([bec9254](https://github.com/AgiFlow/aicode-toolkit/commit/bec9254)) - claude-code-marketplace Add support for claude-code marketplace. ([f76a779](https://github.com/AgiFlow/aicode-toolkit/commit/f76a779)) ### 🩹 Fixes - Address code review feedback - type safety, validation, and error handling ([f75a451](https://github.com/AgiFlow/aicode-toolkit/commit/f75a451)) - **architect-mcp:** config Fix finding config fils ([c4da661](https://github.com/AgiFlow/aicode-toolkit/commit/c4da661)) - marketplace-mcps Fix mcp start command ([1e10d91](https://github.com/AgiFlow/aicode-toolkit/commit/1e10d91)) - claude-marketplace Fix mcps start command ([67ff822](https://github.com/AgiFlow/aicode-toolkit/commit/67ff822)) - claude-code-marketplace Fix mcp settings ([9a6c552](https://github.com/AgiFlow/aicode-toolkit/commit/9a6c552)) ### ❤️ Thank You - Vuong Ngo @AgiFlow ## 0.4.1 (2025-10-08) ### 🩹 Fixes - **architect-mcp:** cli Fix wrong cli entry ([a0000c0](https://github.com/AgiFlow/aicode-toolkit/commit/a0000c0)) ### ❤️ Thank You - Vuong Ngo @AgiFlow ## 0.4.0 (2025-10-08) ### 🚀 Features - **architect-mcp:** rules Add AddRuleTool to add global or template RULES.yaml. And ReviewCodeChangeTool to use RULES.yaml to identify code smell. ([232a3cc](https://github.com/AgiFlow/aicode-toolkit/commit/232a3cc)) - **architect-mcp:** architect Provide architect suggestion using llm if --llm-tool is provided ([466e2e1](https://github.com/AgiFlow/aicode-toolkit/commit/466e2e1)) - **architect-mcp:** file-design-pattern Add cli and tools to add file design pattern to architect.yaml and retrieve file design pattern. ([f0fae91](https://github.com/AgiFlow/aicode-toolkit/commit/f0fae91)) - **aicode-utils:** shared-utils Add a new packages for shared utilities for toolkit. ([2f90e51](https://github.com/AgiFlow/aicode-toolkit/commit/2f90e51)) ### ❤️ Thank You - Vuong Ngo @AgiFlow

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgiFlow/aicode-toolkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server