The create composer's "Open the OK editor in web view." directive now…#453
Merged
Conversation
…ef (#2400) The create composer appended the autoOpen "Open the OK editor in web view." directive to the last line of the prompt body, which glued it onto the final line of the blockquoted brief (or the last @-mention line): Here's what I'd like to do in this OpenKnowledge project: > draft a spec Open the OK editor in web view. Inside the blockquote it reads as part of the user's own quoted words, so the receiving agent never saw it as an instruction and users reported the directive missing from create handoffs entirely. The trailer now rides its own paragraph whenever the prompt has a body. Bare create directives (no brief, no mentions) keep the same-line shape the other scope composers use, and autoOpen=false still drops the trailer. GitOrigin-RevId: 62e9e9e7fb2f18b105f15be2fd7d1356e1a6648d
Contributor
There was a problem hiding this comment.
Automated approval from agents-private public-mirror-sync (run: https://github.com/inkeep/agents-private/actions/runs/28628479609). Source of truth is the monorepo; direct edits on inkeep/open-knowledge are overwritten on next sync.
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.
The create composer's "Open the OK editor in web view." directive now rides
its own paragraph. It was appended to the last line of the prompt body, which
glued it onto the final line of your blockquoted brief (or the last
@-mention), so it read as part of your own quoted words — effectivelyinvisible as an instruction to the receiving agent. Bare create prompts (no
brief, no mentions) keep the same single-line shape as the other handoff
prompts, and turning
appearance.preview.autoOpenoff still drops thedirective entirely.