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
4 changes: 2 additions & 2 deletions .codex-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
},
"metadata": {
"description": "Runtime governance for OpenAI Codex. Policy enforcement on terminal commands, advisory governance via skills, PII detection, audit trails, and compliance-grade decision records.",
"version": "1.4.1"
"version": "1.4.0"
},
"plugins": [
{
"name": "axonflow",
"source": "./",
"description": "Policy enforcement, PII detection, and audit trails for OpenAI Codex. Hybrid governance — enforces policies on terminal commands (exec_command) via hooks, provides advisory governance for other tools via implicit-activation skills, and records compliance-grade audit trails. Self-hosted via Docker — all data stays on your infrastructure.",
"version": "1.4.1",
"version": "1.4.0",
"author": {
"name": "AxonFlow",
"email": "hello@getaxonflow.com",
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "axonflow",
"displayName": "AxonFlow Governance",
"description": "Policy enforcement, PII detection, and audit trails for OpenAI Codex. Hybrid governance — enforces policies on terminal commands (exec_command) via hooks, provides advisory governance for other tools via implicit-activation skills, and records compliance-grade audit trails. Self-hosted via Docker — all data stays on your infrastructure.",
"version": "1.4.1",
"version": "1.4.0",
"author": {
"name": "AxonFlow",
"email": "hello@getaxonflow.com",
Expand Down
18 changes: 1 addition & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,6 @@

## [Unreleased]

## [1.4.1] - 2026-05-08

### Removed

- Telemetry `profile` field and the `AXONFLOW_PROFILE` env-var read in
`scripts/telemetry-ping.sh`. The v1 schema reused `AXONFLOW_PROFILE`,
which already governs runtime policy enforcement (`dev | default |
strict | compliance`); the two name-spaces collided and a customer
setting `AXONFLOW_PROFILE=strict` would have had their heartbeat
rejected by the checkpoint validator. The field had no consumer on
the analytics side, and `deployment_mode` already covers the
topology dimension it was meant to add. Heartbeat payload no longer
emits `profile`; matching assertion removed from
`tests/heartbeat-real-stack/run_real_stack.sh`. `AXONFLOW_PROFILE`
reverts to its original governance-only meaning.

## [1.4.0] - 2026-05-08

### Added
Expand All @@ -26,7 +10,7 @@

### Telemetry

- v1 schema (axonflow-enterprise#2008): heartbeat now emits `telemetry_type: "plugin"`, `endpoint_type` (`localhost | private_network | remote | unknown`), and `profile` from `AXONFLOW_PROFILE`; plus `AXONFLOW_TRY=1` to force `deployment_mode=community_saas` for tenants behind custom hostnames.
- v1 schema (axonflow-enterprise#2008): heartbeat now emits `telemetry_type: "plugin"`, `endpoint_type` (`localhost | private_network | remote | unknown`), and `AXONFLOW_TRY=1` to force `deployment_mode=community_saas` for tenants behind custom hostnames.
- `deployment_mode` allowlist normalised to `self_hosted | community_saas | unknown` (was `production`/`development`/`community-saas`). Analytics queries on the legacy values must update.

## [1.3.0] - 2026-05-07 — V1 Plugin Pro upgrade-prompt envelope + 5 new MCP tools surfaced
Expand Down
Loading