@@ -558,22 +558,22 @@ def test_view_and_expand_use_real_cursor_pagination(
558558 assert "## Checks" in out
559559 assert "[IN_PROGRESS/NONE] unit-tests (check-run)" in out
560560 assert "passed checks hidden." in out
561+ assert "⌨ comment_body: '<comment_body>'" in out
561562 assert "gh pr comment 77928 --repo PaddlePaddle/Paddle --body '<comment_body>'" in out
562- assert "gh pr comment 77928 --repo PaddlePaddle/Paddle --body-file <path-or->" in out
563563 assert "gh pr close 77928 --repo PaddlePaddle/Paddle" in out
564+ assert "⌨ labels_csv: '<label1>,<label2>'" in out
564565 assert "gh pr edit 77928 --repo PaddlePaddle/Paddle --add-label '<label1>,<label2>'" in out
565566 assert "gh pr edit 77928 --repo PaddlePaddle/Paddle --remove-label '<label1>,<label2>'" in out
567+ assert "⌨ reviewers_csv: '<reviewer1>,<reviewer2>'" in out
566568 assert "gh pr edit 77928 --repo PaddlePaddle/Paddle --add-reviewer '<reviewer1>,<reviewer2>'" in out
569+ assert "⌨ assignees_csv: '<assignee1>,<assignee2>'" in out
567570 assert "gh pr edit 77928 --repo PaddlePaddle/Paddle --add-assignee '<assignee1>,<assignee2>'" in out
568571 assert "link:" not in out
569572 assert (
570573 "Edit comment via gh-llm: `gh-llm pr comment-edit c3 --body '<comment_body>' --pr 77928 --repo PaddlePaddle/Paddle`"
571574 in out
572575 )
573- assert (
574- "Multi-line edit via gh-llm: `gh-llm pr comment-edit c3 --body-file <comment.md> --pr 77928 --repo PaddlePaddle/Paddle`"
575- in out
576- )
576+ assert "⌨ comment_body: '<comment_body>'" in out
577577
578578 pre_expand_calls = len (responder .calls )
579579 code = cli .run (["pr" , "timeline-expand" , "2" , "--pr" , "77928" , "--repo" , "PaddlePaddle/Paddle" , "--page-size" , "2" ])
@@ -618,15 +618,12 @@ def test_view_and_expand_use_real_cursor_pagination(
618618 "Edit comment via gh-llm: `gh-llm pr comment-edit PRRC_self_1 --body '<comment_body>' --pr 77928 --repo PaddlePaddle/Paddle`"
619619 in out
620620 )
621- assert "reply_body_file: '<reply.md>'" in out
622621 assert (
623- "Multi-line reply via gh-llm: `gh-llm pr thread-reply PRRT_mock_1 --body-file <reply.md> --pr 77928 --repo PaddlePaddle/Paddle`"
624- in out
625- )
626- assert (
627- "Multi-line edit via gh-llm: `gh-llm pr comment-edit PRRC_self_1 --body-file <comment.md> --pr 77928 --repo PaddlePaddle/Paddle`"
622+ "Reply via gh-llm: `gh-llm pr thread-reply PRRT_mock_1 --body '<reply>' --pr 77928 --repo PaddlePaddle/Paddle`"
628623 in out
629624 )
625+ assert "⌨ comment_body: '<comment_body>'" in out
626+ assert "⌨ reply_body: '<reply>'" in out
630627 assert "Unresolve via gh-llm:" in out
631628
632629 code = cli .run (
@@ -1525,20 +1522,19 @@ def test_issue_view_and_expand_use_real_cursor_pagination(
15251522 assert "(comment hidden: outdated)" in out
15261523 assert "run `gh-llm issue comment-expand ic1 --issue 77924 --repo PaddlePaddle/Paddle` for full comment" in out
15271524 assert "## Actions" in out
1525+ assert "⌨ comment_body: '<comment_body>'" in out
15281526 assert "gh issue comment 77924 --repo PaddlePaddle/Paddle --body '<comment_body>'" in out
1529- assert "gh issue comment 77924 --repo PaddlePaddle/Paddle --body-file <path-or->" in out
15301527 assert "gh issue close 77924 --repo PaddlePaddle/Paddle" in out
1528+ assert "⌨ labels_csv: '<label1>,<label2>'" in out
15311529 assert "gh issue edit 77924 --repo PaddlePaddle/Paddle --add-label '<label1>,<label2>'" in out
15321530 assert "gh issue edit 77924 --repo PaddlePaddle/Paddle --remove-label '<label1>,<label2>'" in out
1531+ assert "⌨ assignees_csv: '<assignee1>,<assignee2>'" in out
15331532 assert "gh issue edit 77924 --repo PaddlePaddle/Paddle --add-assignee '<assignee1>,<assignee2>'" in out
15341533 assert (
15351534 "Edit comment via gh-llm: `gh-llm issue comment-edit ic2 --body '<comment_body>' --issue 77924 --repo PaddlePaddle/Paddle`"
15361535 in out
15371536 )
1538- assert (
1539- "Multi-line edit via gh-llm: `gh-llm issue comment-edit ic2 --body-file <comment.md> --issue 77924 --repo PaddlePaddle/Paddle`"
1540- in out
1541- )
1537+ assert "⌨ comment_body: '<comment_body>'" in out
15421538 assert "cross-reference by @alice (Alice)" in out
15431539 assert "gh-llm pr view 77900 --repo PaddlePaddle/Paddle" in out
15441540 assert "issue/closed by @ShigureNyako" in out
0 commit comments