Skip to content

Commit c9667e1

Browse files
chore(release): 1.211.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.211.0](/compare/v1.210.0...v1.211.0) · _2026-06-09_ > You've hit your limit · resets 8:30pm (UTC) ### ✨ Features * **agents:** persistent project memory (Shep Brain) ([#731](#731)) ([e3387ed](e3387ed)) ### 🐛 Bug Fixes * **release:** pin evidence URLs to release tag, validate tagline against commit types ([#736](#736)) ([7f0aa62](7f0aa62)) ## 📦 Install or update ```bash # upgrade an existing install npm i -g @shepai/cli@1.211.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 e3387ed commit c9667e1

2 files changed

Lines changed: 42 additions & 1 deletion

File tree

CHANGELOG.md

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

7+
# 🚀 Shep [v1.211.0](/compare/v1.210.0...v1.211.0) · _2026-06-09_
8+
9+
> You've hit your limit · resets 8:30pm (UTC)
10+
11+
12+
13+
### ✨ Features
14+
15+
* **agents:** persistent project memory (Shep Brain) ([#731](https://github.com/shep-ai/shep/issues/731)) ([e3387ed](https://github.com/shep-ai/shep/commit/e3387ed1dcc991a69f73ca636e19e9c6001141b6))
16+
17+
18+
19+
### 🐛 Bug Fixes
20+
21+
* **release:** pin evidence URLs to release tag, validate tagline against commit types ([#736](https://github.com/shep-ai/shep/issues/736)) ([7f0aa62](https://github.com/shep-ai/shep/commit/7f0aa62b7934a882a53f3e65428c2ea7a53ba0a6))
22+
23+
24+
## 📦 Install or update
25+
26+
```bash
27+
# upgrade an existing install
28+
npm i -g @shepai/cli@1.211.0
29+
30+
# or run instantly without installing
31+
npx @shepai/cli@latest
32+
```
33+
34+
## 💬 Join the community
35+
36+
[💬 **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)
37+
38+
---
39+
40+
<sub>🤖 Released autonomously by Shep — built by parallel AI agents working in isolated git worktrees. Try it: `npx @shepai/cli`</sub>
41+
42+
<p align="center">
43+
<a href="https://github.com/shep-ai/shep">
44+
<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" />
45+
</a>
46+
</p>
47+
748
# 🚀 Shep [v1.210.0](/compare/v1.209.2...v1.210.0) · _2026-06-09_
849

950
> _Under the hood_ maintenance to keep Shep running smoothly — no new features, just the polish that keeps the engine clean.

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.210.0",
3+
"version": "1.211.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)