Skip to content

Release 0.7.0#139

Merged
Josh (jbeemster) merged 4 commits intomasterfrom
release/0.7.0
Nov 10, 2025
Merged

Release 0.7.0#139
Josh (jbeemster) merged 4 commits intomasterfrom
release/0.7.0

Conversation

@jbeemster
Copy link
Member

No description provided.

@jbeemster Josh (jbeemster) self-assigned this Nov 5, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR implements real-time streaming of task output and improves code formatting consistency throughout the codebase. The main change switches from batch output collection to streaming output line-by-line as tasks execute.

Key changes:

  • Modified execute_os to stream stdout/stderr in real-time using threads and buffered readers instead of waiting for process completion
  • Added get_task_summary_str function to print only summary information after streaming output
  • Reformatted code throughout using rustfmt for consistent code style

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
src/main.rs Added get_task_summary_str function, updated result printing logic to use new summary function, and applied consistent code formatting
src/factotum/executor/execution_strategy/mod.rs Refactored execute_os to stream stdout/stderr in real-time using threads and buffered readers, added necessary imports

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jbeemster Josh (jbeemster) marked this pull request as ready for review November 6, 2025 09:27
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 13 out of 13 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jbeemster Josh (jbeemster) force-pushed the release/0.7.0 branch 2 times, most recently from c17d845 to 4276362 Compare November 6, 2025 16:50
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 13 out of 13 changed files in this pull request and generated 6 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

@greg-el Greg Leonard (greg-el) left a comment

Choose a reason for hiding this comment

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

LGTM! Couple of style nitpicks, but nothing to block over.

@jbeemster Josh (jbeemster) merged commit 7608884 into master Nov 10, 2025
4 checks passed
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