Skip to content

Commit 92554d0

Browse files
authored
Merge pull request #8455 from sagemathinc/llm-update-202507
LLM update 202507
2 parents 3fa007c + 321ab58 commit 92554d0

28 files changed

+1915
-713
lines changed

src/.claude/settings.local.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44
"Bash(pnpm tsc:*)",
55
"Bash(pnpm build:*)",
66
"Bash(git add:*)",
7-
"Bash(git commit:*)"
7+
"Bash(git commit:*)",
8+
"Bash(node:*)",
9+
"Bash(grep:*)",
10+
"Bash(find:*)",
11+
"WebFetch(domain:github.com)",
12+
"WebFetch(domain:cocalc.com)",
13+
"WebFetch(domain:doc.cocalc.com)",
14+
"Bash(npm show:*)",
15+
"Bash(prettier -w:*)",
16+
"Bash(npx tsc:*)",
17+
"Bash(gh pr view:*)",
18+
"Bash(gh:*)"
819
],
920
"deny": []
1021
}

src/packages/frontend/admin/_style.sass

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
td:first-child
1414
font-family: monospace
1515
font-weight: bold
16+
17+
.admin-llm-test-running-row
18+
background-color: #f0f0f0 !important

0 commit comments

Comments
 (0)