Skip to content
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

wip perplexity2 #21

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
e74db98
Added working progress
Oct 13, 2024
53dd6e2
feat: Add support for parsing [Yes] with spaces in Aider LLM
Oct 13, 2024
3f660ea
feat: use current working directory in Aider.ts
Oct 13, 2024
1789d63
Added working but fugly getCurrentDirectory
Oct 13, 2024
d0ae803
Creds working
Oct 14, 2024
f6b3445
Added working
Oct 14, 2024
fd23b89
Added fix
Oct 14, 2024
39f077a
Added err including. Progress bars are shows as err in terminal i guess
nang-dev Oct 15, 2024
8864d16
Added hiding in menu
nang-dev Oct 15, 2024
b463a2d
windows
Oct 15, 2024
85ebe18
no pretty, updated stream response logic like antropic
Oct 15, 2024
d603f1f
Added carriage return fix
Oct 15, 2024
f486782
Delete project_documentation.md
nang-dev Oct 15, 2024
91ad227
Some cleaning
Oct 15, 2024
09d62f2
Some cleaning
Oct 15, 2024
6e49016
Removed aider from models
Oct 15, 2024
c9cfc5a
Added working on mac
Oct 15, 2024
68a7f5e
Merge branch 'main' of https://github.com/trypear/pearai-submodule in…
Oct 15, 2024
872555c
response completion, always yes, no auto commit
Oct 16, 2024
49eb2dd
Added working aider
Oct 17, 2024
9b05194
Added working >
Oct 17, 2024
402a18f
end marker fix
Oct 17, 2024
a90ff75
aider webview
Oct 17, 2024
8e6e504
Merge branch 'aider2' into him/aider-windows
nang-dev Oct 17, 2024
428e3df
Fixed race condition with options and added some UI stripping
Oct 17, 2024
6265abe
Start fresh
Oct 17, 2024
11a982d
Aded bareChatMode and cleanup
Oct 18, 2024
43961cd
Added command
Oct 18, 2024
386ca9f
Added title
Oct 18, 2024
31d1f06
Added link to aider
Oct 18, 2024
1a5de6c
Added killing aider on close
Oct 19, 2024
a1688e6
wip perplexity
jpan8866 Oct 20, 2024
01e506b
wip
jpan8866 Oct 20, 2024
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: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,5 @@ Icon?
# Sandbox env default file
extensions/vscode/manual-testing-sandbox/example.ts

.prompts/
.prompts/
.aider*
Loading