You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix generate-demos.js to hide agents from both ~/.copilot and ~/.claude
- Fix streamer mode to set both on_air_mode and streamer_mode keys
- Add --file flag to generate-demos.js for running single tape files
- Add stale backup recovery for interrupted runs
- Add Framerate 10 setting to reduce GIF file sizes
- Bump short responseWait values (15s -> 25s) to prevent early cancellation
- Revert sample project to pre-feature state so demos work correctly
- Remove minimal-workflow-demo, add full-review-demo with agent selection
- Regenerate all 18 demo GIFs with Sonnet model
"description": "Idea to merged PR: plan, implement, test a new feature",
143
137
"prompts": [
144
-
"@samples/book-app-project/books.py What methods already exist for filtering books?",
145
-
{ "text": "Add a get_unread_books method to BookCollection that returns only books where read is False", "responseWait": 30 },
146
-
{ "text": "@samples/book-app-project/books.py Generate pytest tests for the get_unread_books method", "responseWait": 30 }
138
+
{ "text": "I need to add a 'list unread' command to the book app that shows only books where read is False. What files need to change?", "responseWait": 25 },
{ "text": "@samples/book-app-project/tests/test_books.py Design test cases for filtering unread books.", "responseWait": 30 },
143
+
{ "text": "Add a get_unread_books method to BookCollection in books.py. Add a 'list unread' command option in book_app.py. Update the help text in the show_help function.", "responseWait": 30 },
144
+
{ "text": "Generate comprehensive tests for the new feature", "responseWait": 35 },
145
+
{ "text": "/review", "responseWait": 25 },
146
+
{ "text": "Create a pull request titled 'Feature: Add list unread books command'", "responseWait": 25 }
0 commit comments