Folo/apps/desktop
Innei 304755aba3
fix: refactor AIChainOfThought for improved collapse functionality
- Introduced a new `AIInnerReasoningPart` component to encapsulate the rendering logic for individual reasoning parts, enhancing modularity.
- Updated `AIChainOfThought` to utilize the new component and manage collapse state more effectively using a ref.
- Simplified the extraction of headings from reasoning text, improving readability and maintainability of the code.

These changes aim to enhance the user experience by providing clearer feedback during AI reasoning processes and improving the overall structure of the components.

Signed-off-by: Innei <tukon479@gmail.com>
2025-09-23 20:46:45 +08:00
..
build feat(desktop): add custom AppX manifest generation for Microsoft Store 2025-07-16 12:13:59 +08:00
changelog feat: implement AI task management (#4362) 2025-08-25 17:14:14 +08:00
configs refactor: update error handling in OG route and clean up dependencies 2025-09-20 01:32:15 +08:00
layer fix: refactor AIChainOfThought for improved collapse functionality 2025-09-23 20:46:45 +08:00
plugins/vite fix(electron): hotfix update logic 2025-07-30 01:36:23 +08:00
resources
scripts feat(desktop): add custom AppX manifest generation for Microsoft Store 2025-07-16 12:13:59 +08:00
static
.env.example feat(tracker): integrate PostHog analytics and enhance tracking capabilities (#3862) 2025-06-05 21:54:58 +08:00
AGENTS.md chore: create AGENTS.md for comprehensive project guidance 2025-09-22 23:33:37 +08:00
bump.config.ts
bump.hotfix.config.js refactor: adjust desktop structure 2025-04-28 21:42:23 +08:00
electron.vite.config.ts fix(path): change path package to pathe (#4038) 2025-07-07 16:55:37 +08:00
forge.config.cts chore: update dependencies across multiple packages for improved stability and performance 2025-09-19 22:02:30 +08:00
package.json chore: update dependencies across multiple packages for improved stability and performance 2025-09-19 22:02:30 +08:00
postcss.config.cjs
tailwind.config.ts chore: remove zen and wider mode 2025-09-12 20:47:07 +08:00
vite.config.electron-render.ts fix(path): change path package to pathe (#4038) 2025-07-07 16:55:37 +08:00
vite.config.ts refactor: migrate to client sdk (#4480) 2025-09-17 00:12:54 +08:00