Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.3.1] - 2026-05-28

### Changed
- **README rewritten** — honest, building-in-public voice; drops the legacy "thinks/heals/remembers/evolves" + "nervous system / immune system" marketing copy. Fixes two factual errors (subprocess timeout is 5 min not 10; reconnect uses backoff). Ships to npm with this release.
- **`package.json` description** refreshed to match — plain description of what the connector does, no version-coupled marketing.

No runtime behavior change.

## [3.3.0] - 2026-05-22

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@askalf/agent",
"version": "3.3.0",
"description": "Connect any device to an AI workforce that thinks, heals, remembers, and evolves. Nervous system signals, immune system alerts, auto-reconnect, capabilities scan. One command to install as a persistent service.",
"version": "3.3.1",
"description": "Connect any device to your askalf fleet. A WebSocket connector that registers a machine and runs the shell or Claude Code tasks the fleet dispatches, streaming results back. Installs as a system service; auto-reconnect, heartbeat, capability scan.",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down