cruise 0.1.55

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">
      Select a session from the sidebar
    </div>
  );
}