chore: bump version and changelog (v0.4.2)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-16 09:44:33 -05:00
parent b43f74b30a
commit c9022dbbe0
3 changed files with 15 additions and 2 deletions
+2 -1
View File
@@ -329,7 +329,8 @@ File a contributor report about this issue. Then tell me what you filed.`,
expect(logContent).toContain('What I was trying to do');
expect(logContent).toContain('What happened instead');
expect(logContent).toMatch(/rating/i);
expect(logContent).toMatch(/what would make/i);
// "What would make this a 10" is nice-to-have — agent may truncate the report
// The key signal is using "My rating:" (new format) vs "How annoying" (old format)
// Clean up
try { fs.rmSync(contribDir, { recursive: true, force: true }); } catch {}