From 46ac7d355e020de5ee19e540f423b9a94756e6f9 Mon Sep 17 00:00:00 2001 From: jester Date: Thu, 16 Apr 2026 19:46:13 +0000 Subject: [PATCH] Update Portal current state after local verification --- Codex/Portal/CURRENT_STATE.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Codex/Portal/CURRENT_STATE.md b/Codex/Portal/CURRENT_STATE.md index efc4163..fb15807 100644 --- a/Codex/Portal/CURRENT_STATE.md +++ b/Codex/Portal/CURRENT_STATE.md @@ -1,6 +1,8 @@ # Portal — Current State -This file records what is believed to be implemented now. +Verified against local Portal repo `jester/zpack-portal` commit `69a4c3c` on 2026-04-16. + +This file records what is implemented now. ## Readiness / operation UI - Portal consumes API-normalized state. @@ -20,6 +22,7 @@ This file records what is believed to be implemented now. - restore - delete - Portal uses API routes, not direct agent calls. +- backup metadata is normalized and displayed when the API includes metadata fields. ## Console / action gating - console command transport uses POST JSON through API. @@ -32,5 +35,9 @@ This file records what is believed to be implemented now. - forgot/reset password flow exists. - first-login onboarding flow exists. +## Hosted IDE +- console and server-list "Open IDE" actions request `/api/dev/{serverId}/ide-token`. +- Portal opens the hosted URL returned by the API, falling back to the configured API base for relative URLs. + ## Dashboard / IA - spotlight server card/dashboard refresh landed.