Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display session ID in CLI mode #6898

Merged
merged 17 commits into from
Feb 24, 2025
Merged

Display session ID in CLI mode #6898

merged 17 commits into from
Feb 24, 2025

Conversation

enyst
Copy link
Collaborator

@enyst enyst commented Feb 23, 2025

This PR adds the session ID to the CLI output at startup, as requested in issue #6417. This helps users to easily identify their session ID when using the CLI.

Fix #6417


To run this PR locally, use the following command:

docker run -it --rm   -p 3000:3000   -v /var/run/docker.sock:/var/run/docker.sock   --add-host host.docker.internal:host-gateway   -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:2704a8c-nikolaik   --name openhands-app-2704a8c   docker.all-hands.dev/all-hands-ai/openhands:2704a8c

@enyst enyst force-pushed the fix-issue-6417-cli-sid branch from 9dd0bd0 to 0fb9760 Compare February 23, 2025 09:40
@enyst enyst added the lint-fix label Feb 23, 2025
@enyst enyst force-pushed the fix-issue-6417-cli-sid branch from 3f5f3a4 to 25bebae Compare February 23, 2025 09:59
@enyst enyst added lint-fix and removed lint-fix labels Feb 23, 2025
@enyst enyst added lint-fix and removed lint-fix labels Feb 23, 2025
Copy link
Collaborator

@tofarr tofarr left a comment

Choose a reason for hiding this comment

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

🍰

@enyst enyst marked this pull request as ready for review February 23, 2025 17:25
@enyst enyst enabled auto-merge (squash) February 23, 2025 17:26
@enyst enyst disabled auto-merge February 23, 2025 17:34
@enyst enyst changed the title feat: display session ID in CLI mode (fix #6417) Display session ID in CLI mode Feb 24, 2025
@enyst enyst merged commit 666c186 into main Feb 24, 2025
13 checks passed
@enyst enyst deleted the fix-issue-6417-cli-sid branch February 24, 2025 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Printing the Session ID for CLI Mode at the start
3 participants