fix(status-card, subagent): status shell regression and configurable caps#41
Open
luyyyyy666 wants to merge 2 commits into
Open
fix(status-card, subagent): status shell regression and configurable caps#41luyyyyy666 wants to merge 2 commits into
luyyyyy666 wants to merge 2 commits into
Conversation
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
/status/{token}dynamic shell fallback on Windows paths by normalizing static-file paths before matching.[subagent]supervisor policy config plumbing through py-config, standalone agent server, and co-hosted gRPC agent.[subagent]defaults and cover the config handoff with focused tests.Test Plan
uv run pytest python/packages/corlinman-server/tests/gateway/lifecycle/test_ui_static_serving.py::test_status_token_path_serves_dynamic_shell python/packages/corlinman-server/tests/test_agent_servicer.py::test_servicer_subagent_config_sets_supervisor_policy python/packages/corlinman-server/tests/gateway/lifecycle/test_py_config.py::test_render_includes_subagent_section python/packages/corlinman-server/tests/test_main_py_config.py::test_load_config_returns_subagent_section python/packages/corlinman-server/tests/gateway/grpc/test_agent_server.py::test_serve_in_background_threads_subagent_config -quv run ruff check python/packages/corlinman-server/src/corlinman_server/agent_servicer.py python/packages/corlinman-server/src/corlinman_server/gateway/lifecycle/py_config.py python/packages/corlinman-server/src/corlinman_server/main.py python/packages/corlinman-server/src/corlinman_server/gateway/grpc/agent_server.py python/packages/corlinman-server/src/corlinman_server/gateway/lifecycle/entrypoint.pyCloses #35.