diff --git a/.gitignore b/.gitignore index 02fdf8f88e5..de0a6152632 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,7 @@ docs/_site/ #Logging logs +.aider* +.env +# aider +.aider* diff --git a/.husky/pre-commit b/.husky/pre-commit index 111a1c0f915..7abf8c85034 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,8 +1,8 @@ branch="$(git rev-parse --abbrev-ref HEAD)" -if [ "$branch" = "main" ]; then - echo "You can't commit directly to main - please check out a branch." - exit 1 -fi +# if [ "$branch" = "main" ]; then +# echo "You can't commit directly to main - please check out a branch." +# exit 1 +# fi npx lint-staged diff --git a/.husky/pre-push b/.husky/pre-push index a4fea4a34ae..773cedb6c02 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,9 +1,9 @@ branch="$(git rev-parse --abbrev-ref HEAD)" -if [ "$branch" = "main" ]; then - echo "You can't push directly to main - please check out a branch." - exit 1 -fi +# if [ "$branch" = "main" ]; then +# echo "You can't push directly to main - please check out a branch." +# exit 1 +# fi npm run compile diff --git a/README.md b/README.md index 4d294faae03..2fdaf2ab990 100644 --- a/README.md +++ b/README.md @@ -1,148 +1,31 @@ -
Connect with developers, contribute ideas, and stay ahead with the latest AI-powered coding tools.
- -{t("chat:aboutMe")}
-+ Connect your PearAI account to use servers. +
+ > + ) : ( ++ User already logged in to PearAI. Click 'Done' to proceed! +
+ )} +{{regex}}:",
- "didSearch": "Roo searched this directory for {{regex}}:"
+ "wantsToViewTopLevel": "PearAI Agent wantsto view the top level files in this directory:",
+ "didViewTopLevel": "PearAI Agent viewed the top level files in this directory:",
+ "wantsToViewRecursive": "PearAI Agent wantsto recursively view all files in this directory:",
+ "didViewRecursive": "PearAI Agent recursively viewed all files in this directory:",
+ "wantsToViewDefinitions": "PearAI Agent wantsto view source code definition names used in this directory:",
+ "didViewDefinitions": "PearAI Agent viewed source code definition names used in this directory:",
+ "wantsToSearch": "PearAI Agent wantsto search this directory for {{regex}}:",
+ "didSearch": "PearAI Agent searched this directory for {{regex}}:"
},
"commandOutput": "Command Output",
"response": "Response",
"arguments": "Arguments",
"mcp": {
- "wantsToUseTool": "Roo wants to use a tool on the {{serverName}} MCP server:",
- "wantsToAccessResource": "Roo wants to access a resource on the {{serverName}} MCP server:"
+ "wantsToUseTool": "PearAI Agent wantsto use a tool on the {{serverName}} MCP server:",
+ "wantsToAccessResource": "PearAI Agent wantsto access a resource on the {{serverName}} MCP server:"
},
"modes": {
- "wantsToSwitch": "Roo wants to switch to {{mode}} mode",
- "wantsToSwitchWithReason": "Roo wants to switch to {{mode}} mode because: {{reason}}",
- "didSwitch": "Roo switched to {{mode}} mode",
- "didSwitchWithReason": "Roo switched to {{mode}} mode because: {{reason}}"
+ "wantsToSwitch": "PearAI Agent wantsto switch to {{mode}} mode",
+ "wantsToSwitchWithReason": "PearAI Agent wantsto switch to {{mode}} mode because: {{reason}}",
+ "didSwitch": "PearAI Agent switched to {{mode}} mode",
+ "didSwitchWithReason": "PearAI Agent switched to {{mode}} mode because: {{reason}}"
},
"subtasks": {
- "wantsToCreate": "Roo wants to create a new subtask in {{mode}} mode:",
- "wantsToFinish": "Roo wants to finish this subtask"
+ "wantsToCreate": "PearAI Agent wantsto create a new subtask in {{mode}} mode:",
+ "wantsToFinish": "PearAI Agent wantsto finish this subtask"
},
"questions": {
- "hasQuestion": "Roo has a question:"
+ "hasQuestion": "PearAI Agent has a question:"
},
"taskCompleted": "Task Completed",
"error": "Error",
- "troubleMessage": "Roo is having trouble...",
+ "troubleMessage": "PearAI Agent is having trouble...",
"shellIntegration": {
"unavailable": "Shell Integration Unavailable",
"troubleshooting": "Still having trouble?"
@@ -152,7 +152,7 @@
"autoApprove": {
"title": "Auto-approve:",
"none": "None",
- "description": "Auto-approve allows Roo Code to perform actions without asking for permission. Only enable for actions you fully trust.",
+ "description": "Auto-approve allows PearAI Agent to perform actions without asking for permission. Only enable for actions you fully trust.",
"actions": {
"readFiles": {
"label": "Read files and directories",
@@ -197,8 +197,8 @@
}
},
"announcement": {
- "title": "🎉 Roo Code 3.10 Released",
- "description": "Roo Code 3.10 brings powerful productivity enhancements!",
+ "title": "🎉 PearAI Agent Code 3.10 Released",
+ "description": "PearAI Agent Code 3.10 brings powerful productivity enhancements!",
"whatsNew": "What's New",
"feature1": "Suggested responses to questions",
"feature2": "Improved large file handling",
@@ -213,7 +213,7 @@
"seconds": "{{count}}s"
},
"browser": {
- "rooWantsToUse": "Roo wants to use the browser:",
+ "rooWantsToUse": "PearAI Agent wantsto use the browser:",
"consoleLogs": "Console Logs",
"noNewLogs": "(No new logs)",
"screenshot": "Browser screenshot",