Skip to content

Conversation

@casparb
Copy link

@casparb casparb commented Oct 30, 2025

  • fixed screen height by adding reserve_space_for_menu=0
  • moved console.clear() before create_model() to prevent double banner
  • moved model info display from create_model() to simple_cli() and positioned it before working directory line

@eyurtsev eyurtsev self-assigned this Oct 31, 2025
"""Main entry point."""
# Create the model (checks API keys)
model = create_model()
session_state.model = model
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mutable assignment here?

FWIW something related to this change crashes the app

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll try to resolve now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants