sync: update from private repo (0cddeaa)

This commit is contained in:
oss-sync
2026-06-04 00:34:55 +00:00
parent f5c7666f6b
commit 21be01b699
19 changed files with 1065 additions and 37 deletions
@@ -24,6 +24,13 @@ export function SafetyForm({ config, onChange }: SectionFormProps) {
<HelpText> movement デフォルト: 3</HelpText>
</div>
<div>
<FieldLabel>Max Tool Loop Repeats</FieldLabel>
<FieldInput type="number" value={safety.maxToolLoopRepeats ?? 5}
onChange={v => onChange('safety.maxToolLoopRepeats', Number(v))} />
<HelpText> movement 2デフォルト: 51</HelpText>
</div>
<div>
<FieldLabel>Prompt Guard Ratio</FieldLabel>
<FieldInput type="number" value={safety.promptGuardRatio ?? 0.8}