koboldcpp/tools/ui/tests/unit
Aleksander Grygier 32beb244f5
ui: Agentic Content UX improvements (#25450)
* feat: Add shimmer text animation for processing state indicators

* feat: Redesign CollapsibleContentBlock component with improved UX

* feat: Add conditional setting display support with dependsOn field

* feat: Add showAgenticTurnStats setting for per-turn statistics

* feat: Update ChatMessageAgenticContent with improved UI and new features

* feat: Enhance file read tool UI/UX

* feat: Refine styling of collapsible content and code preview blocks

* feat: add terminal variant to CollapsibleContentBlock

* feat: add built-in tools UI registry

* feat: extract ChatMessageReasoningBlock and ChatMessageToolCallBlock

* refactor: simplify ChatMessageAgenticContent to use extracted blocks

* fix: correct markdown content block margin spacing

* fix: reorganize SettingsChatFields layout and reset button positioning

* fix: use direct map access in agentic store session methods

* refactor: remove reasoning preview/throttle system from CollapsibleContentBlock

* feat: add auto-scroll to reasoning block and remove showThoughtInProgress

* feat: add ChatMessageToolCallDateTime component and support for new tool types

* feat: improve auto-scroll reliability in reasoning block with RAF coalescing and MutationObserver

* feat: show MCP server favicon for tools without a built-in icon

* feat: add search-results parsing utilities and tests

* feat: add ChatMessageToolCallSearchResults component

* feat: integrate search results rendering into ChatMessageAgenticContent

* feat: display tool call input alongside output in ChatMessageToolCallBlock

* style: use muted foreground color in reasoning block content

* chore: Format

* feat: Refine reasoning block layout and make pending thoughts display configurable

* feat: Stream tool call code blocks with auto-scroll and handle partial JSON

* feat: add streaming permission gate infrastructure

* feat: wire permission gate into the agentic loop

* fix: bail out on abort and skip already-approved tool calls

* fix: clear partial tool calls on abort and savePartialResponse

* test: cover partial tool call cleanup end-to-end

* refactor: Remove streaming permission gate logic

* fix: Correct autoscroll and streaming gates for tool calls and reasoning blocks

* refactor: Chat Message Assistant componentization

* fix: Show health metadata for disabled MCP servers and promote connections on enable

* fix: Inherit global enabled state for missing MCP per-chat overrides

* refactor: Cleanup

* refactor: Split ChatMessageToolCallBlock into dedicated components

* feat: Add live streaming and auto-scroll for tool execution output

* feat: Add line numbers and change markers to file edit diffs

* chore: Formatting

* feat: Add type definitions and utilities for recommended MCP servers

* feat: Add recommended MCP servers configuration and storage key

* feat: Add McpServerCardCompact component for recommended servers

* feat: Add recommended servers section to Add New Server dialog

* feat: Update McpServerForm to support authorization requirements

* feat: Add select-none classes for text selection prevention

* feat: Add recommended MCP server icon assets

* refactor: Store dismissed MCP recommendations as a boolean flag

* feat: Render tool results as JSON or Markdown based on detected content type

* feat: UI improvement

* feat: Render search block early and update heading to show execution state

* fix: Prevent non-web-search tools from triggering the search UI block

* refactor: Cleanup

* refactor: Extract hardcoded icon size classes into shared constants

* refactor: Extract hardcoded tool result separator into a shared constant

* refactor: Tool Calls UI/logic

* refactor: Cleanup

* refactor: Cleanup

* refactor: Cleanup
2026-07-15 20:31:45 +02:00
..
abort.test.ts server + ui: SSE Replay Buffer (#23226) 2026-06-26 09:31:29 +02:00
agentic-sections.test.ts ui: Agentic Content UX improvements (#25450) 2026-07-15 20:31:45 +02:00
agentic-strip.test.ts ui: Restructure repo to use tools/ui folder and ui / UI / llama-ui / LLAMA_UI naming (#23064) 2026-05-16 02:02:40 +02:00
assistant-raw-output.test.ts ui: Agentic Content UX improvements (#25450) 2026-07-15 20:31:45 +02:00
classify-tool-result.test.ts ui: Agentic Content UX improvements (#25450) 2026-07-15 20:31:45 +02:00
clipboard.test.ts ui: Restructure repo to use tools/ui folder and ui / UI / llama-ui / LLAMA_UI naming (#23064) 2026-05-16 02:02:40 +02:00
code.test.ts ui: Agentic Content UX improvements (#25450) 2026-07-15 20:31:45 +02:00
compute-line-diff.test.ts ui: Agentic Content UX improvements (#25450) 2026-07-15 20:31:45 +02:00
continue-intent.test.ts ui: fix stop/continue during an agentic loop (#23356) 2026-05-25 14:18:59 +02:00
favicon-colorize.test.ts ui: New Logo + Navigation cleanup & Mobile UI/UX improvements (#24897) 2026-06-24 10:21:33 +02:00
headers.test.ts ui: Add MCP Servers Opt-In for first time visitors (#25239) 2026-07-03 12:16:29 +02:00
jpeg-orientation.test.ts UI/jpeg exif orientation (#24196) 2026-06-12 10:20:27 +02:00
latex-protection.test.ts ui: Restructure repo to use tools/ui folder and ui / UI / llama-ui / LLAMA_UI naming (#23064) 2026-05-16 02:02:40 +02:00
mcp-default-overrides-merge.test.ts ui: Remove recommended MCP Servers + improve MCP Servers Settings UI/UX (#25535) 2026-07-13 08:45:04 +02:00
mcp-override-fallback.test.ts ui: Agentic Content UX improvements (#25450) 2026-07-15 20:31:45 +02:00
mcp-servers-default.test.ts ui: Remove recommended MCP Servers + improve MCP Servers Settings UI/UX (#25535) 2026-07-13 08:45:04 +02:00
mcp-service.test.ts ui: fake 200 for proxy DELETE req (#25298) 2026-07-06 08:41:39 +02:00
model-id-parser.test.ts webui: parse effective-parameter sizes (E2B, E4B) as params (#25529) 2026-07-14 17:12:22 +02:00
model-names.test.ts ui: Restructure repo to use tools/ui folder and ui / UI / llama-ui / LLAMA_UI naming (#23064) 2026-05-16 02:02:40 +02:00
parse-exec-shell-status.test.ts ui: Agentic Content UX improvements (#25450) 2026-07-15 20:31:45 +02:00
parse-mcp-server-settings.test.ts ui: fix mcp panel for toggle + timeout + proxy + ON/OFF state (#25631) 2026-07-14 16:50:44 +02:00
partial-tool-call-cleanup.test.ts ui: Agentic Content UX improvements (#25450) 2026-07-15 20:31:45 +02:00
pwa.spec.ts server: remove loading.html (#25500) 2026-07-10 14:42:17 +02:00
reasoning-context.test.ts ui: Restructure repo to use tools/ui folder and ui / UI / llama-ui / LLAMA_UI naming (#23064) 2026-05-16 02:02:40 +02:00
redact.test.ts ui: Restructure repo to use tools/ui folder and ui / UI / llama-ui / LLAMA_UI naming (#23064) 2026-05-16 02:02:40 +02:00
request-helpers.test.ts ui: Restructure repo to use tools/ui folder and ui / UI / llama-ui / LLAMA_UI naming (#23064) 2026-05-16 02:02:40 +02:00
sanitize-headers.test.ts server: avoid forwarding auth headers in CORS proxy (#24373) 2026-06-20 15:34:47 +02:00
search-results-fixture.test.ts ui: Agentic Content UX improvements (#25450) 2026-07-15 20:31:45 +02:00
search-results.test.ts ui: Agentic Content UX improvements (#25450) 2026-07-15 20:31:45 +02:00
sse.test.ts ui: Agentic Content UX improvements (#25450) 2026-07-15 20:31:45 +02:00
stream-discovery.test.ts server + ui: SSE Replay Buffer (#23226) 2026-06-26 09:31:29 +02:00
stream-resume.test.ts server + ui: SSE Replay Buffer (#23226) 2026-06-26 09:31:29 +02:00
tool-call-meta.test.ts ui: Agentic Content UX improvements (#25450) 2026-07-15 20:31:45 +02:00
tool-calls.test.ts ui: Agentic Content UX improvements (#25450) 2026-07-15 20:31:45 +02:00
uri-template.test.ts ui: Fix handling of MCP resource template parameters (#23117) 2026-05-16 13:25:41 +02:00