-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
last-msg and pr-url parse activity fields that were never verified against the real API:
last-msgextracts text vialastMsg.message?.text→lastMsg.text→lastMsg.message(guessed)pr-urllooks fora.completedSession?.pullRequestUrl(guessed)
These may silently return nothing on real sessions.
Fix
Run both commands against a real completed session with --json, inspect the raw activity structure, and update field paths to match actual API response.
Acceptance Criteria
-
jules_cli last-msg <id> --jsonreturns Jules's message text correctly -
jules_cli pr-url <id>returns the PR URL correctly
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working