@ace3-memory/ace 3.0.43 → 3.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -8
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  [![License: Proprietary](https://img.shields.io/badge/License-Proprietary-red.svg)](https://ace3-ai.com/license)
8
8
  [![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
9
- [![Version 3.0.43](https://img.shields.io/badge/version-3.0.43-green.svg)](https://github.com/AdyBrooks46/AutonomousContextEngine/releases)
9
+ [![Version 3.0.44](https://img.shields.io/badge/version-3.0.44-green.svg)](https://github.com/AdyBrooks46/AutonomousContextEngine/releases)
10
10
 
11
11
  ---
12
12
 
@@ -27,11 +27,11 @@ ACE (Autonomous Context Engine) is a **memory layer** that sits between you and
27
27
  |---|---|---|---|---|
28
28
  | **Structured entity types** (10) | Yes | No | No | No |
29
29
  | **Knowledge graph** (15 relationship types) | Yes | No | Yes | No |
30
- | **AI Builder** (plan generation) | Yes | No | No | No |
30
+ | **Plans** (CLI plan tracking) | Yes | No | No | No |
31
31
  | **Observer** (AI monitoring AI) | Yes | No | No | No |
32
32
  | **Agentic Intelligence** (10 autonomous agents) | Yes | No | No | No |
33
33
  | **Customer-hosted database** | Yes | Partial | Enterprise | No |
34
- | **MCP-native** (36 tools) | Yes | Basic | No | No |
34
+ | **MCP-native** (39 tools) | Yes | Basic | No | No |
35
35
 
36
36
  ---
37
37
 
@@ -94,10 +94,10 @@ curl -X POST http://localhost:7777/api/v1/my-project/decisions \
94
94
  | **10 Entity Types** | Memories, decisions, issues, work logs, architecture, patterns, best practices, observations, tags, relationships |
95
95
  | **Knowledge Graph** | 15 relationship types with temporal traversal, graph analytics, and visualization |
96
96
  | **Semantic Search** | OpenAI embeddings + pgvector for intelligent recall |
97
- | **AI Builder** | Generate project plans with GPT-4/Claude/Gemini |
97
+ | **Plans** | Save and track implementation plans from any CLI AI (Claude Code, Cursor, ChatGPT) |
98
98
  | **Observer** | AI that monitors your AI for errors, drift, contradictions |
99
99
  | **Agentic Intelligence** | 10 autonomous agents (observe/reason/act/reflect) that govern and improve memory |
100
- | **MCP Server** | 36 tools for Claude Desktop, Claude Code, Cursor, VS Code, ChatGPT, Gemini |
100
+ | **MCP Server** | 39 tools for Claude Desktop, Claude Code, Cursor, VS Code, ChatGPT, Gemini |
101
101
  | **REST API** | Full CRUD API for any AI tool or custom integration |
102
102
  | **Dashboard** | Web UI at ace3-ai.com for visual memory management |
103
103
 
@@ -105,12 +105,13 @@ curl -X POST http://localhost:7777/api/v1/my-project/decisions \
105
105
 
106
106
  ## Pricing
107
107
 
108
- All plans include a 14-day free trial with full Pro access.
108
+ Permanent free tier - no expiry, no credit card required.
109
109
 
110
110
  | Tier | Price | For |
111
111
  |------|-------|-----|
112
- | **Starter** | £14.99/mo | Solo developers |
113
- | **Pro** | £39.99/mo | Teams (10 users included, +£3/extra) |
112
+ | **Free** | £0 forever | Try ACE with 1 namespace, 1,000 memories |
113
+ | **Starter** | £14.99/mo | Solo developers (3 namespaces, 5,000 memories) |
114
+ | **Pro** | £39.99/mo | Teams (10 users included, +£3/extra, unlimited) |
114
115
  | **Founder** | £299 one-time | Lifetime Pro+ (25 users, limited to 100 licenses) |
115
116
  | **Enterprise** | Custom | Unlimited everything, SSO, SLA |
116
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ace3-memory/ace",
3
- "version": "3.0.43",
3
+ "version": "3.0.45",
4
4
  "description": "Your Logbook for AI - persistent memory for ChatGPT, Claude, Gemini, and more",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "https://github.com/AdyBrooks46/AutonomousContextEngine.git"
23
+ "url": "https://ace3-ai.com"
24
24
  },
25
25
  "keywords": [
26
26
  "ai",
@@ -40,7 +40,7 @@
40
40
  "license": "PROPRIETARY",
41
41
  "homepage": "https://ace3-ai.com",
42
42
  "bugs": {
43
- "url": "https://github.com/AdyBrooks46/AutonomousContextEngine/issues"
43
+ "url": "https://ace3-ai.com/support"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=14.0.0"