Skip to content

Commit fecb42b

Browse files
committed
docs(changelog): update changelog for v2.3.2
1 parent 32c86e1 commit fecb42b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v2.3.2 - 2025-07-31
6+
7+
### Feature
8+
9+
- **Enhanced Tool Feedback**: Implemented an enhancement across multiple core Git tools to provide immediate, contextual feedback on the repository's state. The following tools now include the complete, structured output of `git status` in their JSON response upon successful execution:
10+
- `git_add`
11+
- `git_checkout`
12+
- `git_cherry_pick`
13+
- `git_clean`
14+
- `git_commit`
15+
- `git_merge`
16+
- `git_pull`
17+
- `git_rebase`
18+
- `git_reset`
19+
- `git_stash`
20+
This change allows agents and clients to instantly verify the outcome of an operation without needing to make a subsequent call to `git_status`.
21+
22+
### Chore
23+
24+
- **Build & Configuration**:
25+
- **ESLint**: Updated `eslint.config.js` to add `coverage/`, `dist/`, `logs/`, and `data/` to the ignored paths, preventing linting of generated or irrelevant files.
26+
- **MCP Configuration**: Modified `mcp.json` to use `npx @cyanheads/git-mcp-server` as the execution command, simplifying server startup and removing the need for a local build.
27+
- **Dependencies**:
28+
- Bumped the package version to `2.3.2` in `package.json` and `package-lock.json`.
29+
- **Testing**:
30+
- Performed minor refactoring in `tests/utils/internal/errorHandler.test.ts` and `tests/utils/internal/logger.test.ts` to align with recent code modifications and improve test clarity.
31+
532
## v2.3.1 - 2025-07-31
633

734
### Added

0 commit comments

Comments
 (0)