chorus-cli 0.4.9 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -630,7 +630,6 @@ async function processTicket(issueArg, { useSuper = false, skipQA = false, qaNam
630
630
  console.log('⏭️ Skipping QA conversation (--skip-qa)\n');
631
631
  } else {
632
632
  const qaName = qaNameOverride || await provider.getUserDisplayName(issue.user.login);
633
- console.log(JSON.stringify(qaName));
634
633
  console.log(`💬 Starting QA conversation with ${qaName?.login}...`);
635
634
  const qaResult = await runQAChat(issue, enrichedDetails, qaName, useSuper);
636
635
  qaResponse = qaResult.requirements;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chorus-cli",
3
- "version": "0.4.9",
3
+ "version": "0.5.0",
4
4
  "description": "Automated ticket resolution with AI, Teams, and Slack integration",
5
5
  "main": "index.js",
6
6
  "bin": {