Skip to content

Reasoning support (DeepSeek 🐳) and chat UX overhaul #51

Reasoning support (DeepSeek 🐳) and chat UX overhaul

Reasoning support (DeepSeek 🐳) and chat UX overhaul #51

Triggered via pull request January 30, 2025 04:24
Status Success
Total duration 3m 16s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
all: src/data/assistant.rs#L318
unneeded `return` statement
all: src/data/chat.rs#L214
manual implementation of `Option::map`
all: src/icon.rs#L57
the following explicit lifetimes could be elided: 'a
all: src/screen/conversation.rs#L254
using `clone` on type `Id` which implements the `Copy` trait
all: src/screen/conversation.rs#L377
using `clone` on type `Option<Id>` which implements the `Copy` trait
all: src/screen/conversation.rs#L639
using `clone` on type `Id` which implements the `Copy` trait
all: src/screen/conversation.rs#L757
the following explicit lifetimes could be elided: 'a
all: src/screen/conversation.rs#L840
useless conversion to the same type: `iced_core::element::Element<'_, screen::conversation::Message, iced::Theme, iced_renderer::fallback::Renderer<iced_wgpu::Renderer, iced_tiny_skia::Renderer>>`