Skip to content

Commit 4c212dd

Browse files
chore(release): 1.218.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.218.0](/compare/v1.217.0...v1.218.0) · _2026-07-05_ > _Keeping the lights on_ — internal housekeeping only, no user-facing changes in this one. ### ✨ Features * agentic dev-server LangGraph agent + DeploymentService refactor ([#821](#821)) ([b538be7](b538be7)) ## 📦 Install or update ```bash # upgrade an existing install npm i -g @shepai/cli@1.218.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 b538be7 commit 4c212dd

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.218.0](/compare/v1.217.0...v1.218.0) · _2026-07-05_
8+
9+
> _Keeping the lights on_ — internal housekeeping only, no user-facing changes in this one.
10+
11+
12+
13+
### ✨ Features
14+
15+
* agentic dev-server LangGraph agent + DeploymentService refactor ([#821](https://github.com/shep-ai/shep/issues/821)) ([b538be7](https://github.com/shep-ai/shep/commit/b538be756a2a1048fd80feef5b7e3a6ea249bec8))
16+
17+
18+
## 📦 Install or update
19+
20+
```bash
21+
# upgrade an existing install
22+
npm i -g @shepai/cli@1.218.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.217.0](/compare/v1.216.0...v1.217.0) · _2026-07-04_
843

944
> _Under the hood_ maintenance keeps the gears turning — no user-facing changes 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.217.0",
3+
"version": "1.218.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)