fix: use current Codex max threads setting - #51
Open
mitrilmad wants to merge 1 commit into
Open
Conversation
Signed-off-by: mitrilmad <11910955+mitrilmad@users.noreply.github.com>
anupamjaiswall
added a commit
to anupamjaiswall/open-kritt-cli-only
that referenced
this pull request
Aug 23, 2026
…ritt-ai#52,Kritt-ai#77,Kritt-ai#85) - Kritt-ai#48 backend: validate scan workflow/post-script ids as positive DB ids - Kritt-ai#49 backend: reject duplicate output-format keys (workflow + post-script) - Kritt-ai#52 backend: atomic appendComments for vulnerability triage notes - Kritt-ai#77 engine: disable Claude Code model/refusal fallback on OpenRouter (resolved against main's CLAUDE_OPENROUTER_MODEL_ENV_KEYS pinning) - Kritt-ai#51 engine: codex agents.max_threads config key - Kritt-ai#85 cli: Docker/Compose preflight checks in ./kritt start
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.
What & why
Codex CLI rejects the obsolete
agents.max_concurrent_threads_per_sessionconfig key. Use the currentagents.max_threadskey in both fresh and resumed Codex command construction, and update the command-shape regressions.Type of change
fix— bug fixfeat— new featuredocs— documentation onlytestAffected components
Verification
ruff checkon changed files: passruff format --checkon changed files: passgit diff --check: passThe repository currently pins
psycopg[binary]==3.3.4, which was unavailable from the configured package index. The full suite used Python 3.11 withpsycopg[binary]==3.2.13; pytest remained at the pinned 9.1.1. No dependency file is changed by this PR.Checklist