Skip to content

fix(cli): Allow hyphens in agent names #29

fix(cli): Allow hyphens in agent names

fix(cli): Allow hyphens in agent names #29

Triggered via pull request February 25, 2026 16:47
Status Success
Total duration 2m 57s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
lint-ui: ui/components/server-detail.tsx#L205
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
lint-ui: ui/components/server-card.tsx#L67
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
lint-ui: ui/components/navigation.tsx#L29
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
lint-ui: ui/app/page.tsx#L213
React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array