feat(FN-3311): add version notes extractor for GitHub releases
Merges FN-3311 work into the release pipeline: adds a version notes extractor with tests and integrates GitHub release creation into the release script, plus a minor CSS design token consistency fix in the dashboard. Fusion-Task-Id: FN-3311
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
font-size: calc(var(--space-sm) + var(--space-xs) * 0.75);
|
||||
color: var(--text-muted);
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.5px;
|
||||
letter-spacing: calc(var(--space-xs) * 0.125);
|
||||
}
|
||||
|
||||
/* === Agent List View === */
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
box-shadow: 0 8px 20px color-mix(in srgb, var(--todo) 35%, var(--bg));
|
||||
box-shadow: var(--quick-chat-fab-shadow);
|
||||
cursor: grab;
|
||||
touch-action: none;
|
||||
z-index: 1000;
|
||||
@@ -22,8 +22,8 @@
|
||||
}
|
||||
|
||||
.quick-chat-fab:hover {
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 12px 24px color-mix(in srgb, var(--todo) 40%, var(--bg));
|
||||
transform: translateY(var(--quick-chat-fab-lift));
|
||||
box-shadow: var(--quick-chat-fab-shadow-hover);
|
||||
filter: brightness(1.04);
|
||||
}
|
||||
|
||||
@@ -227,7 +227,7 @@
|
||||
border: 1px solid color-mix(in srgb, var(--todo) 35%, var(--border));
|
||||
background: color-mix(in srgb, var(--todo) 14%, transparent);
|
||||
color: var(--text);
|
||||
font-size: 0.75rem;
|
||||
font-size: calc(var(--space-sm) + var(--space-xs));
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@@ -236,7 +236,7 @@
|
||||
@media (min-width: 769px) {
|
||||
.quick-chat-model-tag {
|
||||
max-width: 14ch;
|
||||
font-size: 0.6875rem;
|
||||
font-size: calc(var(--space-sm) + var(--space-xs) * 0.5);
|
||||
line-height: 1.2;
|
||||
white-space: normal;
|
||||
overflow-wrap: anywhere;
|
||||
@@ -393,7 +393,7 @@
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
color: var(--text-muted);
|
||||
font-size: 0.85rem;
|
||||
font-size: calc(var(--space-sm) + var(--space-xs) * 1.25);
|
||||
}
|
||||
|
||||
.quick-chat-panel-message {
|
||||
@@ -402,7 +402,7 @@
|
||||
border-radius: var(--radius-md);
|
||||
border: 1px solid var(--border);
|
||||
color: var(--text);
|
||||
font-size: 0.85rem;
|
||||
font-size: calc(var(--space-sm) + var(--space-xs) * 1.25);
|
||||
line-height: 1.45;
|
||||
word-break: break-word;
|
||||
}
|
||||
@@ -494,8 +494,8 @@
|
||||
position: absolute;
|
||||
top: var(--space-xs);
|
||||
right: var(--space-xs);
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
width: calc(var(--space-md) + var(--space-sm));
|
||||
height: calc(var(--space-md) + var(--space-sm));
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -965,12 +965,12 @@
|
||||
white-space: nowrap;
|
||||
flex: 1 1 auto;
|
||||
min-width: 0;
|
||||
font-size: 0.6875rem;
|
||||
font-size: calc(var(--space-sm) + var(--space-xs) * 0.5);
|
||||
}
|
||||
|
||||
.quick-chat-panel .chat-tool-calls-group-status {
|
||||
margin-left: auto;
|
||||
font-size: 0.6875rem;
|
||||
font-size: calc(var(--space-sm) + var(--space-xs) * 0.5);
|
||||
color: var(--text-dim);
|
||||
flex-shrink: 0;
|
||||
white-space: nowrap;
|
||||
@@ -1041,12 +1041,12 @@
|
||||
white-space: nowrap;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
font-size: 0.6875rem;
|
||||
font-size: calc(var(--space-sm) + var(--space-xs) * 0.5);
|
||||
}
|
||||
|
||||
.quick-chat-panel .chat-tool-call-status-text {
|
||||
margin-left: auto;
|
||||
font-size: 0.6875rem;
|
||||
font-size: calc(var(--space-sm) + var(--space-xs) * 0.5);
|
||||
text-transform: lowercase;
|
||||
white-space: nowrap;
|
||||
flex-shrink: 0;
|
||||
@@ -1074,7 +1074,7 @@
|
||||
color: var(--text-muted);
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.04em;
|
||||
font-size: 0.6875rem;
|
||||
font-size: calc(var(--space-sm) + var(--space-xs) * 0.5);
|
||||
}
|
||||
|
||||
.quick-chat-panel .chat-tool-call-value {
|
||||
@@ -1112,7 +1112,7 @@
|
||||
.quick-chat-panel .chat-tool-calls--compact .chat-tool-call-value,
|
||||
.quick-chat-panel .chat-tool-calls-group--compact .chat-tool-calls-group-summary,
|
||||
.quick-chat-panel .chat-tool-calls-group--compact .chat-tool-calls-names {
|
||||
font-size: 0.6875rem;
|
||||
font-size: calc(var(--space-sm) + var(--space-xs) * 0.5);
|
||||
}
|
||||
|
||||
@keyframes tool-call-pulse {
|
||||
@@ -1182,7 +1182,7 @@
|
||||
color: var(--todo);
|
||||
border: var(--btn-border-width, 1px) solid color-mix(in srgb, var(--todo) 30%, transparent);
|
||||
border-radius: var(--radius-pill);
|
||||
font-size: 0.6875rem;
|
||||
font-size: calc(var(--space-sm) + var(--space-xs) * 0.5);
|
||||
font-weight: 500;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user