Skip to content

Enhance Interactive CLI Experience and Mission Workflow#195

Draft
hackerxj2010 wants to merge 1 commit into
mainfrom
interactive-cli-improvements-13129276312554163823
Draft

Enhance Interactive CLI Experience and Mission Workflow#195
hackerxj2010 wants to merge 1 commit into
mainfrom
interactive-cli-improvements-13129276312554163823

Conversation

@hackerxj2010
Copy link
Copy Markdown
Owner

This change significantly enhances JeanBot's interactive CLI experience, bringing it closer to the capabilities of tools like Claude Code.

Key improvements:

  • Interactive Planning: The CLI now generates a mission plan and waits for user confirmation (Y/n) before starting execution.
  • Real-time Updates: Added a callback mechanism to report step start and completion events, allowing the CLI to provide visual feedback as the mission progresses.
  • Enhanced Inspection: Users can now use status to see the current state of all mission steps, artifacts to list generated files, and view to inspect the content of those artifacts directly from the shell.
  • Visual Polish: Integrated ANSI colors for better readability and a more professional terminal interface.
  • Internal Refactoring: Updated MissionExecutorService and MissionExecutor to support this split-workflow and progress reporting.
  • Tests: Added a new test case in tests/python/test_service.py to verify the split plan-then-execute workflow.

PR created automatically by Jules for task 13129276312554163823 started by @hackerxj2010

…time updates

- Separation of planning and execution in MissionExecutorService.
- Implementation of on_step_update callback for real-time progress reporting.
- ANSI color support and enhanced shell prompts.
- New shell commands: 'status', 'artifacts', and 'view'.
- Mandatory plan confirmation step before mission execution.
- Added unit tests for the new split-workflow.

Co-authored-by: hackerxj2010 <198651211+hackerxj2010@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

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