Enhance Interactive CLI Experience and Mission Workflow#195
Enhance Interactive CLI Experience and Mission Workflow#195hackerxj2010 wants to merge 1 commit into
Conversation
…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>
|
👋 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 New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This change significantly enhances JeanBot's interactive CLI experience, bringing it closer to the capabilities of tools like Claude Code.
Key improvements:
statusto see the current state of all mission steps,artifactsto list generated files, andviewto inspect the content of those artifacts directly from the shell.MissionExecutorServiceandMissionExecutorto support this split-workflow and progress reporting.tests/python/test_service.pyto verify the split plan-then-execute workflow.PR created automatically by Jules for task 13129276312554163823 started by @hackerxj2010