refactor(component): rename component to match its filename#432
Merged
tibo-openai merged 4 commits intoopenai:mainfrom Apr 21, 2025
Merged
Conversation
Collaborator
|
ty! |
zeekay
pushed a commit
to hanzoai/dev
that referenced
this pull request
Dec 22, 2025
- auto-drive retries overlong prompt_sent_to_cli instead of failing - agents: canonical alias dedupe + PATHEXT-aware cmd resolution and Gemini config fallback fixes openai#430 fixes openai#432 fixes openai#433
zeekay
pushed a commit
to hanzoai/dev
that referenced
this pull request
Dec 22, 2025
Replace the retry assistant insert with a fixed error string so the CLI clearly sees the overlong prompt error without echoing the long prompt. Persist the message in the conversation and simplify developer notes. fixes openai#432
zeekay
pushed a commit
to hanzoai/dev
that referenced
this pull request
Dec 22, 2025
Assistant message now keeps the raw model output; developer note carries the fixed guidance string so the coordinator sees both the failure context and the explicit <=600 notice. Build fast remains green. fixes openai#432
zeekay
pushed a commit
to hanzoai/dev
that referenced
this pull request
Dec 22, 2025
Add assistant retry note into the conversation so the Auto Drive card shows context while retrying overlong prompt_sent_to_cli errors. Developer guidance string remains in the conversation; raw model output stays in assistant message. fixes openai#432
zeekay
pushed a commit
to hanzoai/dev
that referenced
this pull request
Dec 22, 2025
Replace the retry Thinking event text with a neutral message so the Auto Drive card shows the retry without exposing prompt-length guidance to the user. Build fast remains green. fixes openai#432
zeekay
pushed a commit
to hanzoai/dev
that referenced
this pull request
Dec 22, 2025
- keep failed overlong coordinator outputs in the conversation, suppress compaction notices, and surface a retry action in the Auto Drive card so follow-up requests retain the error context - add explicit Action app event, pass compaction notice intent through to the TUI, and raise the coordinator worker stack to 1 MiB with an opt-in backtrace hook for debugging validation overflows - simplify bottom_spacer_hysteresis_requests_followup_frame to a known viewport pair to avoid FD exhaustion during repeated harness setup Fixes openai#432 Fixes openai#430 Fixes openai#433 Fixes openai#429
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.