Oguz Serdar
Oguz Serdar
## Changes ✨ Added complete Turkish (TR) translation that: - Maintains original document structure and layout - Preserves all formatting, emojis, and technical terms - Retains all original links and...
**Description:** Currently, the chat interface prevents users from sending messages that contain only an image attachment without any accompanying text. The "Send" button in `src/components/chat/message-input.tsx` is disabled if the text...
## Problem Description The current system for rendering Markdown and highlighting code blocks, primarily within `src/components/chat/chat-markdown.tsx` and `src/components/ui/markdown-renderer.tsx` (specifically the `HighlightedPre` component), relies heavily on **client-side processing** using the `shiki`...
## Problem Description Currently, when using AI agents that perform reasoning or chain-of-thought steps (e.g., DeepSeek Reasoner, potentially future models), these intermediate steps are not displayed in the chat interface....
# phase 2 evaluation framework issues ## issue 1: evaluation framework storage abstraction layer (SAL) integration **description:** right now, the evaluation framework's result persistence uses a basic `JsonFileStorageProvider` instantiated directly...
**Depends on: Issue #144 (Implement Platform Integration Abstractions)** ## Problem Statement With the core platform integration abstractions (`PlatformNode`, `HttpAdapter`) defined in Issue #X, we can now implement the first concrete...
To enable AgentDock agents to interact via external platforms (Telegram, Discord, etc.), we need a core, framework-agnostic abstraction layer within `agentdock-core`. Currently, no standardized way exists to integrate these external...
Vercel is preparing AI SDK 5 with a planned GA in June (alpha/beta in May). Based on their public communications (https://x.com/lgrammel/status/1917512125146136608), this will be a significant revamp with several breaking...
## Problem Description The AgentDock OS Client chat interface currently renders the results of tool executions (e.g., ` Result from search`) as separate, distinct message blocks that appear chronologically *before*...