Skip to content

Update README.md #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9619796
add pearai provider
Himanshu-Singh-Chauhan Jan 28, 2025
5a6874e
Progress
nang-dev Jan 28, 2025
7e0acff
Added pearai api config
nang-dev Jan 28, 2025
fe68b50
Added pearai welcome default
nang-dev Jan 28, 2025
eba3d14
Added pearai with anthropic
nang-dev Jan 29, 2025
fada5e2
Added working anthropic server
nang-dev Jan 29, 2025
b00d1ea
Added login logout p2p call working
nang-dev Jan 31, 2025
b015df3
Fixed capitalization
nang-dev Jan 31, 2025
a1f8937
Plus button working after login
nang-dev Jan 31, 2025
7594550
Added client side error
nang-dev Jan 31, 2025
833c1b1
Added wording tweak
nang-dev Jan 31, 2025
a422ca4
Merge branch 'main' of https://github.com/trypear/PearAI-Roo-Code int…
nang-dev Jan 31, 2025
714418a
Merge pull request #2 from trypear/set-apiconfig-cmd-2
nang-dev Jan 31, 2025
dea407f
Added package.json
nang-dev Feb 7, 2025
baa0f57
add aider in gitignore
Himanshu-Singh-Chauhan Feb 1, 2025
f5c73e5
input box - recent chats
Himanshu-Singh-Chauhan Feb 3, 2025
972d034
ui changes 1
Himanshu-Singh-Chauhan Feb 5, 2025
994ac2d
read file
Himanshu-Singh-Chauhan Feb 5, 2025
e49013d
tail
Himanshu-Singh-Chauhan Feb 5, 2025
d6141dc
Added zero mesages view and auto approve
nang-dev Feb 7, 2025
2285f32
Added auto add pearai
nang-dev Feb 7, 2025
720c904
Merge pull request #7 from trypear/nang-pear-ui
nang-dev Feb 7, 2025
032036e
Added icon
nang-dev Feb 7, 2025
2fbdc45
progress
Himanshu-Singh-Chauhan Feb 10, 2025
53e08ab
Fixed build - ask himanshu later
nang-dev Feb 10, 2025
0b65d69
Added wording
nang-dev Feb 10, 2025
ddaadd0
Revert "Fixed build - ask himanshu later"
nang-dev Feb 10, 2025
5852b67
Fixed build better way
nang-dev Feb 10, 2025
5b412a9
Expose focus command to command palette
nang-dev Feb 10, 2025
05bc7b2
Merge pull request #6 from trypear/pear-ui
nang-dev Feb 10, 2025
207af10
Edit text box
nang-dev Feb 10, 2025
dd71d3a
Updated support links
nang-dev Feb 11, 2025
14fb39e
Update README.md
InSelfControll Feb 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ roo-cline-*.vsix

# Docs
docs/_site/

# aider
.aider*
8 changes: 4 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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
npm run compile
8 changes: 4 additions & 4 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,14 +252,15 @@ Roo Code is available on:
```
- A `.vsix` file will appear in the `bin/` directory.
4. **Install** the `.vsix` manually if desired:
File name will be after building: pearai-roo-cline-${VERSION}.vsix please make sure to change it manually before trying to install.
```bash
code --install-extension bin/roo-code-4.0.0.vsix
```
5. **Start the webview (Vite/React app with HMR)**:
6. **Start the webview (Vite/React app with HMR)**:
```bash
npm run dev
```
6. **Debug**:
7. **Debug**:
- Press `F5` (or **Run** → **Start Debugging**) in VSCode to open a new session with Roo Code loaded.

Changes to the webview will appear immediately. Changes to the core extension will require a restart of the extension host.
Expand Down
Binary file added assets/icons/pear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions assets/icons/pearai-agent-splash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading