Skip to content

Commit 2c5ada1

Browse files
authored
Merge pull request #441 from n4ze3m/next
v1.5.2
2 parents d67030f + 5af5362 commit 2c5ada1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+632
-231
lines changed

README.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
# Page Assist
1+
<p align="center">
2+
<h1 align="center">Page Assist</h1>
3+
</p>
4+
5+
6+
<p align="center">
7+
<a href="https://discord.gg/bu54382uBd" aria-label="Join dialoqbase #welcome"><img src="https://img.shields.io/badge/discord-join%20chat-blue.svg" alt="Join dialoqbase #welcome"></a> <a href="https://twitter.com/page_assist" aria-label="Follow @page_assist on Twitter"><img src="https://img.shields.io/twitter/follow/page_assist?style=social" alt="Follow @page_assist on Twitter"></a>
8+
</p>
9+
10+
<p align="center">
11+
<a href="https://docs.pageassist.xyz">
12+
Documentation
13+
</a>
14+
15+
</p>
216

3-
[![Join dialoqbase #welcome](https://img.shields.io/badge/discord-join%20chat-blue.svg)](https://discord.gg/bu54382uBd)
4-
[![Twitter Follow](https://img.shields.io/twitter/follow/page_assist?style=social)](https://twitter.com/page_assist)
517

618
Page Assist is an open-source browser extension that provides a sidebar and web UI for your local AI model. It allows you to interact with your model from any webpage.
19+
720
## Installation
821

922
Page Assist supports Chromium-based browsers like Chrome, Brave, and Edge, as well as Firefox.
@@ -12,7 +25,6 @@ Page Assist supports Chromium-based browsers like Chrome, Brave, and Edge, as we
1225
[![Firefox Add-on](https://pub-35424b4473484be483c0afa08c69e7da.r2.dev/get-the-addon.png)](https://addons.mozilla.org/en-US/firefox/addon/page-assist/)
1326
[![Edge Add-on](https://pub-35424b4473484be483c0afa08c69e7da.r2.dev/edge-addon.png)](https://microsoftedge.microsoft.com/addons/detail/page-assist-a-web-ui-fo/ogkogooadflifpmmidmhjedogicnhooa)
1427

15-
1628
Checkout the Demo (v1.0.0):
1729

1830
<div align="center">

bun.lockb

45.5 KB
Binary file not shown.

docs/providers/llamacpp.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# LLaMA.cpp
2+
3+
Page Assist supports LLaMA.cpp API endpoints. You can use any LLaMA.cpp API endpoint with Page Assist.
4+
5+
## Adding LLaMA.cpp API
6+
7+
1. Click on the Page Assist icon on the browser toolbar.
8+
9+
2. Click on the `Settings` icon.
10+
11+
3. Go to the `OpenAI Compatible API` tab.
12+
13+
4. Click on the `Add Provider` button.
14+
15+
5. Select `LLaMA.cpp` from the dropdown.
16+
17+
6. Enter the `LLaMA.cpp URL`. (by default it is `http://localhost:8080/v1`)
18+
19+
7. Click on the `Save` button.
20+
21+
22+
::: info
23+
You don't need to add any models since Page Assist will automatically fetch them from the LLaMA.cpp instance you have configured.
24+
25+
The model must be loaded in LLaMA.cpp before Page Assist can fetch it.
26+
:::

docs/providers/openai.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Page Assist supports OpenAI Compatible API endpoints. You can use any OpenAI Com
55
By default, Page Assist supports the following OpenAI Compatible API endpoints:
66

77
- OpenAI
8+
- LLaMA.cpp
89
- LM Studio
910
- Ollama
1011
- Llamafile

src/assets/locale/ar/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
"wideMode": {
4646
"label": "تمكين وضع الشاشة العريضة"
47+
},
48+
"openReasoning": {
49+
"label": "فتح التفكير المنطقي بشكل افتراضي"
4750
}
4851
},
4952
"sidepanelRag": {

src/assets/locale/da/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
},
4242
"wideMode": {
4343
"label": "Aktivér bredskærm tilstand"
44+
},
45+
"openReasoning": {
46+
"label": "Åbn Ræsonnement Sammenfoldet som standard"
4447
}
4548
},
4649
"sidepanelRag": {

src/assets/locale/de/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
"wideMode": {
4646
"label": "Breitbildmodus aktivieren"
47+
},
48+
"openReasoning": {
49+
"label": "Offene Argumentation standardmäßig eingeklappt"
4750
}
4851
},
4952
"sidepanelRag": {

src/assets/locale/en/common.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,6 @@
156156
"reasoning": {
157157
"thinking": "Thinking....",
158158
"thought": "Thought for {{time}}"
159-
}
159+
},
160+
"mermaid": "Mermaid"
160161
}

src/assets/locale/en/settings.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
"wideMode": {
4646
"label": "Enable wide screen mode"
47+
},
48+
"openReasoning": {
49+
"label": "Open Reasoning Collapse by default"
4750
}
4851
},
4952
"sidepanelRag": {
@@ -385,5 +388,6 @@
385388
},
386389
"chromeAiSettings": {
387390
"title": "Chrome AI Settings"
388-
}
391+
},
392+
"mermaid": "Mermaid"
389393
}

src/assets/locale/es/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
"wideMode": {
4646
"label": "Habilitar modo pantalla ancha"
47+
},
48+
"openReasoning": {
49+
"label": "Abrir el Razonamiento Colapsado por defecto"
4750
}
4851
},
4952
"sidepanelRag": {

src/assets/locale/fa/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
},
4242
"wideMode": {
4343
"label": "فعال کردن حالت صفحه عریض"
44+
},
45+
"openReasoning": {
46+
"label": "باز کردن استدلال به صورت پیش فرض"
4447
}
4548
},
4649
"sidepanelRag": {

src/assets/locale/fr/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
"wideMode": {
4646
"label": "Activer le mode écran large"
47+
},
48+
"openReasoning": {
49+
"label": "Ouvrir le raisonnement replié par défaut"
4750
}
4851
},
4952
"sidepanelRag": {

src/assets/locale/it/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
"wideMode": {
4646
"label": "Abilita modalità schermo largo"
47+
},
48+
"openReasoning": {
49+
"label": "Apri il Ragionamento Compresso per impostazione predefinita"
4750
}
4851
},
4952
"sidepanelRag": {

src/assets/locale/ja-JP/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
},
4848
"wideMode": {
4949
"label": "ワイドスクリーンモードを有効にする"
50+
},
51+
"openReasoning": {
52+
"label": "デフォルトで推論を展開する"
5053
}
5154
},
5255
"sidepanelRag": {

src/assets/locale/ko/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
},
4848
"wideMode": {
4949
"label": "와이드 스크린 모드 활성화"
50+
},
51+
"openReasoning": {
52+
"label": "추론 섹션을 기본적으로 열기"
5053
}
5154
},
5255
"sidepanelRag": {

src/assets/locale/ml/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
},
4848
"wideMode": {
4949
"label": "വിശാലമായ സ്ക്രീൻ മോഡ് പ്രവർത്തനക്ഷമമാക്കുക"
50+
},
51+
"openReasoning": {
52+
"label": "സ്ഥിരസ്ഥിതിയായി റീസണിംഗ് കൊളാപ്സ് തുറക്കുക"
5053
}
5154
},
5255
"sidepanelRag": {

src/assets/locale/no/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
"wideMode": {
4646
"label": "Aktiver bredskjerm-modus"
47+
},
48+
"openReasoning": {
49+
"label": "Åpne Resonnement Sammenfoldet som standard"
4750
}
4851
},
4952
"sidepanelRag": {

src/assets/locale/pt-BR/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
"wideMode": {
4646
"label": "Ativar modo tela larga"
47+
},
48+
"openReasoning": {
49+
"label": "Abrir Raciocínio Recolhido por padrão"
4750
}
4851
},
4952
"sidepanelRag": {

src/assets/locale/ru/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
"wideMode": {
4646
"label": "Включить широкоэкранный режим"
47+
},
48+
"openReasoning": {
49+
"label": "Открыть рассуждения свернутыми по умолчанию"
4750
}
4851
},
4952
"sidepanelRag": {

src/assets/locale/sv/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
"wideMode": {
4646
"label": "Aktivera bredskärmsläge"
47+
},
48+
"openReasoning": {
49+
"label": "Öppna resonemang kollapsat som standard"
4750
}
4851
},
4952
"sidepanelRag": {

src/assets/locale/uk/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
"wideMode": {
4646
"label": "Увімкнути широкоекранний режим"
47+
},
48+
"openReasoning": {
49+
"label": "Розгорнути міркування за замовчуванням"
4750
}
4851
},
4952
"sidepanelRag": {

src/assets/locale/zh-TW/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
"wideMode": {
4646
"label": "啟用寬螢幕模式"
47+
},
48+
"openReasoning": {
49+
"label": "預設展開推理過程"
4750
}
4851
},
4952
"sidepanelRag": {

src/assets/locale/zh/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
},
4848
"wideMode": {
4949
"label": "启用宽屏模式"
50+
},
51+
"openReasoning": {
52+
"label": "默认展开推理过程"
5053
}
5154
},
5255
"sidepanelRag": {

src/assets/tailwind.css

+4-7
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
}
2121
}
2222

23-
24-
2523
.ant-select-selection-search-input {
2624
border: none !important;
2725
box-shadow: none !important;
@@ -71,7 +69,6 @@
7169
animation: gradient-border 3s infinite;
7270
border-radius: 10px;
7371
}
74-
7572
/* Hide scrollbar by default */
7673
.custom-scrollbar {
7774
scrollbar-width: none;
@@ -90,18 +87,18 @@
9087

9188
.custom-scrollbar:hover::-webkit-scrollbar {
9289
display: block;
93-
width: 8px;
90+
width: 10px;
9491
}
9592

9693
/* Custom scrollbar styles for light theme */
9794
.custom-scrollbar:hover::-webkit-scrollbar-track {
9895
@apply bg-gray-50;
99-
border-radius: 4px;
96+
border-radius: 6px;
10097
}
10198

10299
.custom-scrollbar:hover::-webkit-scrollbar-thumb {
103100
@apply bg-gray-300;
104-
border-radius: 4px;
101+
border-radius: 6px;
105102
transition: background 0.2s ease;
106103
}
107104

@@ -124,7 +121,7 @@
124121

125122
/* For Firefox */
126123
.custom-scrollbar {
127-
scrollbar-color: theme('colors.gray.300') theme('colors.gray.50');
124+
scrollbar-color: theme("colors.gray.300") theme("colors.gray.50");
128125
scrollbar-width: thin;
129126
}
130127

0 commit comments

Comments
 (0)