feat: 为第三方提示词增强注入 search_context 上下文#16
Merged
missdeer merged 2 commits intoApr 10, 2026
Merged
Conversation
Owner
|
看下来没有什么大问题,如果能把CI/Linting修好的话就可以合入。 |
Contributor
Author
|
应该已经修掉 lint 问题并推了新 commit了,佬... |
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.
变更说明
PROMPT_ENHANCER_INCLUDE_SEARCH_CONTEXT开关claude/openai/gemini/codex端点前,先执行一次search_context并将检索结果注入增强输入--enhance-prompt单次模式链路,保证第三方增强在需要时仍可复用 ACE 检索凭证测试
cargo test --quiet审阅提示
new/old两条官方增强链路的行为未改动--enhance-prompt单次模式下,只有同时提供--base-url和--token时才会启用 ACE 检索;若只提供其中一个会直接报错project_root或 ACE 检索配置,会返回真实错误,不做静默降级