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
9 changes: 0 additions & 9 deletions .changeset/rename-to-ecuabyte.md

This file was deleted.

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

## 0.5.6

### Patch Changes

- cc4ed85: fix: rename packages to @ecuabyte scope and setup changesets coverage
- Updated dependencies [cc4ed85]
- @ecuabyte/cortex-core@0.5.6
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.5",
"version": "0.5.6",
"description": "Command-line interface for Cortex memory management",
"type": "module",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @ecuabyte/cortex-core

## 0.5.6

### Patch Changes

- cc4ed85: fix: rename packages to @ecuabyte scope and setup changesets coverage
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.5",
"version": "0.5.6",
"description": "Core memory storage and types for Cortex",
"type": "module",
"main": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/mcp-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @ecuabyte/cortex-mcp-server

## 0.5.6

### Patch Changes

- cc4ed85: fix: rename packages to @ecuabyte scope and setup changesets coverage
- Updated dependencies [cc4ed85]
- @ecuabyte/cortex-core@0.5.6
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.5",
"version": "0.5.6",
"description": "MCP server exposing Cortex memories to AI tools",
"type": "module",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @ecuabyte/cortex-shared

## 0.5.6

### Patch Changes

- cc4ed85: fix: rename packages to @ecuabyte scope and setup changesets coverage
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.5",
"version": "0.5.6",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
16 changes: 15 additions & 1 deletion packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.5.6

### Patch Changes

- cc4ed85: fix: rename packages to @ecuabyte scope and setup changesets coverage

All notable changes to the Cortex Memory extension will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Expand All @@ -8,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.3.0] - 2025-12-29

### Added

- **Interactive Walkthrough** - 4-step onboarding guide for new users
- **Keyboard Shortcuts**
- `Ctrl+Shift+M` / `Cmd+Shift+M` - Add new memory
Expand All @@ -18,33 +25,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **Welcome Views** - Helpful empty states for Memory and Tools trees

### Changed

- **Activity Bar Icon** - New monochrome SVG icon for proper VS Code theme integration
- **Memory Tree Icons** - Type-specific colored icons (💡 fact, ✅ decision, 💻 code, ⚙️ config, 📝 note)
- **Status Bar** - Now shows memory count with brain icon, warning background when paused
- **Memory Webview** - Complete redesign with modern card layout, gradients, and copy-to-clipboard

### Fixed

- Activity Bar icon now renders correctly instead of white square
- Status bar updates memory count automatically every 30 seconds

## [0.2.2] - 2024-12-12

### Added

- Official branding assets and icons
- Improved extension icon for VS Code Marketplace

### Fixed

- Extension packaging now includes icon.png correctly

## [0.2.1] - 2024-12-12

### Changed

- Updated repository URLs to new organization
- Bumped version for branding update

## [0.2.0] - 2024-12-09

### Added

- Memory Tree View in Activity Bar sidebar
- Add Memory command with type selection
- Search Memories functionality
Expand All @@ -56,13 +69,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 5 memory types: fact, decision, code, config, note

### Technical

- Built with Bun and TypeScript
- Uses sql.js for browser-compatible SQLite
- Integrates with MCP server for AI tool connectivity

## [0.1.0] - 2024-12-08

### Added

- Initial project setup
- Core storage module
- Basic extension structure
Expand All @@ -72,4 +87,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.2.1]: https://github.com/EcuaByte-lat/Cortex/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/EcuaByte-lat/Cortex/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/EcuaByte-lat/Cortex/releases/tag/v0.1.0

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.5",
"version": "0.5.6",
"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