|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
5 | | -### Changed |
6 | | - |
7 | | -- **`pro-tier-status` skill — prefer the local |
8 | | - `scripts/recover.sh status` over the MCP tool** for tenant_id / tier |
9 | | - queries. The local script reads state directly and answers without |
10 | | - an agent round-trip. Faster, works offline, and works exactly when |
11 | | - the user typically asks ("the agent isn't reachable, what's my |
12 | | - tenant ID for Stripe Checkout?"). The MCP tool stays as a |
13 | | - documented fallback for the rare cases where server-truth matters |
14 | | - (revocation, clock skew, server-side overrides). Same flip applied |
15 | | - to claude / cursor sister plugins. |
16 | | - |
17 | | -### Internal |
18 | | - |
19 | | -- `tests/test-skill-status-prefers-local.sh` — 4 content assertions |
20 | | - locking the preference in. Wired into `.github/workflows/test.yml`. |
21 | | - The sister `axonflow-claude-plugin` PR ships a real `claude` CLI |
22 | | - runtime-e2e that exercises the equivalent skill flip end-to-end |
23 | | - against the live agent — that captured EVIDENCE is the reference |
24 | | - proof that the wording flip changes downstream LLM behaviour. |
25 | | - |
26 | 5 | ## [1.3.0] - 2026-05-07 — V1 Plugin Pro upgrade-prompt envelope + 5 new MCP tools surfaced |
27 | 6 |
|
28 | | -Companion plugin release to platform v7.7.0 + agent PRs #1966 / #1968. Surfaces |
29 | | -the V1 Plugin Pro structured upgrade envelope to the operator and documents |
30 | | -the 5 new agent-callable MCP tools (closing umbrella |
31 | | -axonflow-enterprise#1958 cross-plugin surfacing, sub-issue |
32 | | -axonflow-enterprise#1964). |
| 7 | +Companion plugin release to AxonFlow agent v7.7.0. Surfaces the V1 |
| 8 | +Plugin Pro structured upgrade envelope to the operator on Community |
| 9 | +SaaS rate-limit hits and documents 5 new agent-callable MCP tools. |
33 | 10 |
|
34 | 11 | ### Added |
35 | 12 |
|
@@ -66,15 +43,30 @@ axonflow-enterprise#1964). |
66 | 43 | unlimited HITL approvals, and the LLM cost pre-flight feature added. |
67 | 44 | - **README MCP-tools section** renumbered from "10 MCP tools" to "15 MCP |
68 | 45 | tools" to include the new V1 Pro tier-identity / tier-capability tools. |
| 46 | +- **`pro-tier-status` skill — prefer the local |
| 47 | + `scripts/recover.sh status` over the MCP tool** for tenant_id / tier |
| 48 | + queries. The local script reads state directly and answers without |
| 49 | + an agent round-trip. Faster, works offline, and works exactly when |
| 50 | + the user typically asks ("the agent isn't reachable, what's my |
| 51 | + tenant ID for Stripe Checkout?"). The MCP tool stays as a |
| 52 | + documented fallback for the rare cases where server-truth matters |
| 53 | + (revocation, clock skew, server-side overrides). Same flip applied |
| 54 | + to claude / cursor sister plugins. |
69 | 55 |
|
70 | 56 | ### Internal |
71 | 57 |
|
72 | | -- Added `runtime-e2e/v1_pro_envelope_surface/` per HARD RULE #0 — drives |
73 | | - a fresh Free-tier tenant past the 200/day cap on `try.getaxonflow.com`, |
74 | | - asserts the plugin's envelope helper prints the locked V1 wording to |
75 | | - stderr and stamps a throttle deadline. |
| 58 | +- `runtime-e2e/v1_pro_envelope_surface/` — drives a fresh Free-tier |
| 59 | + tenant past the 200/day cap on `try.getaxonflow.com`, asserts the |
| 60 | + plugin's envelope helper prints the locked V1 wording to stderr |
| 61 | + and stamps a throttle deadline. |
76 | 62 | - Added `tests/test-upgrade-prompt.sh` — 21 unit assertions across 8 |
77 | 63 | scenarios for every branch of the envelope handler. |
| 64 | +- Added `tests/test-skill-status-prefers-local.sh` — 4 content assertions |
| 65 | + locking the local-first SKILL.md ordering in; wired into |
| 66 | + `.github/workflows/test.yml`. The sister `axonflow-claude-plugin` |
| 67 | + ships the runtime proof that the wording flip changes downstream |
| 68 | + LLM behaviour (structurally identical wording across the three |
| 69 | + plugins). |
78 | 70 |
|
79 | 71 | ## [1.2.0] - 2026-05-06 — V1 paid Pro tier wire-up + X-Axonflow-Client header |
80 | 72 |
|
|
0 commit comments