You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/admin/src/i18n/en.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -616,6 +616,9 @@ export default {
616
616
acp_session_persistent: 'Persistent - process stays alive across turns',
617
617
acp_session_transient: 'Transient - session closed after each turn',
618
618
acp_session_mode_hint: 'Persistent reuses the process and session across conversations; Transient closes the session after each turn',
619
+
acp_init_timeout: 'Init Timeout (seconds)',
620
+
acp_init_timeout_placeholder: 'Empty or 0 = no timeout',
621
+
acp_init_timeout_hint: 'How long to wait for the external ACP process to start and complete protocol initialization. Leave empty or set to 0 to wait indefinitely (useful for slow first-time npx installs)',
0 commit comments