Folo/packages/internal
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
..
atoms chore: update dependencies (#4488) 2025-09-16 19:19:52 +08:00
components fix: refactor AIChainOfThought for improved collapse functionality 2025-09-23 20:46:45 +08:00
constants feat: compact unified view 2025-09-09 21:36:29 +08:00
database feat(ios): support liquid glass tabbar 2025-09-22 22:07:59 +08:00
hooks chore: update dependencies (#4488) 2025-09-16 19:19:52 +08:00
logger chore: update dependencies across multiple packages for improved stability and performance 2025-09-19 22:02:30 +08:00
models refactor: migrate to client sdk (#4480) 2025-09-17 00:12:54 +08:00
shared feat(ios): support liquid glass tabbar 2025-09-22 22:07:59 +08:00
store chore: lint 2025-09-19 22:24:30 +08:00
tracker chore: update posthog-react-native dependency to version 4.6.1 in package.json and pnpm-lock.yaml 2025-09-20 16:58:33 +08:00
types
utils feat(sentry): integrate Sentry for error tracking and monitoring 2025-09-22 23:12:11 +08:00
AGENTS.md chore: create AGENTS.md for comprehensive project guidance 2025-09-22 23:33:37 +08:00