Skip to content

Commit 2fcb64c

Browse files
chore(release): 1.216.0 [skip ci]
<p align="center"> <a href="https://github.com/shep-ai/shep"> <img src="https://raw.githubusercontent.com/shep-ai/shep/main/docs/screenshots/shep-card.jpg" alt="Shep — run multiple AI agents in parallel" width="720" /> </a> </p> # 🚀 Shep [v1.216.0](/compare/v1.215.2...v1.216.0) · _2026-07-01_ > _Housekeeping under the hood_ — no user-facing changes, just keeping the codebase tidy. ### ✨ Features * **cli:** add Examples help text to 7 feat subcommands ([#812](#812)) ([258e94b](258e94b)), closes [#790](#790) ## 📦 Install or update ```bash # upgrade an existing install npm i -g @shepai/cli@1.216.0 # or run instantly without installing npx @shepai/cli@latest ``` ## 💬 Join the community [💬 **Discord**](https://discord.gg/ES6tdVFfur) · [📖 **Docs**](https://github.com/shep-ai/shep#readme) · [⭐ **Star on GitHub**](https://github.com/shep-ai/shep) · [🐛 **Report an issue**](https://github.com/shep-ai/shep/issues) --- <sub>🤖 Released autonomously by Shep — built by parallel AI agents working in isolated git worktrees. Try it: `npx @shepai/cli`</sub> Co-Authored-By: Shep Bot <shep-agent@users.noreply.github.com>
1 parent 258e94b commit 2fcb64c

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,41 @@
44
</a>
55
</p>
66

7+
# 🚀 Shep [v1.216.0](/compare/v1.215.2...v1.216.0) · _2026-07-01_
8+
9+
> _Housekeeping under the hood_ — no user-facing changes, just keeping the codebase tidy.
10+
11+
12+
13+
### ✨ Features
14+
15+
* **cli:** add Examples help text to 7 feat subcommands ([#812](https://github.com/shep-ai/shep/issues/812)) ([258e94b](https://github.com/shep-ai/shep/commit/258e94b98ce100404ddedbb54dc4c15414995277)), closes [#790](https://github.com/shep-ai/shep/issues/790)
16+
17+
18+
## 📦 Install or update
19+
20+
```bash
21+
# upgrade an existing install
22+
npm i -g @shepai/cli@1.216.0
23+
24+
# or run instantly without installing
25+
npx @shepai/cli@latest
26+
```
27+
28+
## 💬 Join the community
29+
30+
[💬 **Discord**](https://discord.gg/ES6tdVFfur) · [📖 **Docs**](https://github.com/shep-ai/shep#readme) · [**Star on GitHub**](https://github.com/shep-ai/shep) · [🐛 **Report an issue**](https://github.com/shep-ai/shep/issues)
31+
32+
---
33+
34+
<sub>🤖 Released autonomously by Shep — built by parallel AI agents working in isolated git worktrees. Try it: `npx @shepai/cli`</sub>
35+
36+
<p align="center">
37+
<a href="https://github.com/shep-ai/shep">
38+
<img src="https://raw.githubusercontent.com/shep-ai/shep/main/docs/screenshots/shep-card.jpg" alt="Shep — run multiple AI agents in parallel" width="720" />
39+
</a>
40+
</p>
41+
742
# 🚀 Shep [v1.215.2](/compare/v1.215.1...v1.215.2) · _2026-06-29_
843

944
> _Keeping the lights on_ — housekeeping and maintenance only in this release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shepai/cli",
3-
"version": "1.215.2",
3+
"version": "1.216.0",
44
"description": "Autonomous AI-native SDLC platform — run parallel AI agents in isolated worktrees to automate the development cycle from idea to deploy.",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)