feat: remove longform of 'what can you do?' prompt (#1334)

This commit is contained in:
Alex Hancock
2025-02-21 16:13:05 -05:00
committed by GitHub
parent 2a8955a8e8
commit 57b0982b00
+1 -6
View File
@@ -20,12 +20,7 @@ function SplashPill({ content, append, className = '', longForm = '' }) {
export default function SplashPills({ append }) {
return (
<div className="flex flex-wrap gap-2 animate-[fadein_500ms_ease-in_forwards]">
<SplashPill
content="What can you do?"
append={append}
className="bg-black dark:bg-white dark:hover:bg-gray-200 text-white dark:!text-black border-none hover:bg-slate"
longForm="Look around the users system, work out what capablities/apps there are there, what tools, and what sort user they are and suggest 3 serious and 3 fun tasks based on what you find that are likely to work (present fun markdown)."
/>
<SplashPill content="What can you do?" append={append} />
<SplashPill content="Demo writing and reading files" append={append} />
<SplashPill content="Make a snake game in a new folder" append={append} />
<SplashPill content="List files in my current directory" append={append} />