cruise 0.1.78

YAML-driven coding agent workflow orchestrator
Documentation
1
2
3
4
5
6
7
export function EmptyState() {
  return (
    <div className="flex items-center justify-center h-full text-gray-500 dark:text-gray-400">
      Select a session from the sidebar
    </div>
  );
}