fix minor bugs such as maximum depth limit, settings dialog cases and build

This commit is contained in:
A.K.M. Adib
2026-03-10 14:36:16 -04:00
parent 6f00cb31b8
commit 8cd20301b7
15 changed files with 1057 additions and 1044 deletions

View File

@@ -1052,11 +1052,16 @@ export const AskUserDialog: React.FC<AskUserDialogProps> = ({
isActive: questions.length > 1 && !submitted,
});
const onSubmitRef = useRef(onSubmit);
useEffect(() => {
onSubmitRef.current = onSubmit;
}, [onSubmit]);
useEffect(() => {
if (submitted) {
onSubmit(answers);
onSubmitRef.current(answers);
}
}, [submitted, answers, onSubmit]);
}, [submitted, answers]);
const handleAnswer = useCallback(
(answer: string) => {

View File

@@ -20,6 +20,8 @@ import {
import * as fs from 'node:fs';
import { useKeyMatchers } from '../hooks/useKeyMatchers.js';
import { createMockSettings } from '../../test-utils/mockConfig.js';
vi.mock('../utils/editorUtils.js', () => ({
openFileInEditor: vi.fn(),
}));
@@ -151,6 +153,7 @@ Implement a comprehensive authentication system with multiple providers.
/>,
{
...options,
settings: createMockSettings(),
config: {
getTargetDir: () => mockTargetDir,
getIdeMode: () => false,
@@ -165,6 +168,7 @@ Implement a comprehensive authentication system with multiple providers.
}),
getUseAlternateBuffer: () => options?.useAlternateBuffer ?? true,
getClearContextOnPlanApproval: () => undefined,
getClearContextOnPlanApprovalSessionOverride: () => undefined,
setClearContextOnPlanApprovalSessionOverride: vi.fn(),
} as unknown as import('@google/gemini-cli-core').Config,
},
@@ -459,6 +463,7 @@ Implement a comprehensive authentication system with multiple providers.
</BubbleListener>,
{
useAlternateBuffer,
settings: createMockSettings(),
config: {
getTargetDir: () => mockTargetDir,
getIdeMode: () => false,
@@ -472,6 +477,7 @@ Implement a comprehensive authentication system with multiple providers.
}),
getUseAlternateBuffer: () => useAlternateBuffer ?? true,
getClearContextOnPlanApproval: () => undefined,
getClearContextOnPlanApprovalSessionOverride: () => undefined,
setClearContextOnPlanApprovalSessionOverride: vi.fn(),
} as unknown as import('@google/gemini-cli-core').Config,
},

View File

@@ -175,7 +175,7 @@ export const ExitPlanModeDialog: React.FC<ExitPlanModeDialogProps> = ({
mode: ApprovalMode;
clear: boolean;
} | null>(null);
const { setSetting } = useSettingsStore();
const { settings, setSetting } = useSettingsStore();
useEffect(() => {
if (pendingApproval) {
@@ -294,7 +294,12 @@ export const ExitPlanModeDialog: React.FC<ExitPlanModeDialogProps> = ({
}
if (nextMode) {
const clearContext = config.getClearContextOnPlanApproval();
const sessionOverride =
config.getClearContextOnPlanApprovalSessionOverride();
const persistentSetting =
settings.merged.general?.plan?.clearContextOnApproval;
const clearContext = sessionOverride ?? persistentSetting;
if (clearContext !== undefined) {
onApprove(nextMode, clearContext);
} else {

View File

@@ -275,7 +275,7 @@ export function SettingsDialog({
let newValue: SettingsValue;
if (definition?.type === 'boolean') {
if (typeof currentValue !== 'boolean') {
if (typeof currentValue !== 'boolean' && currentValue !== undefined) {
return;
}
newValue = !currentValue;

View File

@@ -4,142 +4,142 @@
</style>
<rect width="920" height="751" fill="#000000" />
<g transform="translate(10, 10)">
<text x="0" y="2" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="2" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="36" fill="#ffffff" textLength="99" lengthAdjust="spacingAndGlyphs" font-weight="bold">&gt; Settings </text>
<text x="891" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="70" fill="#d7ffd7" textLength="864" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="891" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="87" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="85" width="9" height="17" fill="#ffffff" />
<text x="36" y="87" fill="#000000" textLength="9" lengthAdjust="spacingAndGlyphs">S</text>
<text x="45" y="87" fill="#afafaf" textLength="135" lengthAdjust="spacingAndGlyphs">earch to filter</text>
<text x="45" y="87" fill="#a8a8a8" textLength="135" lengthAdjust="spacingAndGlyphs">earch to filter</text>
<text x="873" y="87" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="104" fill="#d7ffd7" textLength="864" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="153" width="9" height="17" fill="#005f00" />
<text x="891" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="153" width="9" height="17" fill="#008700" />
<text x="27" y="155" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="153" width="9" height="17" fill="#005f00" />
<rect x="45" y="153" width="72" height="17" fill="#005f00" />
<rect x="36" y="153" width="9" height="17" fill="#008700" />
<rect x="45" y="153" width="72" height="17" fill="#008700" />
<text x="45" y="155" fill="#d7ffd7" textLength="72" lengthAdjust="spacingAndGlyphs">Vim Mode</text>
<rect x="117" y="153" width="711" height="17" fill="#005f00" />
<rect x="828" y="153" width="45" height="17" fill="#005f00" />
<rect x="117" y="153" width="711" height="17" fill="#008700" />
<rect x="828" y="153" width="45" height="17" fill="#008700" />
<text x="828" y="155" fill="#d7ffd7" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="170" width="18" height="17" fill="#005f00" />
<rect x="45" y="170" width="198" height="17" fill="#005f00" />
<text x="45" y="172" fill="#afafaf" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<rect x="243" y="170" width="630" height="17" fill="#005f00" />
<text x="891" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="170" width="18" height="17" fill="#008700" />
<rect x="45" y="170" width="198" height="17" fill="#008700" />
<text x="45" y="172" fill="#a8a8a8" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<rect x="243" y="170" width="630" height="17" fill="#008700" />
<text x="891" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="206" fill="#ffffff" textLength="189" lengthAdjust="spacingAndGlyphs">Default Approval Mode</text>
<text x="810" y="206" fill="#afafaf" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#afafaf" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="810" y="206" fill="#a8a8a8" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#a8a8a8" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="257" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Enable Auto Update</text>
<text x="837" y="257" fill="#afafaf" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#afafaf" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="837" y="257" fill="#a8a8a8" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#a8a8a8" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="308" fill="#ffffff" textLength="180" lengthAdjust="spacingAndGlyphs">Enable Notifications</text>
<text x="828" y="308" fill="#afafaf" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#afafaf" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="828" y="308" fill="#a8a8a8" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#a8a8a8" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="359" fill="#ffffff" textLength="126" lengthAdjust="spacingAndGlyphs">Plan Directory</text>
<text x="792" y="359" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="359" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="410" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Plan Model Routing</text>
<text x="837" y="410" fill="#afafaf" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#afafaf" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="837" y="410" fill="#a8a8a8" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#a8a8a8" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="461" fill="#ffffff" textLength="270" lengthAdjust="spacingAndGlyphs">Clear Context on Plan Approval</text>
<text x="792" y="461" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="461" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="512" fill="#ffffff" textLength="207" lengthAdjust="spacingAndGlyphs">Max Chat Model Attempts</text>
<text x="855" y="512" fill="#afafaf" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#afafaf" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="855" y="512" fill="#a8a8a8" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#a8a8a8" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="9" y="597" fill="#ffffff" textLength="882" lengthAdjust="spacingAndGlyphs"> Apply To </text>
<text x="891" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#005f00" />
<text x="891" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#008700" />
<text x="27" y="614" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="612" width="9" height="17" fill="#005f00" />
<rect x="45" y="612" width="117" height="17" fill="#005f00" />
<rect x="36" y="612" width="9" height="17" fill="#008700" />
<rect x="45" y="612" width="117" height="17" fill="#008700" />
<text x="45" y="614" fill="#d7ffd7" textLength="117" lengthAdjust="spacingAndGlyphs">User Settings</text>
<rect x="162" y="612" width="711" height="17" fill="#005f00" />
<text x="891" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="162" y="612" width="711" height="17" fill="#008700" />
<text x="891" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="631" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Workspace Settings</text>
<text x="891" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="648" fill="#ffffff" textLength="135" lengthAdjust="spacingAndGlyphs">System Settings</text>
<text x="891" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#afafaf" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#a8a8a8" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -4,142 +4,142 @@
</style>
<rect width="920" height="751" fill="#000000" />
<g transform="translate(10, 10)">
<text x="0" y="2" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="2" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="36" fill="#ffffff" textLength="99" lengthAdjust="spacingAndGlyphs" font-weight="bold">&gt; Settings </text>
<text x="891" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="70" fill="#d7ffd7" textLength="864" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="891" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="87" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="85" width="9" height="17" fill="#ffffff" />
<text x="36" y="87" fill="#000000" textLength="9" lengthAdjust="spacingAndGlyphs">S</text>
<text x="45" y="87" fill="#afafaf" textLength="135" lengthAdjust="spacingAndGlyphs">earch to filter</text>
<text x="45" y="87" fill="#a8a8a8" textLength="135" lengthAdjust="spacingAndGlyphs">earch to filter</text>
<text x="873" y="87" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="104" fill="#d7ffd7" textLength="864" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="153" width="9" height="17" fill="#005f00" />
<text x="891" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="153" width="9" height="17" fill="#008700" />
<text x="27" y="155" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="153" width="9" height="17" fill="#005f00" />
<rect x="45" y="153" width="72" height="17" fill="#005f00" />
<rect x="36" y="153" width="9" height="17" fill="#008700" />
<rect x="45" y="153" width="72" height="17" fill="#008700" />
<text x="45" y="155" fill="#d7ffd7" textLength="72" lengthAdjust="spacingAndGlyphs">Vim Mode</text>
<rect x="117" y="153" width="711" height="17" fill="#005f00" />
<rect x="828" y="153" width="45" height="17" fill="#005f00" />
<rect x="117" y="153" width="711" height="17" fill="#008700" />
<rect x="828" y="153" width="45" height="17" fill="#008700" />
<text x="828" y="155" fill="#d7ffd7" textLength="45" lengthAdjust="spacingAndGlyphs">true*</text>
<text x="891" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="170" width="18" height="17" fill="#005f00" />
<rect x="45" y="170" width="198" height="17" fill="#005f00" />
<text x="45" y="172" fill="#afafaf" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<rect x="243" y="170" width="630" height="17" fill="#005f00" />
<text x="891" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="170" width="18" height="17" fill="#008700" />
<rect x="45" y="170" width="198" height="17" fill="#008700" />
<text x="45" y="172" fill="#a8a8a8" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<rect x="243" y="170" width="630" height="17" fill="#008700" />
<text x="891" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="206" fill="#ffffff" textLength="189" lengthAdjust="spacingAndGlyphs">Default Approval Mode</text>
<text x="810" y="206" fill="#afafaf" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#afafaf" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="810" y="206" fill="#a8a8a8" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#a8a8a8" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="257" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Enable Auto Update</text>
<text x="837" y="257" fill="#afafaf" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#afafaf" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="837" y="257" fill="#a8a8a8" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#a8a8a8" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="308" fill="#ffffff" textLength="180" lengthAdjust="spacingAndGlyphs">Enable Notifications</text>
<text x="828" y="308" fill="#afafaf" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#afafaf" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="828" y="308" fill="#a8a8a8" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#a8a8a8" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="359" fill="#ffffff" textLength="126" lengthAdjust="spacingAndGlyphs">Plan Directory</text>
<text x="792" y="359" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="359" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="410" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Plan Model Routing</text>
<text x="837" y="410" fill="#afafaf" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#afafaf" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="837" y="410" fill="#a8a8a8" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#a8a8a8" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="461" fill="#ffffff" textLength="270" lengthAdjust="spacingAndGlyphs">Clear Context on Plan Approval</text>
<text x="792" y="461" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="461" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="512" fill="#ffffff" textLength="207" lengthAdjust="spacingAndGlyphs">Max Chat Model Attempts</text>
<text x="855" y="512" fill="#afafaf" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#afafaf" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="855" y="512" fill="#a8a8a8" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#a8a8a8" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="9" y="597" fill="#ffffff" textLength="882" lengthAdjust="spacingAndGlyphs"> Apply To </text>
<text x="891" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#005f00" />
<text x="891" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#008700" />
<text x="27" y="614" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="612" width="9" height="17" fill="#005f00" />
<rect x="45" y="612" width="117" height="17" fill="#005f00" />
<rect x="36" y="612" width="9" height="17" fill="#008700" />
<rect x="45" y="612" width="117" height="17" fill="#008700" />
<text x="45" y="614" fill="#d7ffd7" textLength="117" lengthAdjust="spacingAndGlyphs">User Settings</text>
<rect x="162" y="612" width="711" height="17" fill="#005f00" />
<text x="891" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="162" y="612" width="711" height="17" fill="#008700" />
<text x="891" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="631" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Workspace Settings</text>
<text x="891" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="648" fill="#ffffff" textLength="135" lengthAdjust="spacingAndGlyphs">System Settings</text>
<text x="891" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#afafaf" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#a8a8a8" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -4,142 +4,142 @@
</style>
<rect width="920" height="751" fill="#000000" />
<g transform="translate(10, 10)">
<text x="0" y="2" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="2" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="36" fill="#ffffff" textLength="99" lengthAdjust="spacingAndGlyphs" font-weight="bold">&gt; Settings </text>
<text x="891" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="70" fill="#d7ffd7" textLength="864" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="891" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="87" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="85" width="9" height="17" fill="#ffffff" />
<text x="36" y="87" fill="#000000" textLength="9" lengthAdjust="spacingAndGlyphs">S</text>
<text x="45" y="87" fill="#afafaf" textLength="135" lengthAdjust="spacingAndGlyphs">earch to filter</text>
<text x="45" y="87" fill="#a8a8a8" textLength="135" lengthAdjust="spacingAndGlyphs">earch to filter</text>
<text x="873" y="87" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="104" fill="#d7ffd7" textLength="864" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="153" width="9" height="17" fill="#005f00" />
<text x="891" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="153" width="9" height="17" fill="#008700" />
<text x="27" y="155" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="153" width="9" height="17" fill="#005f00" />
<rect x="45" y="153" width="72" height="17" fill="#005f00" />
<rect x="36" y="153" width="9" height="17" fill="#008700" />
<rect x="45" y="153" width="72" height="17" fill="#008700" />
<text x="45" y="155" fill="#d7ffd7" textLength="72" lengthAdjust="spacingAndGlyphs">Vim Mode</text>
<rect x="117" y="153" width="702" height="17" fill="#005f00" />
<rect x="819" y="153" width="54" height="17" fill="#005f00" />
<rect x="117" y="153" width="702" height="17" fill="#008700" />
<rect x="819" y="153" width="54" height="17" fill="#008700" />
<text x="819" y="155" fill="#d7ffd7" textLength="54" lengthAdjust="spacingAndGlyphs">false*</text>
<text x="891" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="170" width="18" height="17" fill="#005f00" />
<rect x="45" y="170" width="198" height="17" fill="#005f00" />
<text x="45" y="172" fill="#afafaf" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<rect x="243" y="170" width="630" height="17" fill="#005f00" />
<text x="891" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="170" width="18" height="17" fill="#008700" />
<rect x="45" y="170" width="198" height="17" fill="#008700" />
<text x="45" y="172" fill="#a8a8a8" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<rect x="243" y="170" width="630" height="17" fill="#008700" />
<text x="891" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="206" fill="#ffffff" textLength="189" lengthAdjust="spacingAndGlyphs">Default Approval Mode</text>
<text x="810" y="206" fill="#afafaf" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#afafaf" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="810" y="206" fill="#a8a8a8" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#a8a8a8" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="257" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Enable Auto Update</text>
<text x="828" y="257" fill="#ffffff" textLength="45" lengthAdjust="spacingAndGlyphs">true*</text>
<text x="891" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#afafaf" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#a8a8a8" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="308" fill="#ffffff" textLength="180" lengthAdjust="spacingAndGlyphs">Enable Notifications</text>
<text x="828" y="308" fill="#afafaf" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#afafaf" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="828" y="308" fill="#a8a8a8" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#a8a8a8" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="359" fill="#ffffff" textLength="126" lengthAdjust="spacingAndGlyphs">Plan Directory</text>
<text x="792" y="359" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="359" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="410" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Plan Model Routing</text>
<text x="837" y="410" fill="#afafaf" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#afafaf" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="837" y="410" fill="#a8a8a8" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#a8a8a8" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="461" fill="#ffffff" textLength="270" lengthAdjust="spacingAndGlyphs">Clear Context on Plan Approval</text>
<text x="792" y="461" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="461" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="512" fill="#ffffff" textLength="207" lengthAdjust="spacingAndGlyphs">Max Chat Model Attempts</text>
<text x="855" y="512" fill="#afafaf" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#afafaf" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="855" y="512" fill="#a8a8a8" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#a8a8a8" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="9" y="597" fill="#ffffff" textLength="882" lengthAdjust="spacingAndGlyphs"> Apply To </text>
<text x="891" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#005f00" />
<text x="891" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#008700" />
<text x="27" y="614" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="612" width="9" height="17" fill="#005f00" />
<rect x="45" y="612" width="117" height="17" fill="#005f00" />
<rect x="36" y="612" width="9" height="17" fill="#008700" />
<rect x="45" y="612" width="117" height="17" fill="#008700" />
<text x="45" y="614" fill="#d7ffd7" textLength="117" lengthAdjust="spacingAndGlyphs">User Settings</text>
<rect x="162" y="612" width="711" height="17" fill="#005f00" />
<text x="891" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="162" y="612" width="711" height="17" fill="#008700" />
<text x="891" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="631" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Workspace Settings</text>
<text x="891" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="648" fill="#ffffff" textLength="135" lengthAdjust="spacingAndGlyphs">System Settings</text>
<text x="891" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#afafaf" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#a8a8a8" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -4,142 +4,142 @@
</style>
<rect width="920" height="751" fill="#000000" />
<g transform="translate(10, 10)">
<text x="0" y="2" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="2" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="36" fill="#ffffff" textLength="99" lengthAdjust="spacingAndGlyphs" font-weight="bold">&gt; Settings </text>
<text x="891" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="70" fill="#d7ffd7" textLength="864" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="891" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="87" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="85" width="9" height="17" fill="#ffffff" />
<text x="36" y="87" fill="#000000" textLength="9" lengthAdjust="spacingAndGlyphs">S</text>
<text x="45" y="87" fill="#afafaf" textLength="135" lengthAdjust="spacingAndGlyphs">earch to filter</text>
<text x="45" y="87" fill="#a8a8a8" textLength="135" lengthAdjust="spacingAndGlyphs">earch to filter</text>
<text x="873" y="87" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="104" fill="#d7ffd7" textLength="864" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="153" width="9" height="17" fill="#005f00" />
<text x="891" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="153" width="9" height="17" fill="#008700" />
<text x="27" y="155" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="153" width="9" height="17" fill="#005f00" />
<rect x="45" y="153" width="72" height="17" fill="#005f00" />
<rect x="36" y="153" width="9" height="17" fill="#008700" />
<rect x="45" y="153" width="72" height="17" fill="#008700" />
<text x="45" y="155" fill="#d7ffd7" textLength="72" lengthAdjust="spacingAndGlyphs">Vim Mode</text>
<rect x="117" y="153" width="711" height="17" fill="#005f00" />
<rect x="828" y="153" width="45" height="17" fill="#005f00" />
<rect x="117" y="153" width="711" height="17" fill="#008700" />
<rect x="828" y="153" width="45" height="17" fill="#008700" />
<text x="828" y="155" fill="#d7ffd7" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="170" width="18" height="17" fill="#005f00" />
<rect x="45" y="170" width="198" height="17" fill="#005f00" />
<text x="45" y="172" fill="#afafaf" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<rect x="243" y="170" width="630" height="17" fill="#005f00" />
<text x="891" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="170" width="18" height="17" fill="#008700" />
<rect x="45" y="170" width="198" height="17" fill="#008700" />
<text x="45" y="172" fill="#a8a8a8" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<rect x="243" y="170" width="630" height="17" fill="#008700" />
<text x="891" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="206" fill="#ffffff" textLength="189" lengthAdjust="spacingAndGlyphs">Default Approval Mode</text>
<text x="810" y="206" fill="#afafaf" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#afafaf" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="810" y="206" fill="#a8a8a8" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#a8a8a8" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="257" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Enable Auto Update</text>
<text x="837" y="257" fill="#afafaf" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#afafaf" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="837" y="257" fill="#a8a8a8" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#a8a8a8" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="308" fill="#ffffff" textLength="180" lengthAdjust="spacingAndGlyphs">Enable Notifications</text>
<text x="828" y="308" fill="#afafaf" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#afafaf" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="828" y="308" fill="#a8a8a8" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#a8a8a8" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="359" fill="#ffffff" textLength="126" lengthAdjust="spacingAndGlyphs">Plan Directory</text>
<text x="792" y="359" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="359" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="410" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Plan Model Routing</text>
<text x="837" y="410" fill="#afafaf" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#afafaf" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="837" y="410" fill="#a8a8a8" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#a8a8a8" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="461" fill="#ffffff" textLength="270" lengthAdjust="spacingAndGlyphs">Clear Context on Plan Approval</text>
<text x="792" y="461" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="461" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="512" fill="#ffffff" textLength="207" lengthAdjust="spacingAndGlyphs">Max Chat Model Attempts</text>
<text x="855" y="512" fill="#afafaf" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#afafaf" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="855" y="512" fill="#a8a8a8" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#a8a8a8" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="9" y="597" fill="#ffffff" textLength="882" lengthAdjust="spacingAndGlyphs"> Apply To </text>
<text x="891" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#005f00" />
<text x="891" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#008700" />
<text x="27" y="614" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="612" width="9" height="17" fill="#005f00" />
<rect x="45" y="612" width="117" height="17" fill="#005f00" />
<rect x="36" y="612" width="9" height="17" fill="#008700" />
<rect x="45" y="612" width="117" height="17" fill="#008700" />
<text x="45" y="614" fill="#d7ffd7" textLength="117" lengthAdjust="spacingAndGlyphs">User Settings</text>
<rect x="162" y="612" width="711" height="17" fill="#005f00" />
<text x="891" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="162" y="612" width="711" height="17" fill="#008700" />
<text x="891" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="631" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Workspace Settings</text>
<text x="891" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="648" fill="#ffffff" textLength="135" lengthAdjust="spacingAndGlyphs">System Settings</text>
<text x="891" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#afafaf" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#a8a8a8" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -4,142 +4,142 @@
</style>
<rect width="920" height="751" fill="#000000" />
<g transform="translate(10, 10)">
<text x="0" y="2" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="2" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="36" fill="#ffffff" textLength="99" lengthAdjust="spacingAndGlyphs" font-weight="bold">&gt; Settings </text>
<text x="891" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="70" fill="#d7ffd7" textLength="864" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="891" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="87" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="85" width="9" height="17" fill="#ffffff" />
<text x="36" y="87" fill="#000000" textLength="9" lengthAdjust="spacingAndGlyphs">S</text>
<text x="45" y="87" fill="#afafaf" textLength="135" lengthAdjust="spacingAndGlyphs">earch to filter</text>
<text x="45" y="87" fill="#a8a8a8" textLength="135" lengthAdjust="spacingAndGlyphs">earch to filter</text>
<text x="873" y="87" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="104" fill="#d7ffd7" textLength="864" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="153" width="9" height="17" fill="#005f00" />
<text x="891" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="153" width="9" height="17" fill="#008700" />
<text x="27" y="155" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="153" width="9" height="17" fill="#005f00" />
<rect x="45" y="153" width="72" height="17" fill="#005f00" />
<rect x="36" y="153" width="9" height="17" fill="#008700" />
<rect x="45" y="153" width="72" height="17" fill="#008700" />
<text x="45" y="155" fill="#d7ffd7" textLength="72" lengthAdjust="spacingAndGlyphs">Vim Mode</text>
<rect x="117" y="153" width="711" height="17" fill="#005f00" />
<rect x="828" y="153" width="45" height="17" fill="#005f00" />
<rect x="117" y="153" width="711" height="17" fill="#008700" />
<rect x="828" y="153" width="45" height="17" fill="#008700" />
<text x="828" y="155" fill="#d7ffd7" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="170" width="18" height="17" fill="#005f00" />
<rect x="45" y="170" width="198" height="17" fill="#005f00" />
<text x="45" y="172" fill="#afafaf" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<rect x="243" y="170" width="630" height="17" fill="#005f00" />
<text x="891" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="170" width="18" height="17" fill="#008700" />
<rect x="45" y="170" width="198" height="17" fill="#008700" />
<text x="45" y="172" fill="#a8a8a8" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<rect x="243" y="170" width="630" height="17" fill="#008700" />
<text x="891" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="206" fill="#ffffff" textLength="189" lengthAdjust="spacingAndGlyphs">Default Approval Mode</text>
<text x="810" y="206" fill="#afafaf" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#afafaf" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="810" y="206" fill="#a8a8a8" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#a8a8a8" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="257" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Enable Auto Update</text>
<text x="837" y="257" fill="#afafaf" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#afafaf" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="837" y="257" fill="#a8a8a8" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#a8a8a8" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="308" fill="#ffffff" textLength="180" lengthAdjust="spacingAndGlyphs">Enable Notifications</text>
<text x="828" y="308" fill="#afafaf" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#afafaf" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="828" y="308" fill="#a8a8a8" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#a8a8a8" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="359" fill="#ffffff" textLength="126" lengthAdjust="spacingAndGlyphs">Plan Directory</text>
<text x="792" y="359" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="359" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="410" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Plan Model Routing</text>
<text x="837" y="410" fill="#afafaf" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#afafaf" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="837" y="410" fill="#a8a8a8" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#a8a8a8" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="461" fill="#ffffff" textLength="270" lengthAdjust="spacingAndGlyphs">Clear Context on Plan Approval</text>
<text x="792" y="461" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="461" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="512" fill="#ffffff" textLength="207" lengthAdjust="spacingAndGlyphs">Max Chat Model Attempts</text>
<text x="855" y="512" fill="#afafaf" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#afafaf" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="855" y="512" fill="#a8a8a8" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#a8a8a8" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="9" y="597" fill="#ffffff" textLength="882" lengthAdjust="spacingAndGlyphs"> Apply To </text>
<text x="891" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#005f00" />
<text x="891" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#008700" />
<text x="27" y="614" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="612" width="9" height="17" fill="#005f00" />
<rect x="45" y="612" width="117" height="17" fill="#005f00" />
<rect x="36" y="612" width="9" height="17" fill="#008700" />
<rect x="45" y="612" width="117" height="17" fill="#008700" />
<text x="45" y="614" fill="#d7ffd7" textLength="117" lengthAdjust="spacingAndGlyphs">User Settings</text>
<rect x="162" y="612" width="711" height="17" fill="#005f00" />
<text x="891" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="162" y="612" width="711" height="17" fill="#008700" />
<text x="891" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="631" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Workspace Settings</text>
<text x="891" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="648" fill="#ffffff" textLength="135" lengthAdjust="spacingAndGlyphs">System Settings</text>
<text x="891" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#afafaf" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#a8a8a8" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -4,136 +4,136 @@
</style>
<rect width="920" height="751" fill="#000000" />
<g transform="translate(10, 10)">
<text x="0" y="2" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="2" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="9" y="36" fill="#ffffff" textLength="882" lengthAdjust="spacingAndGlyphs"> Settings </text>
<text x="891" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="70" fill="#878787" textLength="864" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="891" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="36" y="87" fill="#afafaf" textLength="144" lengthAdjust="spacingAndGlyphs">Search to filter</text>
<text x="873" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="104" fill="#878787" textLength="864" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="70" fill="#808080" textLength="864" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="891" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="36" y="87" fill="#a8a8a8" textLength="144" lengthAdjust="spacingAndGlyphs">Search to filter</text>
<text x="873" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="104" fill="#808080" textLength="864" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="155" fill="#ffffff" textLength="72" lengthAdjust="spacingAndGlyphs">Vim Mode</text>
<text x="828" y="155" fill="#afafaf" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="172" fill="#afafaf" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<text x="891" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="828" y="155" fill="#a8a8a8" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="172" fill="#a8a8a8" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<text x="891" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="206" fill="#ffffff" textLength="189" lengthAdjust="spacingAndGlyphs">Default Approval Mode</text>
<text x="810" y="206" fill="#afafaf" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#afafaf" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="810" y="206" fill="#a8a8a8" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#a8a8a8" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="257" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Enable Auto Update</text>
<text x="837" y="257" fill="#afafaf" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#afafaf" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="837" y="257" fill="#a8a8a8" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#a8a8a8" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="308" fill="#ffffff" textLength="180" lengthAdjust="spacingAndGlyphs">Enable Notifications</text>
<text x="828" y="308" fill="#afafaf" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#afafaf" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="828" y="308" fill="#a8a8a8" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#a8a8a8" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="359" fill="#ffffff" textLength="126" lengthAdjust="spacingAndGlyphs">Plan Directory</text>
<text x="792" y="359" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="359" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="410" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Plan Model Routing</text>
<text x="837" y="410" fill="#afafaf" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#afafaf" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="837" y="410" fill="#a8a8a8" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#a8a8a8" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="461" fill="#ffffff" textLength="270" lengthAdjust="spacingAndGlyphs">Clear Context on Plan Approval</text>
<text x="792" y="461" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="461" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="512" fill="#ffffff" textLength="207" lengthAdjust="spacingAndGlyphs">Max Chat Model Attempts</text>
<text x="855" y="512" fill="#afafaf" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#afafaf" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="855" y="512" fill="#a8a8a8" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#a8a8a8" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="597" fill="#ffffff" textLength="90" lengthAdjust="spacingAndGlyphs" font-weight="bold">&gt; Apply To</text>
<text x="891" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#005f00" />
<text x="891" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#008700" />
<text x="27" y="614" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="612" width="9" height="17" fill="#005f00" />
<rect x="45" y="612" width="18" height="17" fill="#005f00" />
<rect x="36" y="612" width="9" height="17" fill="#008700" />
<rect x="45" y="612" width="18" height="17" fill="#008700" />
<text x="45" y="614" fill="#d7ffd7" textLength="18" lengthAdjust="spacingAndGlyphs">1.</text>
<rect x="63" y="612" width="9" height="17" fill="#005f00" />
<rect x="72" y="612" width="117" height="17" fill="#005f00" />
<rect x="63" y="612" width="9" height="17" fill="#008700" />
<rect x="72" y="612" width="117" height="17" fill="#008700" />
<text x="72" y="614" fill="#d7ffd7" textLength="117" lengthAdjust="spacingAndGlyphs">User Settings</text>
<rect x="189" y="612" width="684" height="17" fill="#005f00" />
<text x="891" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="189" y="612" width="684" height="17" fill="#008700" />
<text x="891" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="631" fill="#ffffff" textLength="18" lengthAdjust="spacingAndGlyphs">2.</text>
<text x="72" y="631" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Workspace Settings</text>
<text x="891" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="648" fill="#ffffff" textLength="18" lengthAdjust="spacingAndGlyphs">3.</text>
<text x="72" y="648" fill="#ffffff" textLength="135" lengthAdjust="spacingAndGlyphs">System Settings</text>
<text x="891" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#afafaf" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#a8a8a8" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -4,142 +4,142 @@
</style>
<rect width="920" height="751" fill="#000000" />
<g transform="translate(10, 10)">
<text x="0" y="2" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="2" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="36" fill="#ffffff" textLength="99" lengthAdjust="spacingAndGlyphs" font-weight="bold">&gt; Settings </text>
<text x="891" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="70" fill="#d7ffd7" textLength="864" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="891" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="87" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="85" width="9" height="17" fill="#ffffff" />
<text x="36" y="87" fill="#000000" textLength="9" lengthAdjust="spacingAndGlyphs">S</text>
<text x="45" y="87" fill="#afafaf" textLength="135" lengthAdjust="spacingAndGlyphs">earch to filter</text>
<text x="45" y="87" fill="#a8a8a8" textLength="135" lengthAdjust="spacingAndGlyphs">earch to filter</text>
<text x="873" y="87" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="104" fill="#d7ffd7" textLength="864" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="153" width="9" height="17" fill="#005f00" />
<text x="891" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="153" width="9" height="17" fill="#008700" />
<text x="27" y="155" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="153" width="9" height="17" fill="#005f00" />
<rect x="45" y="153" width="72" height="17" fill="#005f00" />
<rect x="36" y="153" width="9" height="17" fill="#008700" />
<rect x="45" y="153" width="72" height="17" fill="#008700" />
<text x="45" y="155" fill="#d7ffd7" textLength="72" lengthAdjust="spacingAndGlyphs">Vim Mode</text>
<rect x="117" y="153" width="702" height="17" fill="#005f00" />
<rect x="819" y="153" width="54" height="17" fill="#005f00" />
<rect x="117" y="153" width="702" height="17" fill="#008700" />
<rect x="819" y="153" width="54" height="17" fill="#008700" />
<text x="819" y="155" fill="#d7ffd7" textLength="54" lengthAdjust="spacingAndGlyphs">false*</text>
<text x="891" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="170" width="18" height="17" fill="#005f00" />
<rect x="45" y="170" width="198" height="17" fill="#005f00" />
<text x="45" y="172" fill="#afafaf" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<rect x="243" y="170" width="630" height="17" fill="#005f00" />
<text x="891" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="170" width="18" height="17" fill="#008700" />
<rect x="45" y="170" width="198" height="17" fill="#008700" />
<text x="45" y="172" fill="#a8a8a8" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<rect x="243" y="170" width="630" height="17" fill="#008700" />
<text x="891" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="206" fill="#ffffff" textLength="189" lengthAdjust="spacingAndGlyphs">Default Approval Mode</text>
<text x="810" y="206" fill="#afafaf" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#afafaf" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="810" y="206" fill="#a8a8a8" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#a8a8a8" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="257" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Enable Auto Update</text>
<text x="819" y="257" fill="#ffffff" textLength="54" lengthAdjust="spacingAndGlyphs">false*</text>
<text x="891" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#afafaf" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#a8a8a8" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="308" fill="#ffffff" textLength="180" lengthAdjust="spacingAndGlyphs">Enable Notifications</text>
<text x="828" y="308" fill="#afafaf" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#afafaf" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="828" y="308" fill="#a8a8a8" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#a8a8a8" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="359" fill="#ffffff" textLength="126" lengthAdjust="spacingAndGlyphs">Plan Directory</text>
<text x="792" y="359" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="359" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="410" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Plan Model Routing</text>
<text x="837" y="410" fill="#afafaf" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#afafaf" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="837" y="410" fill="#a8a8a8" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#a8a8a8" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="461" fill="#ffffff" textLength="270" lengthAdjust="spacingAndGlyphs">Clear Context on Plan Approval</text>
<text x="792" y="461" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="461" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="512" fill="#ffffff" textLength="207" lengthAdjust="spacingAndGlyphs">Max Chat Model Attempts</text>
<text x="855" y="512" fill="#afafaf" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#afafaf" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="855" y="512" fill="#a8a8a8" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#a8a8a8" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="9" y="597" fill="#ffffff" textLength="882" lengthAdjust="spacingAndGlyphs"> Apply To </text>
<text x="891" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#005f00" />
<text x="891" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#008700" />
<text x="27" y="614" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="612" width="9" height="17" fill="#005f00" />
<rect x="45" y="612" width="117" height="17" fill="#005f00" />
<rect x="36" y="612" width="9" height="17" fill="#008700" />
<rect x="45" y="612" width="117" height="17" fill="#008700" />
<text x="45" y="614" fill="#d7ffd7" textLength="117" lengthAdjust="spacingAndGlyphs">User Settings</text>
<rect x="162" y="612" width="711" height="17" fill="#005f00" />
<text x="891" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="162" y="612" width="711" height="17" fill="#008700" />
<text x="891" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="631" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Workspace Settings</text>
<text x="891" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="648" fill="#ffffff" textLength="135" lengthAdjust="spacingAndGlyphs">System Settings</text>
<text x="891" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#afafaf" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#a8a8a8" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -4,142 +4,142 @@
</style>
<rect width="920" height="751" fill="#000000" />
<g transform="translate(10, 10)">
<text x="0" y="2" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="2" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="36" fill="#ffffff" textLength="99" lengthAdjust="spacingAndGlyphs" font-weight="bold">&gt; Settings </text>
<text x="891" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="70" fill="#d7ffd7" textLength="864" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="891" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="87" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="85" width="9" height="17" fill="#ffffff" />
<text x="36" y="87" fill="#000000" textLength="9" lengthAdjust="spacingAndGlyphs">S</text>
<text x="45" y="87" fill="#afafaf" textLength="135" lengthAdjust="spacingAndGlyphs">earch to filter</text>
<text x="45" y="87" fill="#a8a8a8" textLength="135" lengthAdjust="spacingAndGlyphs">earch to filter</text>
<text x="873" y="87" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="104" fill="#d7ffd7" textLength="864" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="153" width="9" height="17" fill="#005f00" />
<text x="891" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="153" width="9" height="17" fill="#008700" />
<text x="27" y="155" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="153" width="9" height="17" fill="#005f00" />
<rect x="45" y="153" width="72" height="17" fill="#005f00" />
<rect x="36" y="153" width="9" height="17" fill="#008700" />
<rect x="45" y="153" width="72" height="17" fill="#008700" />
<text x="45" y="155" fill="#d7ffd7" textLength="72" lengthAdjust="spacingAndGlyphs">Vim Mode</text>
<rect x="117" y="153" width="711" height="17" fill="#005f00" />
<rect x="828" y="153" width="45" height="17" fill="#005f00" />
<rect x="117" y="153" width="711" height="17" fill="#008700" />
<rect x="828" y="153" width="45" height="17" fill="#008700" />
<text x="828" y="155" fill="#d7ffd7" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="170" width="18" height="17" fill="#005f00" />
<rect x="45" y="170" width="198" height="17" fill="#005f00" />
<text x="45" y="172" fill="#afafaf" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<rect x="243" y="170" width="630" height="17" fill="#005f00" />
<text x="891" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="170" width="18" height="17" fill="#008700" />
<rect x="45" y="170" width="198" height="17" fill="#008700" />
<text x="45" y="172" fill="#a8a8a8" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<rect x="243" y="170" width="630" height="17" fill="#008700" />
<text x="891" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="206" fill="#ffffff" textLength="189" lengthAdjust="spacingAndGlyphs">Default Approval Mode</text>
<text x="810" y="206" fill="#afafaf" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#afafaf" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="810" y="206" fill="#a8a8a8" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#a8a8a8" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="257" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Enable Auto Update</text>
<text x="837" y="257" fill="#afafaf" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#afafaf" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="837" y="257" fill="#a8a8a8" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#a8a8a8" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="308" fill="#ffffff" textLength="180" lengthAdjust="spacingAndGlyphs">Enable Notifications</text>
<text x="828" y="308" fill="#afafaf" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#afafaf" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="828" y="308" fill="#a8a8a8" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#a8a8a8" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="359" fill="#ffffff" textLength="126" lengthAdjust="spacingAndGlyphs">Plan Directory</text>
<text x="792" y="359" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="359" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="410" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Plan Model Routing</text>
<text x="837" y="410" fill="#afafaf" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#afafaf" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="837" y="410" fill="#a8a8a8" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#a8a8a8" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="461" fill="#ffffff" textLength="270" lengthAdjust="spacingAndGlyphs">Clear Context on Plan Approval</text>
<text x="792" y="461" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="461" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="512" fill="#ffffff" textLength="207" lengthAdjust="spacingAndGlyphs">Max Chat Model Attempts</text>
<text x="855" y="512" fill="#afafaf" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#afafaf" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="855" y="512" fill="#a8a8a8" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#a8a8a8" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="9" y="597" fill="#ffffff" textLength="882" lengthAdjust="spacingAndGlyphs"> Apply To </text>
<text x="891" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#005f00" />
<text x="891" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#008700" />
<text x="27" y="614" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="612" width="9" height="17" fill="#005f00" />
<rect x="45" y="612" width="117" height="17" fill="#005f00" />
<rect x="36" y="612" width="9" height="17" fill="#008700" />
<rect x="45" y="612" width="117" height="17" fill="#008700" />
<text x="45" y="614" fill="#d7ffd7" textLength="117" lengthAdjust="spacingAndGlyphs">User Settings</text>
<rect x="162" y="612" width="711" height="17" fill="#005f00" />
<text x="891" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="162" y="612" width="711" height="17" fill="#008700" />
<text x="891" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="631" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Workspace Settings</text>
<text x="891" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="648" fill="#ffffff" textLength="135" lengthAdjust="spacingAndGlyphs">System Settings</text>
<text x="891" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#afafaf" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#a8a8a8" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -4,142 +4,142 @@
</style>
<rect width="920" height="751" fill="#000000" />
<g transform="translate(10, 10)">
<text x="0" y="2" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="2" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="0" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="19" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="36" fill="#ffffff" textLength="99" lengthAdjust="spacingAndGlyphs" font-weight="bold">&gt; Settings </text>
<text x="891" y="36" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="36" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="53" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="70" fill="#d7ffd7" textLength="864" lengthAdjust="spacingAndGlyphs">╭──────────────────────────────────────────────────────────────────────────────────────────────╮</text>
<text x="891" y="70" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="70" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="87" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="85" width="9" height="17" fill="#ffffff" />
<text x="36" y="87" fill="#000000" textLength="9" lengthAdjust="spacingAndGlyphs">S</text>
<text x="45" y="87" fill="#afafaf" textLength="135" lengthAdjust="spacingAndGlyphs">earch to filter</text>
<text x="45" y="87" fill="#a8a8a8" textLength="135" lengthAdjust="spacingAndGlyphs">earch to filter</text>
<text x="873" y="87" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="87" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="18" y="104" fill="#d7ffd7" textLength="864" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="104" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="153" width="9" height="17" fill="#005f00" />
<text x="891" y="104" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="121" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="138" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="138" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="153" width="9" height="17" fill="#008700" />
<text x="27" y="155" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="153" width="9" height="17" fill="#005f00" />
<rect x="45" y="153" width="72" height="17" fill="#005f00" />
<rect x="36" y="153" width="9" height="17" fill="#008700" />
<rect x="45" y="153" width="72" height="17" fill="#008700" />
<text x="45" y="155" fill="#d7ffd7" textLength="72" lengthAdjust="spacingAndGlyphs">Vim Mode</text>
<rect x="117" y="153" width="711" height="17" fill="#005f00" />
<rect x="828" y="153" width="45" height="17" fill="#005f00" />
<rect x="117" y="153" width="711" height="17" fill="#008700" />
<rect x="828" y="153" width="45" height="17" fill="#008700" />
<text x="828" y="155" fill="#d7ffd7" textLength="45" lengthAdjust="spacingAndGlyphs">true*</text>
<text x="891" y="155" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="170" width="18" height="17" fill="#005f00" />
<rect x="45" y="170" width="198" height="17" fill="#005f00" />
<text x="45" y="172" fill="#afafaf" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<rect x="243" y="170" width="630" height="17" fill="#005f00" />
<text x="891" y="172" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="155" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="170" width="18" height="17" fill="#008700" />
<rect x="45" y="170" width="198" height="17" fill="#008700" />
<text x="45" y="172" fill="#a8a8a8" textLength="198" lengthAdjust="spacingAndGlyphs">Enable Vim keybindings</text>
<rect x="243" y="170" width="630" height="17" fill="#008700" />
<text x="891" y="172" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="189" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="206" fill="#ffffff" textLength="189" lengthAdjust="spacingAndGlyphs">Default Approval Mode</text>
<text x="810" y="206" fill="#afafaf" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#afafaf" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="810" y="206" fill="#a8a8a8" textLength="63" lengthAdjust="spacingAndGlyphs">Default</text>
<text x="891" y="206" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="223" fill="#a8a8a8" textLength="738" lengthAdjust="spacingAndGlyphs">The default approval mode for tool execution. &apos;default&apos; prompts for approval, &apos;au…</text>
<text x="891" y="223" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="240" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="257" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Enable Auto Update</text>
<text x="819" y="257" fill="#ffffff" textLength="54" lengthAdjust="spacingAndGlyphs">false*</text>
<text x="891" y="257" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#afafaf" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="257" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="274" fill="#a8a8a8" textLength="225" lengthAdjust="spacingAndGlyphs">Enable automatic updates.</text>
<text x="891" y="274" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="291" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="308" fill="#ffffff" textLength="180" lengthAdjust="spacingAndGlyphs">Enable Notifications</text>
<text x="828" y="308" fill="#afafaf" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#afafaf" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="828" y="308" fill="#a8a8a8" textLength="45" lengthAdjust="spacingAndGlyphs">false</text>
<text x="891" y="308" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="325" fill="#a8a8a8" textLength="756" lengthAdjust="spacingAndGlyphs">Enable run-event notifications for action-required prompts and session completion. …</text>
<text x="891" y="325" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="342" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="359" fill="#ffffff" textLength="126" lengthAdjust="spacingAndGlyphs">Plan Directory</text>
<text x="792" y="359" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="359" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="359" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="376" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">The directory where planning artifacts are stored. If not specified, defaults t…</text>
<text x="891" y="376" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="393" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="410" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Plan Model Routing</text>
<text x="837" y="410" fill="#afafaf" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#afafaf" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="837" y="410" fill="#a8a8a8" textLength="36" lengthAdjust="spacingAndGlyphs">true</text>
<text x="891" y="410" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="427" fill="#a8a8a8" textLength="765" lengthAdjust="spacingAndGlyphs">Automatically switch between Pro and Flash models based on Plan Mode status. Uses Pr…</text>
<text x="891" y="427" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="444" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="461" fill="#ffffff" textLength="270" lengthAdjust="spacingAndGlyphs">Clear Context on Plan Approval</text>
<text x="792" y="461" fill="#afafaf" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#afafaf" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="792" y="461" fill="#a8a8a8" textLength="81" lengthAdjust="spacingAndGlyphs">undefined</text>
<text x="891" y="461" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="478" fill="#a8a8a8" textLength="720" lengthAdjust="spacingAndGlyphs">Automatically clear conversation context after a plan is approved and implement…</text>
<text x="891" y="478" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="495" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="512" fill="#ffffff" textLength="207" lengthAdjust="spacingAndGlyphs">Max Chat Model Attempts</text>
<text x="855" y="512" fill="#afafaf" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#afafaf" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#afafaf" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="855" y="512" fill="#a8a8a8" textLength="18" lengthAdjust="spacingAndGlyphs">10</text>
<text x="891" y="512" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="529" fill="#a8a8a8" textLength="729" lengthAdjust="spacingAndGlyphs">Maximum number of attempts for requests to the main chat model. Cannot exceed 10.</text>
<text x="891" y="529" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="546" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="563" fill="#a8a8a8" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="563" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="580" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="9" y="597" fill="#ffffff" textLength="882" lengthAdjust="spacingAndGlyphs"> Apply To </text>
<text x="891" y="597" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#005f00" />
<text x="891" y="597" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="27" y="612" width="9" height="17" fill="#008700" />
<text x="27" y="614" fill="#d7ffd7" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="36" y="612" width="9" height="17" fill="#005f00" />
<rect x="45" y="612" width="117" height="17" fill="#005f00" />
<rect x="36" y="612" width="9" height="17" fill="#008700" />
<rect x="45" y="612" width="117" height="17" fill="#008700" />
<text x="45" y="614" fill="#d7ffd7" textLength="117" lengthAdjust="spacingAndGlyphs">User Settings</text>
<rect x="162" y="612" width="711" height="17" fill="#005f00" />
<text x="891" y="614" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<rect x="162" y="612" width="711" height="17" fill="#008700" />
<text x="891" y="614" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="631" fill="#ffffff" textLength="162" lengthAdjust="spacingAndGlyphs">Workspace Settings</text>
<text x="891" y="631" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="631" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="45" y="648" fill="#ffffff" textLength="135" lengthAdjust="spacingAndGlyphs">System Settings</text>
<text x="891" y="648" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#afafaf" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#878787" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#878787" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
<text x="891" y="648" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="665" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="27" y="682" fill="#a8a8a8" textLength="657" lengthAdjust="spacingAndGlyphs">(Use Enter to select, Ctrl+L to reset, Tab to change focus, Esc to close)</text>
<text x="891" y="682" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="891" y="699" fill="#808080" textLength="9" lengthAdjust="spacingAndGlyphs"></text>
<text x="0" y="716" fill="#808080" textLength="900" lengthAdjust="spacingAndGlyphs">╰──────────────────────────────────────────────────────────────────────────────────────────────────╯</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -30,13 +30,12 @@ import { useKeypress } from '../../hooks/useKeypress.js';
import { theme } from '../../semantic-colors.js';
import { useSettings } from '../../contexts/SettingsContext.js';
import { useUIActions } from '../../contexts/UIActionsContext.js';
import { keyMatchers, Command } from '../../key/keyMatchers.js';
import { Command } from '../../key/keyMatchers.js';
import { formatCommand } from '../../key/keybindingUtils.js';
import {
REDIRECTION_WARNING_NOTE_LABEL,
REDIRECTION_WARNING_NOTE_TEXT,
REDIRECTION_WARNING_TIP_LABEL,
REDIRECTION_WARNING_TIP_TEXT,
} from '../../textConstants.js';
import { AskUserDialog } from '../AskUserDialog.js';
import { ExitPlanModeDialog } from '../ExitPlanModeDialog.js';
@@ -59,11 +58,6 @@ export interface ToolConfirmationMessageProps {
terminalWidth: number;
}
const REDIRECTION_WARNING_NOTE_LABEL = 'Note: ';
const REDIRECTION_WARNING_NOTE_TEXT =
'Command contains redirection which can be undesirable.';
const REDIRECTION_WARNING_TIP_LABEL = 'Tip: '; // Padded to align with "Note: "
export const ToolConfirmationMessage: React.FC<
ToolConfirmationMessageProps
> = ({
@@ -659,7 +653,6 @@ export const ToolConfirmationMessage: React.FC<
isMcpToolDetailsExpanded,
expandDetailsHintKey,
mcpToolDetailsText,
getPreferredEditor,
settings,
]);