chore(release): 1.0.1#26
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the project version to 1.0.1, introduces the Forge MCP server feature, and fixes a CI issue affecting Windows artifacts in the release workflow. Feedback indicates that because a new feature is being introduced, the version should be bumped to 1.1.0 (MINOR) rather than 1.0.1 (PATCH) to comply with SemVer policies. Additionally, the rollback documentation in RELEASES.md should be corrected to point to the previous stable version (1.0.0) instead of the current release version.
| npm install -g @hoangsonw/forge@1.0.1 | ||
|
|
||
| # Docker — swap the tag. | ||
| docker pull ghcr.io/hoangsonw/forge-agentic-coding-cli:1.0.0 | ||
| docker pull ghcr.io/hoangsonw/forge-agentic-coding-cli:1.0.1 |
There was a problem hiding this comment.
In the Roll back section, the examples should point to a known stable version (e.g., 1.0.0) rather than the version currently being released (1.0.1). Providing the current version as a rollback target is counter-intuitive as it wouldn't result in a actual downgrade if the current version is what the user is trying to move away from.
| npm install -g @hoangsonw/forge@1.0.1 | |
| # Docker — swap the tag. | |
| docker pull ghcr.io/hoangsonw/forge-agentic-coding-cli:1.0.0 | |
| docker pull ghcr.io/hoangsonw/forge-agentic-coding-cli:1.0.1 | |
| npm install -g @hoangsonw/forge@1.0.0 | |
| # Docker — swap the tag. | |
| docker pull ghcr.io/hoangsonw/forge-agentic-coding-cli:1.0.0 |
| { | ||
| "name": "@hoangsonw/forge", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", |
There was a problem hiding this comment.
According to the versioning policy defined in RELEASES.md (line 70), a new feature like the MCP server subcommand (forge mcp serve) warrants a MINOR version bump rather than a PATCH bump. Since this is a post-1.0 release where SemVer is strictly enforced (line 73), this version should likely be 1.1.0 instead of 1.0.1.
| "version": "1.0.1", | |
| "version": "1.1.0", |
|
|
||
| All notable changes to Forge are tracked here. Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). | ||
|
|
||
| ## [1.0.1] - 2026-04-29 |
| <!-- Newest at the top. Keep the template from | ||
| "Release-notes template" above. --> | ||
|
|
||
| ### v1.0.1 — 2026-04-29 |
This pull request publishes version 1.0.1 of Forge. It introduces the MCP server feature, allowing Forge to be used as an MCP server for integration with clients like Claude Desktop, Cursor, and Continue, and fixes a release workflow issue affecting Windows artifacts. Documentation and release notes have been updated to reflect these changes.
New features:
forge mcp servesubcommand, supporting two trust tiers and enabling external MCP clients to plan and run Forge tasks. [1] [2]docs/MCP-SERVER.md.Bug fixes:
shell: bashin install steps, resolving failures due to shell syntax incompatibilities. [1] [2]Release and versioning:
1.0.1inpackage.jsonand updated installation instructions and Docker tags inRELEASES.md. [1] [2]CHANGELOG.mdandRELEASES.md. [1] [2]