agent-discover 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,14 +11,9 @@ Built for AI coding agents (Claude Code, Codex CLI, Gemini CLI, Aider) but works
|
|
|
11
11
|
|
|
12
12
|
---
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
<img src="docs/screenshots/dark.png" alt="Dashboard (Dark)" width="800" />
|
|
18
|
-
</p>
|
|
19
|
-
<p align="center">
|
|
20
|
-
<img src="docs/screenshots/light.png" alt="Dashboard (Light)" width="800" />
|
|
21
|
-
</p>
|
|
14
|
+
| Light Theme | Dark Theme |
|
|
15
|
+
| ------------------------------------------ | ---------------------------------------- |
|
|
16
|
+
|  |  |
|
|
22
17
|
|
|
23
18
|
---
|
|
24
19
|
|
package/package.json
CHANGED