Default Codex Slack turns to fast profile - #20
Open
fineas-bot[bot] wants to merge 1 commit into
Open
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
fastprofile when no model profile is explicitly requested--thinkSlack parsing as the opt-in higher-reasoning Codex profile while keeping--fastrecognizedTesting
uv run python -m py_compile api/workflows/slack_thread_turn.py api/agent.py api/runtime_control.py api/workflow_engine.py api/sandbox/base.py api/sandbox/kubernetes.pyuv run ruff check api/workflows/slack_thread_turn.py api/agent.py api/runtime_control.py api/workflow_engine.py api/sandbox/base.py api/sandbox/kubernetes.py tests/test_workflows.py tests/test_agent_control_plane.py tests/test_sandbox_kubernetes_backend.pyuv run python - <<'PY' ... PYuv run pytest -rs tests/test_workflows.py::test_prompt_selection_extraction_handles_slack_flag_shapes tests/test_workflows.py::test_slack_thread_turn_fast_profile_releases_assignment tests/test_workflows.py::test_slack_thread_turn_think_profile_releases_assignment tests/test_agent_control_plane.py::test_spawn_assignment_defaults_to_codex_when_no_selector tests/test_agent_control_plane.py::test_spawn_assignment_forwards_model_profile tests/test_agent_control_plane.py::test_spawn_assignment_defaults_active_codex_assignment_to_fast_profile tests/test_sandbox_kubernetes_backend.py::test_create_sets_codex_fast_profile_env tests/test_sandbox_kubernetes_backend.py::test_create_accepts_codex_think_profile_without_fast_env(2 passed, 24 skipped because Docker/Postgres is unavailable in this sandbox)