Skip to content

Commit

Permalink
Bumped to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu-Singh-Chauhan committed Nov 19, 2024
1 parent b7bf561 commit 104c5c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/pearai-submodule
Submodule pearai-submodule updated 53 files
+1 −0 core/index.d.ts
+1 −0 core/llm/autodetect.ts
+1 −2 core/llm/llms/AiderLLM.ts
+22 −0 core/llm/llms/OpenRouter.ts
+3 −1 core/llm/llms/index.ts
+9 −0 core/protocol/ide.ts
+3 −1 core/protocol/ideWebview.ts
+4 −2 docs/static/schemas/config.json
+4 −2 extensions/intellij/src/main/resources/config_schema.json
+4 −2 extensions/vscode/config_schema.json
+4 −2 extensions/vscode/continue_rc_schema.json
+2 −2 extensions/vscode/package-lock.json
+1 −1 extensions/vscode/package.json
+1 −56 extensions/vscode/pearai_tutorial.py
+1 −6 extensions/vscode/src/activation/activate.ts
+19 −5 extensions/vscode/src/commands.ts
+27 −10 extensions/vscode/src/extension/VsCodeMessenger.ts
+23 −0 extensions/vscode/src/util/integrationUtils.ts
+26 −0 gui/package-lock.json
+1 −0 gui/package.json
+4 −4 gui/public/logos/inventory-autocomplete.svg
+1 −3 gui/public/logos/inventory-chat.svg
+2 −1 gui/public/logos/inventory-creator.svg
+17 −17 gui/public/logos/inventory-mem0.svg
+2 −2 gui/public/logos/inventory-search.svg
+ gui/public/logos/open-router.png
+10 −9 gui/src/components/Layout.tsx
+2 −0 gui/src/components/gui/StepContainer.tsx
+1 −1 gui/src/components/mainInput/TipTapEditor.tsx
+16 −0 gui/src/components/markdown/StyledMarkdownPreview.tsx
+5 −0 gui/src/components/modelSelection/ModelSelect.tsx
+3 −3 gui/src/context/IdeMessenger.ts
+2 −2 gui/src/hooks/useChatHandler.ts
+132 −73 gui/src/integrations/aider/AiderManualInstallation.tsx
+9 −6 gui/src/integrations/aider/aidergui.tsx
+1 −1 gui/src/integrations/perplexity/Citations.tsx
+11 −8 gui/src/integrations/perplexity/perplexitygui.tsx
+57 −25 gui/src/inventory/pages/InventoryPage.tsx
+177 −60 gui/src/pages/AddNewModel/ConfigureProvider.tsx
+51 −0 gui/src/pages/AddNewModel/OpenRouterServices.ts
+15 −0 gui/src/pages/AddNewModel/configs/models.ts
+27 −0 gui/src/pages/AddNewModel/configs/providers.ts
+3 −1 gui/src/pages/gui.tsx
+1 −1 gui/src/pages/inventory.tsx
+369 −165 gui/src/pages/onboarding/OnboardingTutorial.tsx
+8 −12 gui/src/pages/welcome/Features.tsx
+17 −3 gui/src/pages/welcome/FinalStep.tsx
+1 −0 gui/src/pages/welcome/SetupPage.tsx
+9 −3 gui/src/pages/welcome/setup/ImportExtensions.tsx
+97 −121 gui/src/pages/welcome/setup/InstallTools.tsx
+0 −3 gui/src/pages/welcome/setup/SignIn.tsx
+23 −0 gui/src/pages/welcome/splashScreen.tsx
+12 −7 gui/src/pages/welcome/welcomeGui.tsx
2 changes: 1 addition & 1 deletion product.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"nameShort": "PearAI",
"nameLong": "PearAI",
"pearAIVersion": "1.5.0",
"pearAIVersion": "1.5.1",
"applicationName": "PearAI",
"dataFolderName": ".pearai",
"win32MutexName": "pearai",
Expand Down

0 comments on commit 104c5c9

Please sign in to comment.