From 004883090f69ad5c16fc8b04ad4b6db7c4d1639a Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Tue, 14 Jul 2026 23:22:48 -0300 Subject: [PATCH] chore(changelog): fragment for #7210 --- changelog.d/features/7210-codex-plan-labels.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/features/7210-codex-plan-labels.md diff --git a/changelog.d/features/7210-codex-plan-labels.md b/changelog.d/features/7210-codex-plan-labels.md new file mode 100644 index 0000000000..0df8e21855 --- /dev/null +++ b/changelog.d/features/7210-codex-plan-labels.md @@ -0,0 +1 @@ +- **feat(dashboard):** show the Codex subscription plan label in provider connection rows and the quota view, falling back to the plan captured at OAuth import when the live usage endpoint doesn't report one. (thanks @CarmeloCampos)