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: application/i18n/locales/en.ts
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1739,6 +1739,11 @@ const en: Messages = {
1739
1739
'ai.defaultAgent': 'Default Agent',
1740
1740
'ai.defaultAgent.description': 'Agent to use when starting a new AI session',
1741
1741
'ai.defaultAgent.catty': 'Catty (Built-in)',
1742
+
'ai.toolAccess.title': 'Tool Access',
1743
+
'ai.toolAccess.mode': 'Netcatty Access Mode',
1744
+
'ai.toolAccess.description': 'Choose how external ACP agents access Netcatty sessions. MCP exposes the built-in server, while Skills + CLI points agents to the local Netcatty skill and CLI commands. Skills + CLI currently requires a working Node.js runtime on the host.',
1745
+
'ai.toolAccess.mode.mcp': 'MCP',
1746
+
'ai.toolAccess.mode.skills': 'Skills + CLI',
1742
1747
1743
1748
// AI Chat
1744
1749
'ai.chat.noProvider': 'No AI provider is configured. Go to **Settings → AI → Providers** to add and enable a provider.',
@@ -1815,7 +1820,7 @@ const en: Messages = {
1815
1820
// AI Safety Settings
1816
1821
'ai.safety.title': 'Safety',
1817
1822
'ai.safety.permissionMode': 'Permission Mode',
1818
-
'ai.safety.permissionMode.description': 'Controls how the AI interacts with your terminals. Observer mode blocks all write operations via MCP Server, enforced for both built-in and ACP agents. Confirm mode is advisory for ACP agents (they control their own tool approval flow).',
1823
+
'ai.safety.permissionMode.description': 'Controls how the AI interacts with your terminals. Observer mode blocks all write operations through Netcatty, enforced for both built-in and ACP agents. Confirm mode is advisory for ACP agents (they control their own tool approval flow).',
1819
1824
'ai.safety.permissionMode.observer': 'Observer - Read only, no actions',
1820
1825
'ai.safety.permissionMode.confirm': 'Confirm - Ask before actions',
'ai.safety.maxIterations.description': 'Maximum number of AI tool-use loops to prevent runaway execution. ACP agents may have their own internal iteration limits that take precedence.',
1827
1832
'ai.safety.blocklist': 'Command Blocklist',
1828
-
'ai.safety.blocklist.description': 'Regex patterns to block dangerous commands. Applies to both built-in and ACP agents via MCP Server.',
1833
+
'ai.safety.blocklist.description': 'Regex patterns to block dangerous commands. Applies to both built-in and ACP agents through Netcatty execution.',
0 commit comments