Skip to content

Commit 4c362ab

Browse files
committed
chore: release 1.17.1
Patch release for E2B template rebuild with wake-http and aligned npm packages.
1 parent 3941e69 commit 4c362ab

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.17.1] - 2026-07-25
4+
5+
### Hosting / E2B template
6+
7+
- Custom template **wake-http** doorbell (`/opt/vectra/wake-http`, port 8788) for E2B auto-resume on public URL traffic — not part of the Telegram bot (bot stays long-poll).
8+
- Template ships aligned CLI **1.17.1** tarballs.
9+
10+
### Patch
11+
12+
- Patch release for template rebuild + npm alignment.
13+
314
## [1.17.0] - 2026-07-24
415

516
### Messaging: `/cmd` shell from Telegram (and other gateways)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xibecode-monorepo",
33
"private": true,
4-
"version": "1.17.0",
4+
"version": "1.17.1",
55
"description": "XibeCode monorepo - AI-powered autonomous coding assistant",
66
"type": "module",
77
"scripts": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xibecode",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"description": "AI-powered autonomous coding assistant with AI test generation, multi-model support, and plugin system",
55
"main": "dist/index.js",
66
"type": "module",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xibecode-core",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"description": "XibeCode Core - AI agent engine with tool execution, MCP, memory, and multi-mode support",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)