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
14 changes: 0 additions & 14 deletions .changeset/bunx-migration.md

This file was deleted.

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

## 0.8.1

### Patch Changes

- [`74a0e4c`](https://github.com/EcuaByte-lat/Cortex/commit/74a0e4ca670b8e96081f171c378f1d7bc49f2709) Thanks [@AngelAlexQC](https://github.com/AngelAlexQC)! - chore: migrate from npx to bunx for Bun runtime compatibility

- Changed MCP server build target from `node` to `bun`
- Added `#!/usr/bin/env bun` shebang to bundled output
- Updated all configuration generators to output `bunx` commands
- Updated installer.ts to generate bunx configs for all editors
- Updated documentation (README, UNIVERSAL_SETUP.md) with bunx instructions

Users now need Bun installed to run: `bunx @ecuabyte/cortex-mcp-server`

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

## 0.8.0

### 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.8.0",
"version": "0.8.1",
"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.8.1

## 0.8.0

## 0.6.2
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.8.0",
"version": "0.8.1",
"description": "Core memory storage and types for Cortex",
"type": "module",
"main": "./dist/index.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/mcp-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @ecuabyte/cortex-mcp-server

## 0.8.1

### Patch Changes

- [`74a0e4c`](https://github.com/EcuaByte-lat/Cortex/commit/74a0e4ca670b8e96081f171c378f1d7bc49f2709) Thanks [@AngelAlexQC](https://github.com/AngelAlexQC)! - chore: migrate from npx to bunx for Bun runtime compatibility

- Changed MCP server build target from `node` to `bun`
- Added `#!/usr/bin/env bun` shebang to bundled output
- Updated all configuration generators to output `bunx` commands
- Updated installer.ts to generate bunx configs for all editors
- Updated documentation (README, UNIVERSAL_SETUP.md) with bunx instructions

Users now need Bun installed to run: `bunx @ecuabyte/cortex-mcp-server`

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

## 0.8.0

### 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.8.0",
"version": "0.8.1",
"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.8.1

## 0.8.0

## 0.6.2
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.8.0",
"version": "0.8.1",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 0.8.1

## 0.8.0

### Minor 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.8.0",
"version": "0.8.1",
"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