feat(status-card): add public status route and page#40
Closed
luyyyyy666 wants to merge 3 commits into
Closed
Conversation
Owner
|
Closing as already shipped. The public status-card feature this PR implements (backend This branch is based on a pre-v1.13.0 merge-base (a556d9e) and now conflicts in 7 files; merging it would regress the shipped version (e.g. it returns unredacted turn/event payloads on the public route). Issues #28/#29 are already closed and the equivalent functionality is live on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GET /status/{token}status-card API route and token-scoped event replay endpoint./status/[token]UI that reuses timeline, tool-call, and subagent rendering in read-only mode.status/__token__.htmlin the export.Closes #28
Closes #29
Test Plan
uv run pytest python/packages/corlinman-server/tests/gateway/routes/test_status_public.py python/packages/corlinman-server/tests/test_status_token.py python/packages/corlinman-server/tests/test_agent_servicer.py::test_agent_status_card_uses_servicer_data_dir_for_signing_key python/packages/corlinman-server/tests/gateway/routes_admin_b/test_sessions_events.py python/packages/corlinman-server/tests/gateway/lifecycle/test_ui_static_serving.py -quv run ruff check python/packages/corlinman-server/src/corlinman_server/gateway/routes/status.py python/packages/corlinman-server/tests/gateway/routes/test_status_public.pypnpm --filter @corlinman/admin exec vitest run "app/status/[token]/page.test.tsx"pnpm --filter @corlinman/admin exec tsc --noEmitpnpm --filter @corlinman/admin buildgit diff --check