tycono 0.3.24-beta.0 → 0.3.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tycono",
3
- "version": "0.3.24-beta.0",
3
+ "version": "0.3.24",
4
4
  "description": "Build an AI company. Watch them work.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -480,7 +480,7 @@ export const CommandMode: React.FC<CommandModeProps> = ({
480
480
  ))}
481
481
 
482
482
  {/* Empty state */}
483
- {allLines.length === 0 && (
483
+ {liveLines.length === 0 && committedLines.length === 0 && (
484
484
  <Box>
485
485
  <Text color="gray" dimColor>
486
486
  Type a message to your AI team, or /help for commands.