Skip to content

Commit 85726d6

Browse files
MarkKropfclaude
andcommitted
chore: release v0.8.21
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0e89215 commit 85726d6

File tree

10 files changed

+15
-9
lines changed

10 files changed

+15
-9
lines changed

CHANGELOG.md

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

3+
## v0.8.21
4+
5+
### Fixes
6+
7+
- **Republish `@renseiai/agentfactory-code-intelligence`** — Tarball for v0.8.20 was missing on npm (ghost publish). Bumped all packages to v0.8.21 to work around npm's 24-hour republish restriction.
8+
39
## v0.8.20
410

511
### Features

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": "@renseiai/agentfactory-cli",
3-
"version": "0.8.20",
3+
"version": "0.8.21",
44
"type": "module",
55
"description": "CLI tools for AgentFactory — local orchestrator, remote worker, queue admin",
66
"author": "Rensei AI (https://rensei.ai)",

packages/code-intelligence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renseiai/agentfactory-code-intelligence",
3-
"version": "0.8.20",
3+
"version": "0.8.21",
44
"type": "module",
55
"description": "Code intelligence for AgentFactory — tree-sitter AST parsing, BM25 search, incremental indexing, memory deduplication",
66
"author": "Rensei AI (https://rensei.ai)",

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": "@renseiai/agentfactory",
3-
"version": "0.8.20",
3+
"version": "0.8.21",
44
"type": "module",
55
"description": "Multi-agent fleet management for coding agents — orchestrator, providers, crash recovery",
66
"author": "Rensei AI (https://rensei.ai)",

packages/create-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renseiai/create-agentfactory-app",
3-
"version": "0.8.20",
3+
"version": "0.8.21",
44
"type": "module",
55
"description": "Create an AgentFactory app — multi-agent fleet management for coding agents",
66
"author": "Rensei AI (https://rensei.ai)",

packages/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renseiai/agentfactory-dashboard",
3-
"version": "0.8.20",
3+
"version": "0.8.21",
44
"description": "Premium dashboard UI components for AgentFactory",
55
"author": "Rensei AI (https://rensei.ai)",
66
"license": "MIT",

packages/linear/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renseiai/plugin-linear",
3-
"version": "0.8.20",
3+
"version": "0.8.21",
44
"type": "module",
55
"description": "Linear issue tracker integration for AgentFactory — status transitions, agent sessions, work routing",
66
"author": "Rensei AI (https://rensei.ai)",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renseiai/agentfactory-mcp-server",
3-
"version": "0.8.20",
3+
"version": "0.8.21",
44
"type": "module",
55
"description": "MCP server exposing AgentFactory fleet capabilities to MCP-aware clients",
66
"author": "Rensei AI (https://rensei.ai)",

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renseiai/agentfactory-nextjs",
3-
"version": "0.8.20",
3+
"version": "0.8.21",
44
"type": "module",
55
"description": "Next.js API route handlers for AgentFactory — webhook processor, worker/session management, public stats",
66
"author": "Rensei AI (https://rensei.ai)",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renseiai/agentfactory-server",
3-
"version": "0.8.20",
3+
"version": "0.8.21",
44
"type": "module",
55
"description": "Webhook server and distributed worker pool for AgentFactory — Redis queues, issue locks, session management",
66
"author": "Rensei AI (https://rensei.ai)",

0 commit comments

Comments
 (0)