remove last source badges

This commit is contained in:
team 1
2026-05-06 18:57:11 +02:00
parent 02fd087323
commit 56646a0c3b
2 changed files with 9 additions and 9 deletions

View File

@@ -88,11 +88,11 @@ input, textarea, select {
background: #121a25; background: #121a25;
border: 1px solid var(--border); border: 1px solid var(--border);
border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;
box-shadow: 0px 0px 20px #ffffff33; box-shadow: 0px 0px 20px #ffffff26;
} }
.message { .message {
margin-bottom: 1.2rem; margin-bottom: .7rem;
} }
.message.user { .message.user {
@@ -100,13 +100,13 @@ input, textarea, select {
} }
.message.user .bubble { .message.user .bubble {
background: var(--user);
margin-left: auto; margin-left: auto;
color: #86b7fe;
} }
.message.assistant .bubble { .message.assistant .bubble {
background: #16202f; /*background: #16202f;*/
border: 1px solid var(--border); border-bottom: 1px solid var(--border);
max-width: 100%; max-width: 100%;
} }
@@ -523,8 +523,8 @@ body:not(.retriex-show-detail-cards) #chat .retriex-alert {
/* RetrieX chat meta/status cards */ /* RetrieX chat meta/status cards */
.retriex-meta-card, .retriex-meta-card,
.retriex-alert { .retriex-alert {
margin: 0.65rem 0; margin: 0 0 1.5rem -.5rem;
border: 1px solid rgba(134, 183, 254, 0.26); border: 0;
border-radius: 14px; border-radius: 14px;
background: rgba(13, 17, 23, 0.72); background: rgba(13, 17, 23, 0.72);
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18); box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);

View File

@@ -684,12 +684,12 @@ final readonly class AgentRunner
'meta' 'meta'
); );
if ($sources !== []) { /* if ($sources !== []) {
yield $this->emitSources( yield $this->emitSources(
$sources, $sources,
$this->agentRunnerConfig->getSourcesPrefix() $this->agentRunnerConfig->getSourcesPrefix()
); );
} }*/
if ($this->debug) { if ($this->debug) {
yield $this->systemMsg($finalPrompt, 'debug'); yield $this->systemMsg($finalPrompt, 'debug');