@snapcommit/cli 3.9.10 → 3.9.11

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.
@@ -925,6 +925,8 @@ async function executeGitHubCommand(intent) {
925
925
  break;
926
926
  case 'pr_show':
927
927
  case 'pr_status':
928
+ case 'pr_view':
929
+ case 'pr_details':
928
930
  let showPrNum = intent.target || intent.options?.number;
929
931
  // Smart PR detection: "show my PR" / "show this PR"
930
932
  if (!showPrNum) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapcommit/cli",
3
- "version": "3.9.10",
3
+ "version": "3.9.11",
4
4
  "description": "Instant AI commits. Beautiful progress tracking. Never write commit messages again.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {