Tags: proma-ai/Proma
Toggle v0.14.20's commit message
fix(preview): add code wrap toggle (#1142 )
Toggle v0.14.17's commit message
feat(image): 图片预览支持多图翻页 (#1126 )
* feat(image): 图片预览支持多图上下翻页
输入框和消息气泡的多图预览均支持左右翻页(‹ › 按钮 + 方向键,
首尾循环,顶部当前/总数角标),覆盖 Chat 和 Agent 两种模式。
- ImageLightbox 扩展 images/index/onIndexChange 能力
- 输入框:ChatInput / AttachmentPreviewItem / InlineEditForm / AgentView 收集图片列表共享 lightbox
- 消息气泡:message.tsx / SDKMessageRenderer.tsx 将 lightbox 状态上提到父组件,缩略图已加载的 src 复用于翻页,不触发额外 IO
Co-Authored-By: Claude <noreply@anthropic.com>
* perf(image): extract imageSiblings to useMemo to avoid re-creation on every render
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: ErlichLiu <erlichgutu@gmail.com>
Toggle v0.14.10's commit message
fix agent history scrolling (#1109 )
Toggle v0.14.9's commit message
fix(agent): preserve queued quote selections (#1104 )
Toggle v0.14.6's commit message
fix(input): preserve plain text copy markdown (#1092 )
Toggle v0.14.5's commit message
fix: Sidebar bounce when Session finish
Toggle v0.14.3's commit message
fix: remove extra closing brace in AgentView.tsx causing build failure
Toggle v0.14.0's commit message
Remove MCP test gate (#1049 )
Toggle v0.13.28's commit message
Default code preview to unified diff (#1044 )
Toggle v0.13.24's commit message
fix(agent): hide Claude subprocess window on Windows
You can’t perform that action at this time.