Skip to content

Commit fbbcfb8

Browse files
authored
Merge pull request #798 from Pipelex/release/v0.23.2
Release v0.23.2
2 parents a90ccae + fd95298 commit fbbcfb8

6 files changed

Lines changed: 29 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [v0.23.2] - 2026-03-30
4+
5+
### Changed
6+
7+
- **Claude Code plugin install command**: Fixed as → `/plugin install mthds@mthds-plugins` across README and docs.
8+
- **Claude Code plugin reload instructions**: Added `/reload-plugins` as the primary method to activate the plugin, with exit/reopen as fallback.
9+
310
## [v0.23.1] - 2026-03-30
411

512
### Changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,16 @@ Tell Claude to install the MTHDS skills marketplace:
8686
then install the MTHDS skills plugin:
8787

8888
```
89-
/plugin install mthds@mthds-ai-mthds-plugins
89+
/plugin install mthds@mthds-plugins
9090
```
9191

92-
then you must exit Claude Code and reopen it.
92+
then reload plugins:
93+
94+
```
95+
/reload-plugins
96+
```
97+
98+
If that doesn't work, exit Claude Code and reopen it:
9399

94100
```
95101
/exit

docs/features/claude-code-skills-plugin.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ Install from [mthds-ai/mthds-plugins](https://github.com/mthds-ai/mthds-plugins)
3737
then:
3838

3939
```
40-
/plugin install mthds@mthds-ai-mthds-plugins
40+
/plugin install mthds@mthds-plugins
4141
```
4242

43+
Then reload plugins with `/reload-plugins` (or exit and reopen Claude Code if that doesn't work).
44+
4345
Once installed, type `/mthds-build` in Claude Code to create your first method from a natural language description.
4446

4547
## Related Documentation

docs/get-started/build-with-claude-code.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,22 @@ Launch Claude Code and tell it to install the MTHDS plugin:
1818
```
1919

2020
```
21-
/plugin install mthds@mthds-ai-mthds-plugins
21+
/plugin install mthds@mthds-plugins
2222
```
2323

24-
then exit Claude Code and reopen it:
24+
then reload plugins:
25+
26+
```
27+
/reload-plugins
28+
```
29+
30+
If that doesn't work, exit Claude Code and reopen it:
2531

2632
```
2733
/exit
2834
```
2935

30-
Reopen Claude Code, and build your first method:
36+
Build your first method:
3137

3238
```
3339
/mthds-build A method to analyze a Job offer to build a scorecard, then batch process CVs to score them

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pipelex"
3-
version = "0.23.1"
3+
version = "0.23.2"
44
description = "Execute composable AI methods declared in the MTHDS open standard"
55
authors = [{ name = "Evotis S.A.S.", email = "oss@pipelex.com" }]
66
maintainers = [{ name = "Pipelex staff", email = "oss@pipelex.com" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)