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
16 changes: 0 additions & 16 deletions .changeset/gemini-config-support.md

This file was deleted.

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

## 0.8.2

### Patch Changes

- [`b3ebd1e`](https://github.com/EcuaByte-lat/Cortex/commit/b3ebd1e352b3eb6112006c7e8c5c9276b60d0e80) Thanks [@AngelAlexQC](https://github.com/AngelAlexQC)! - feat: add Gemini MCP config with official schema support

- Added `--target gemini` option to `generate-config` command
- Gemini config now includes `$schema`, `trust`, and `description` fields
- Updated `installer.ts` to generate proper Gemini settings.json
- Updated documentation with correct Gemini configuration format

Users can now run:

```bash
bunx @ecuabyte/cortex-mcp-server generate-config --target gemini
```

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

## 0.8.1

### 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.1",
"version": "0.8.2",
"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.2

## 0.8.1

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

## 0.8.2

### Patch Changes

- [`b3ebd1e`](https://github.com/EcuaByte-lat/Cortex/commit/b3ebd1e352b3eb6112006c7e8c5c9276b60d0e80) Thanks [@AngelAlexQC](https://github.com/AngelAlexQC)! - feat: add Gemini MCP config with official schema support

- Added `--target gemini` option to `generate-config` command
- Gemini config now includes `$schema`, `trust`, and `description` fields
- Updated `installer.ts` to generate proper Gemini settings.json
- Updated documentation with correct Gemini configuration format

Users can now run:

```bash
bunx @ecuabyte/cortex-mcp-server generate-config --target gemini
```

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

## 0.8.1

### 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.1",
"version": "0.8.2",
"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.2

## 0.8.1

## 0.8.0
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.1",
"version": "0.8.2",
"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.2

## 0.8.1

## 0.8.0
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.1",
"version": "0.8.2",
"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