diff --git a/CHANGELOG.md b/CHANGELOG.md index 5314477..0b073ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Enabled TypeScript checks for implicit returns and switch fallthrough. +### Removed +- Unused `chalk` runtime dependency. + ## [0.2.0] - 2026-07-27 ### Removed diff --git a/package.json b/package.json index 62ceaf5..e08b851 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,6 @@ "@hasna/events": "^0.1.6", "@modelcontextprotocol/sdk": "^1.29.0", "ajv": "^8.18.0", - "chalk": "^5.4.1", "commander": "^14.0.3", "openai": "^6.33.0", "zod": "^4.3.6"