CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings

fix(copy): stop claiming "AI is watching" while AI is unavailable #5449

Merged⚡ AI-generatedXSccantynz wants to mergefix/honest-ai-liveness-copymainopened 24d ago
2 changed files+2−2
Modifiedsrc/routes/dashboard.tsx+1−1View fileUnifiedSplit
12841284 <div style="font-size:22px;margin-bottom:6px" aria-hidden="true">
12851285 {"\u{1F441}"}
12861286 </div>
1287 All quiet — AI is watching.
1287 No AI activity in the last hour.
12881288 </div>
12891289 ) : (
12901290 <>
Modifiedsrc/routes/web.tsx+1−1View fileUnifiedSplit
41654165 ) : (
41664166 <div class="repo-ai-stats-strip" aria-label="AI activity summary for this week">
41674167 <span>{"⚡"}</span>
4168 <span>AI is watching — no activity this week</span>
4168 <span>No AI activity this week</span>
41694169 </div>
41704170 )}
41714171 {readme && (() => {
41724172
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts