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

Added bolt samples #15

Merged
merged 13 commits into from
Jan 18, 2025
Merged

Conversation

Domiii
Copy link
Collaborator

@Domiii Domiii commented Jan 13, 2025

@Domiii Domiii self-assigned this Jan 13, 2025
@@ -284,5 +284,6 @@ def generate_sid(config: AppConfig, session_name: str | None = None) -> str:
config=config,
initial_user_action=initial_user_action,
sid=sid,
exit_on_message=True,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

NOTE: Avoid waiting for user input forever. Providing a fake user response is the standard solution though.

@@ -28,15 +28,6 @@ def command_annotate_execution_points(
thought: str, is_workspace_repo: bool
) -> ReplayInternalCmdRunAction:
command_input: dict[str, Any] = dict()
if is_workspace_repo:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

NOTE: Remove legacy mode.

@Domiii Domiii changed the title PRO-945 Added bolt samples Jan 18, 2025
@Domiii Domiii merged commit bef88b0 into main Jan 18, 2025
13 of 19 checks passed
@Domiii Domiii deleted the dominik/pro-945-bolt-network-data-transfer-bug branch January 18, 2025 19:04
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.

1 participant