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

View File

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