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
5 changes: 0 additions & 5 deletions .changeset/validate-openvsx-token.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ecuabyte/cortex-cli

## 0.5.12

### Patch Changes

- Updated dependencies []:
- @ecuabyte/cortex-core@0.5.12

## 0.5.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecuabyte/cortex-cli",
"version": "0.5.11",
"version": "0.5.12",
"description": "Command-line interface for Cortex memory management",
"type": "module",
"bin": {
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ecuabyte/cortex-core

## 0.5.12

Copilot AI Jan 5, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CHANGELOG entry for version 0.5.12 is missing the "Patch Changes" section header. For consistency with other packages (cli and mcp-server) that also have dependency updates only, this should include a "### Patch Changes" header even if there are no actual code changes in this package.

Suggested change
### Patch Changes

Copilot uses AI. Check for mistakes.
## 0.5.11

## 0.5.10
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecuabyte/cortex-core",
"version": "0.5.11",
"version": "0.5.12",
"description": "Core memory storage and types for Cortex",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/mcp-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ecuabyte/cortex-mcp-server

## 0.5.12

### Patch Changes

- Updated dependencies []:
- @ecuabyte/cortex-core@0.5.12

## 0.5.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecuabyte/cortex-mcp-server",
"version": "0.5.11",
"version": "0.5.12",
"description": "MCP server exposing Cortex memories to AI tools",
"type": "module",
"bin": {
Expand Down
2 changes: 2 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ecuabyte/cortex-shared

## 0.5.12

Comment on lines +3 to +4

Copilot AI Jan 5, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CHANGELOG entry for version 0.5.12 is missing the "Patch Changes" section header. For consistency with other packages (cli and mcp-server) that also have dependency updates only, this should include a "### Patch Changes" header even if there are no actual code changes in this package.

Copilot uses AI. Check for mistakes.
## 0.5.11

## 0.5.10
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecuabyte/cortex-shared",
"version": "0.5.11",
"version": "0.5.12",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.5.12

### Patch Changes

- [`724b554`](https://github.com/EcuaByte-lat/Cortex/commit/724b5542c8d50629ac940a89d4cf570e8b774f99) Thanks [@AngelAlexQC](https://github.com/AngelAlexQC)! - feat: re-trigger release to validate OpenVSX publishing token

## 0.5.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cortex-vscode",
"version": "0.5.11",
"version": "0.5.12",
"displayName": "Cortex: AI Memory",
"description": "Persistent Memory for AI Agents. Remember context, decisions, and code patterns across sessions. Works with Copilot, Claude, and more.",
"publisher": "EcuaByte",
Expand Down