Feat ( VCPTavern ):添加" first _ user "目标进行嵌入和相关注入#304
Merged
lioensky merged 1 commit intolioensky:mainfrom Apr 24, 2026
Merged
Conversation
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.
加入" first _ user "作为VCPTavern嵌入和相对注入规则的新目标。
用户需要注入相对于第一个用户消息(例如,会话语境应该在会话的早期出现)的内容。目前仅支持系统、Last _ User和All _ User。
变化
Plugin/VCPTavern/VCPTavern.js (+20 lines)Add first_user branch in embed loop and relative loop,symmetric with existing last_user logic.
AdminPanel-Vue/src/api/vcptavern.ts (+1 line)Add "first_user" to RuleTarget union type.
AdminPanel-Vue/src/views/VcptavernEditor.vue (+1 line)Add "第一个用户消息" option to target dropdown.
Risk
Minimal — pure additive else if branches.No existing code paths modified.