Skip to content

Commit d8b74ac

Browse files
wakelessclaude
andcommitted
Update EmptyState with correct marketplace path and CLI alternatives
- Change marketplace path from /path/to/agent-tracker to wakeless/agent-tracker - Add command line alternatives (claude plugin ...) alongside slash commands - Clarify that commands can be run in Claude Code session or terminal 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent eb576f1 commit d8b74ac

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

src/components/EmptyState.tsx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,27 @@ export function EmptyState() {
2525
</Text>
2626
<Box marginTop={1} marginLeft={2} flexDirection="column">
2727
<Text>
28-
1. Add the plugin marketplace (run this in a Claude Code session):
28+
1. Add the plugin marketplace (in a Claude Code session or terminal):
2929
</Text>
30-
<Box marginLeft={3} marginTop={0} marginBottom={1}>
30+
<Box marginLeft={3} marginTop={0} marginBottom={1} flexDirection="column">
3131
<Text color="yellow">
32-
/plugin marketplace add /path/to/agent-tracker
32+
/plugin marketplace add wakeless/agent-tracker
33+
</Text>
34+
<Text dimColor>
35+
or: claude plugin marketplace add wakeless/agent-tracker
3336
</Text>
3437
</Box>
3538

3639
<Text>
3740
2. Install the agent-tracker plugin:
3841
</Text>
39-
<Box marginLeft={3} marginTop={0} marginBottom={1}>
42+
<Box marginLeft={3} marginTop={0} marginBottom={1} flexDirection="column">
4043
<Text color="yellow">
4144
/plugin install agent-tracker
4245
</Text>
46+
<Text dimColor>
47+
or: claude plugin install agent-tracker
48+
</Text>
4349
</Box>
4450

4551
<Text>

0 commit comments

Comments
 (0)