File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11branch="$(git rev-parse --abbrev-ref HEAD)"
22
3- if [ "$branch" = "main" ]; then
4- echo "You can't push directly to main - please check out a branch."
5- exit 1
6- fi
3+ # if [ "$branch" = "main" ]; then
4+ # echo "You can't push directly to main - please check out a branch."
5+ # exit 1
6+ # fi
77
88npm run compile
99
Original file line number Diff line number Diff line change 1717 },
1818 "repository" : {
1919 "type" : " git" ,
20- "url" : " https://github.com/RooVetGit/ Roo-Code"
20+ "url" : " https://github.com/trypear/PearAI- Roo-Code"
2121 },
22- "homepage" : " https://github.com/RooVetGit/ Roo-Code" ,
22+ "homepage" : " https://github.com/trypear/PearAI- Roo-Code" ,
2323 "categories" : [
2424 " AI" ,
2525 " Chat" ,
5151 "main" : " ./dist/extension.js" ,
5252 "contributes" : {
5353 "viewsContainers" : {
54- "activitybar " : [
54+ "auxiliarybar " : [
5555 {
56- "id" : " roo-cline-ActivityBar " ,
57- "title" : " Roo Code " ,
56+ "id" : " pearai- roo-cline" ,
57+ "title" : " PearAI Agent " ,
5858 "icon" : " $(rocket)"
5959 }
6060 ]
6161 },
6262 "views" : {
63- "roo-cline-ActivityBar " : [
63+ "pearai- roo-cline" : [
6464 {
6565 "type" : " webview" ,
6666 "id" : " roo-cline.SidebarProvider" ,
You can’t perform that action at this time.
0 commit comments