Skip to content

Release v2.2

Choose a tag to compare

@github-actions github-actions released this 12 Feb 00:10

Remove CLI mode, make Robin UI-only

Robin now runs exclusively through the Streamlit web UI. The Click-based CLI
router (main.py) is removed, Docker entrypoint launches Streamlit directly,
and the binary build workflow is replaced with a release-only workflow.

  • Delete main.py (Click CLI router)
  • Update entrypoint.sh to exec streamlit run ui.py directly
  • Update Dockerfile to expose port 8501
  • Remove yaspin (CLI-only dep) from requirements.txt
  • Replace binary.yml with release.yml (keep versioning, remove PyInstaller build)
  • Update README to reflect UI-only usage

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com