Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.38.2] - 2025-10-16

### 🎨 Styling

- _(App)_ Add dark mode border color support (#226)
- _(chat)_ Update icon and styling in ChatMessage component (#226)

### 🚜 Refactor

- _(i18n)_ [**breaking**] Replace 'thoughts' with 'reasoning' in all language files (#226)

## [2.38.1] - 2025-10-15

### 🚀 Enhancements
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "llama.ui",
"description": "A minimal Interface for AI Companion that runs entirely in your browser.",
"version": "2.38.1",
"version": "2.38.2",
"homepage": "https://llama-ui.js.org/",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const AppLayout: FC = () => {
<div className="drawer-content flex flex-col w-full h-screen px-1 md:px-2 bg-base-300">
<Header />
<main
className="grow flex flex-col overflow-auto bg-base-100 rounded-xl border-1 border-base-content/20 border-input inset-shadow-sm"
className="grow flex flex-col overflow-auto bg-base-100 rounded-xl border-1 border-base-content/20 dark:border-base-content/10 border-input inset-shadow-sm"
id="main-scroll"
>
<Outlet />
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"send": "إرسال",
"save": "حفظ",
"thinking": "جاري التفكير",
"thoughts": "الأفكار"
"reasoning": "المنطق"
},
"actions": {
"delete": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"send": "Senden",
"save": "Speichern",
"thinking": "Denkt nach",
"thoughts": "Gedanken"
"reasoning": "Argumentation"
},
"actions": {
"delete": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"send": "Send",
"save": "Save",
"thinking": "Thinking",
"thoughts": "Thoughts"
"reasoning": "Reasoning"
},
"actions": {
"delete": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"send": "Enviar",
"save": "Guardar",
"thinking": "Pensando",
"thoughts": "Pensamientos"
"reasoning": "Razonamiento"
},
"actions": {
"delete": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"send": "Envoyer",
"save": "Enregistrer",
"thinking": "En réflexion",
"thoughts": "Pensées"
"reasoning": "Raisonnement"
},
"actions": {
"delete": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"send": "भेजें",
"save": "सहेजें",
"thinking": "सोच रहा है",
"thoughts": "विचार"
"reasoning": "तर्क"
},
"actions": {
"delete": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"send": "Invia",
"save": "Salva",
"thinking": "Sto pensando",
"thoughts": "Pensieri"
"reasoning": "Ragionamento"
},
"actions": {
"delete": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"send": "送信",
"save": "保存",
"thinking": "思考中",
"thoughts": "思考"
"reasoning": "推論"
},
"actions": {
"delete": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"send": "보내기",
"save": "저장",
"thinking": "생각 중",
"thoughts": "생각"
"reasoning": "추론"
},
"actions": {
"delete": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"send": "Enviar",
"save": "Salvar",
"thinking": "Pensando",
"thoughts": "Pensamentos"
"reasoning": "Raciocínio"
},
"actions": {
"delete": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"send": "Отправить",
"save": "Сохранить",
"thinking": "Думаю",
"thoughts": "Мысли"
"reasoning": "Рассуждения"
},
"actions": {
"delete": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"send": "发送",
"save": "保存",
"thinking": "思考中",
"thoughts": "想法"
"reasoning": "推理;推理"
},
"actions": {
"delete": {
Expand Down
8 changes: 4 additions & 4 deletions src/pages/Chat/components/ChatMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { memo, useMemo, useState } from 'react';
import { Trans, useTranslation } from 'react-i18next';
import {
LuAtom,
LuBrain,
LuBot,
LuChevronDown,
LuChevronLeft,
LuChevronRight,
Expand Down Expand Up @@ -535,7 +535,7 @@ const ThinkingSection = memo(function ThinkingSection({
onOpenChange={setOpen}
aria-label={t('chatScreen.ariaLabels.thoughtDisplay')}
>
<CollapsibleTrigger className="btn border-0 rounded-xl my-2 p-2 px-4">
<CollapsibleTrigger className="btn border-0 rounded-lg my-2 p-2 px-4">
{isThinking && (
<>
<Icon size="md" variant="leftside" className="animate-spin">
Expand All @@ -547,9 +547,9 @@ const ThinkingSection = memo(function ThinkingSection({
{!isThinking && (
<>
<Icon size="md" variant="leftside">
<LuBrain />
<LuBot />
</Icon>
<Trans i18nKey="chatScreen.labels.thoughts" />
<Trans i18nKey="chatScreen.labels.reasoning" />
</>
)}
{!open && (
Expand Down