Skip to content

fix(agent): continue on CJK intent acknowledgements - #55758

Closed
kyssta-exe wants to merge 1 commit into
NousResearch:mainfrom
kyssta-exe:auto-fix/issue-55664
Closed

kyssta-exe wants to merge 1 commit into
NousResearch:mainfrom
kyssta-exe:auto-fix/issue-55664

Conversation

@kyssta-exe

Copy link
Copy Markdown
Contributor

Fixes #55664.\n\nIntent-ack continuation now recognizes concrete CJK future-ack phrases and tool-like action verbs, so opted-in non-English responses that only announce the next action get continued instead of ending the turn. Added a regression test for the reported Chinese ack shape while keeping existing guardrail coverage.\n\nTests:\n- scripts/run_tests.sh tests/agent/test_intent_ack_continuation.py -k 'non_english_cjk or all_path_drops_workspace_requirement or conversational_reply_without_action_verb'

@alt-glitch alt-glitch added type/bug Something isn't working comp/agent Core agent runtime: loop, agent_init, prompt builder, context-compression, responses endpoint P2 Medium — degraded but workaround exists labels Jun 30, 2026
@alt-glitch

Copy link
Copy Markdown
Contributor

This was generated by AI during triage.

Competing/subset fix for #55664 (intent-ack continuation never fires for CJK responses). This is one of three OPEN PRs editing looks_like_codex_intermediate_ack() in agent/agent_runtime_helpers.py for the same issue: #55670 (earliest, broadest — CJK future-ack + action/workspace markers + 5 regression tests) looks canonical, #55681 (future-ack patterns only), and this PR. Competing OPEN impls of one issue are related, not duplicates — a human should pick one (#55670 is the most complete). Also related to #26913 (Chinese-ack extension of the same detector).

@kyssta-exe

Copy link
Copy Markdown
Contributor Author

Stale — 14-24 days without merge activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/agent Core agent runtime: loop, agent_init, prompt builder, context-compression, responses endpoint P2 Medium — degraded but workaround exists type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

intent-ack continuation never fires for non-English (CJK) responses — English-only regex in looks_like_codex_intermediate_ack

3 participants