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
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- please check first if dev is running in watch mode, if yes do not start another process, also remember when you test something with "yarn dev" that this command runs in background and stays alive
- For all browser testing, use the `mcp__playwright__*` tools directly. Do not use the in-app Browser plugin or a shell/CLI Playwright process unless the user explicitly asks for a different browser surface.
- For all browser testing, use the `mcp__playwright__*` tools directly. Do not use the in-app Browser plugin or a shell/CLI Playwright process unless the user explicitly asks for a different browser surface
- If the Playwright MCP tools are not initially visible, discover the deferred `mcp__playwright__*` tools before concluding that browser testing is unavailable.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,62 @@ The project uses Semantic Versioning. Each release contains the same three chang

- None.

## [0.1.25] - 2026-08-27

### New Features

- None.

### Bug Fixes

- None.

### Improvements

- Added a link to the official Cortex Docs website in the README.

## [0.1.24] - 2026-08-27

### New Features

- Added consent-aware Google Analytics 4 integration, configurable via a new `analytics` site config option (`google_analytics_id`, `enabled_hosts`, `privacy_url`), including a cookie consent banner with a link to your privacy policy and no advertising signals collected.

### Bug Fixes

- None.

### Improvements

- Documentation updated to explain how to configure Google Analytics through the new `analytics` config instead of manually embedding tracking scripts via `custom_head_html`.

## [0.1.23] - 2026-08-27

### New Features

- The "Built with Cortex" badge now records each unique website hostname that loads it, so you can see which sites are displaying your badge.

### Bug Fixes

- None.

### Improvements

- None.

## [0.1.22] - 2026-08-27

### New Features

- None.

### Bug Fixes

- None.

### Improvements

- None.

## [0.1.21] - 2026-08-27

### New Features
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "@cortex-docs/cli",
"version": "0.1.21",
"version": "0.1.25",
"description": "Cortex Docs CLI for SDKs, API documentation, and MCP servers",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/docs-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cortex-docs/docs-site",
"version": "0.1.21",
"version": "0.1.25",
"private": true,
"description": "Product documentation for Cortex Docs",
"scripts": {
Expand All @@ -9,6 +9,6 @@
"clean": "rm -rf .cortex"
},
"dependencies": {
"@cortex-docs/cli": "0.1.21"
"@cortex-docs/cli": "0.1.25"
}
}