|
104 | 104 | "current": "Current" |
105 | 105 | }, |
106 | 106 | "fileOperations": { |
107 | | - "wantsToRead": "PearAI Agent wantsto read this file:", |
| 107 | + "wantsToRead": "PearAI Agent wants to read this file:", |
108 | 108 | "didRead": "PearAI Agent read this file:", |
109 | | - "wantsToEdit": "PearAI Agent wantsto edit this file:", |
110 | | - "wantsToCreate": "PearAI Agent wantsto create a new file:" |
| 109 | + "wantsToEdit": "PearAI Agent wants to edit this file:", |
| 110 | + "wantsToCreate": "PearAI Agent wants to create a new file:" |
111 | 111 | }, |
112 | 112 | "directoryOperations": { |
113 | | - "wantsToViewTopLevel": "PearAI Agent wantsto view the top level files in this directory:", |
| 113 | + "wantsToViewTopLevel": "PearAI Agent wants to view the top level files in this directory:", |
114 | 114 | "didViewTopLevel": "PearAI Agent viewed the top level files in this directory:", |
115 | | - "wantsToViewRecursive": "PearAI Agent wantsto recursively view all files in this directory:", |
| 115 | + "wantsToViewRecursive": "PearAI Agent wants to recursively view all files in this directory:", |
116 | 116 | "didViewRecursive": "PearAI Agent recursively viewed all files in this directory:", |
117 | | - "wantsToViewDefinitions": "PearAI Agent wantsto view source code definition names used in this directory:", |
| 117 | + "wantsToViewDefinitions": "PearAI Agent wants to view source code definition names used in this directory:", |
118 | 118 | "didViewDefinitions": "PearAI Agent viewed source code definition names used in this directory:", |
119 | | - "wantsToSearch": "PearAI Agent wantsto search this directory for <code>{{regex}}</code>:", |
| 119 | + "wantsToSearch": "PearAI Agent wants to search this directory for <code>{{regex}}</code>:", |
120 | 120 | "didSearch": "PearAI Agent searched this directory for <code>{{regex}}</code>:" |
121 | 121 | }, |
122 | 122 | "commandOutput": "Command Output", |
123 | 123 | "response": "Response", |
124 | 124 | "arguments": "Arguments", |
125 | 125 | "mcp": { |
126 | | - "wantsToUseTool": "PearAI Agent wantsto use a tool on the {{serverName}} MCP server:", |
127 | | - "wantsToAccessResource": "PearAI Agent wantsto access a resource on the {{serverName}} MCP server:" |
| 126 | + "wantsToUseTool": "PearAI Agent wants to use a tool on the {{serverName}} MCP server:", |
| 127 | + "wantsToAccessResource": "PearAI Agent wants to access a resource on the {{serverName}} MCP server:" |
128 | 128 | }, |
129 | 129 | "modes": { |
130 | | - "wantsToSwitch": "PearAI Agent wantsto switch to {{mode}} mode", |
131 | | - "wantsToSwitchWithReason": "PearAI Agent wantsto switch to {{mode}} mode because: {{reason}}", |
| 130 | + "wantsToSwitch": "PearAI Agent wants to switch to {{mode}} mode", |
| 131 | + "wantsToSwitchWithReason": "PearAI Agent wants to switch to {{mode}} mode because: {{reason}}", |
132 | 132 | "didSwitch": "PearAI Agent switched to {{mode}} mode", |
133 | 133 | "didSwitchWithReason": "PearAI Agent switched to {{mode}} mode because: {{reason}}" |
134 | 134 | }, |
135 | 135 | "subtasks": { |
136 | | - "wantsToCreate": "PearAI Agent wantsto create a new subtask in {{mode}} mode:", |
137 | | - "wantsToFinish": "PearAI Agent wantsto finish this subtask" |
| 136 | + "wantsToCreate": "PearAI Agent wants to create a new subtask in {{mode}} mode:", |
| 137 | + "wantsToFinish": "PearAI Agent wants to finish this subtask" |
138 | 138 | }, |
139 | 139 | "questions": { |
140 | 140 | "hasQuestion": "PearAI Agent has a question:" |
|
213 | 213 | "seconds": "{{count}}s" |
214 | 214 | }, |
215 | 215 | "browser": { |
216 | | - "rooWantsToUse": "PearAI Agent wantsto use the browser:", |
| 216 | + "rooWantsToUse": "PearAI Agent wants to use the browser:", |
217 | 217 | "consoleLogs": "Console Logs", |
218 | 218 | "noNewLogs": "(No new logs)", |
219 | 219 | "screenshot": "Browser screenshot", |
|
0 commit comments