@ace3-memory/ace 3.0.58 → 3.0.60

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 +3 -3
  2. package/package.json +1 -1
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.55](https://img.shields.io/badge/version-3.0.55-green.svg)](https://github.com/AdyBrooks46/AutonomousContextEngine/releases)
9
+ [![Version 3.0.60](https://img.shields.io/badge/version-3.0.60-green.svg)](https://github.com/AdyBrooks46/AutonomousContextEngine/releases)
10
10
 
11
11
  ---
12
12
 
@@ -31,7 +31,7 @@ ACE (Autonomous Context Engine) is a **memory layer** that sits between you and
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** (44 tools) | Yes | Basic | No | No |
34
+ | **MCP-native** (56 tools) | Yes | Basic | No | No |
35
35
 
36
36
  ---
37
37
 
@@ -109,7 +109,7 @@ ace update
109
109
  | **Plans** | Save and track implementation plans from any CLI AI (Claude Code, Cursor, ChatGPT) |
110
110
  | **Observer** | AI that monitors your AI for errors, drift, contradictions |
111
111
  | **Agentic Intelligence** | 10 autonomous agents (observe/reason/act/reflect) that govern and improve memory |
112
- | **MCP Server** | 44 tools for Claude Desktop, Claude Code, Cursor, VS Code, ChatGPT, Gemini |
112
+ | **MCP Server** | 56 tools for Claude Desktop, Claude Code, Cursor, VS Code, ChatGPT, Gemini |
113
113
  | **REST API** | Full CRUD API for any AI tool or custom integration |
114
114
  | **Dashboard** | Web UI at ace3-ai.com for visual memory management |
115
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ace3-memory/ace",
3
- "version": "3.0.58",
3
+ "version": "3.0.60",
4
4
  "description": "Your Logbook for AI - persistent memory for ChatGPT, Claude, Gemini, and more",
5
5
  "main": "index.js",
6
6
  "bin": {