Skip to content

Commit 09a4332

Browse files
author
Bruce Hauman
committed
Release v0.2.5
1 parent 9984c2d commit 09a4332

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.2.5] - 2026-02-15
6+
7+
New tools for searching and reading dependency source code, plus a cli-assist configuration tweak.
8+
9+
### Added
10+
- **`deps_grep` tool**: Search for patterns inside dependency jar files on the classpath, with support for regex, glob filtering, and multiple output modes (#147)
11+
- **`deps_read` tool**: Read files from inside dependency jars using paths from `deps_grep` results (#147)
12+
- **`deps_list` tool**: List all dependencies on the project classpath with Maven coordinates, useful for discovering library names for `deps_grep` (#147)
13+
14+
### Changed
15+
- **cli-assist configs**: Disabled `clojure_inspect_project` tool in cli-assist profiles to keep the toolset minimal
16+
517
## [0.2.4] - 2026-02-13
618

719
This release fixes MCP client compatibility for clients sending the newer `elicitation.form` capability field, and adds a new tool for repairing delimiter errors in Clojure files.

0 commit comments

Comments
 (0)