trypear / pearai-app

The Open Source AI-Powered Code Editor. A fork of VSCode and Continue.
https://trypear.ai
Other
846 stars 182 forks source link

[HIGH PRIORITY] Make chat open by default on the right side #22

Closed Fryingpannn closed 2 months ago

Fryingpannn commented 3 months ago

When Pear opens, the Pear Chat should be open by default on the right side of the editor.

The right side panel in the codebase is called the Auxiliary Bar (auxiliaryBarPart.ts). Currently this panel by default is empty, and the user can drag in extensions into this view. However, we want to auxiliary bar part to only host the pearai-submodule extension (pear chat).

The user can open and close the panel, but only the pear chat should be visible from within this panel.

image
Fryingpannn commented 2 months ago

@gedeondoescode and I have tried this issue before with no success. Would be great if anyone can tackle this for the time being.

Some notes about this I took when I was trying it can be found in this discord message.

Pockylee commented 2 months ago

I'll give it a shot!

Fryingpannn commented 2 months ago

More context of discussion around this feature: Discord message

Himanshu-Singh-Chauhan commented 2 months ago

.

gedeondoescode commented 2 months ago

Has been completed by @Himanshu-Singh-Chauhan. Thanks!