feat: /diff command to view git diff (#426)

Adds `/diff` command to view git diff
This commit is contained in:
Fouad Matin
2025-04-19 16:23:27 -07:00
committed by GitHub
parent 419f085cc4
commit b3b195351e
12 changed files with 232 additions and 7 deletions

View File

@@ -37,8 +37,8 @@
"*.md": "prettier --write",
".github/workflows/*.yml": "prettier --write",
"**/*.{js,ts,tsx}": [
"pnpm --filter @openai/codex run lint",
"pnpm --filter @openai/codex run typecheck"
"cd codex-cli && pnpm run lint",
"cd codex-cli && pnpm run typecheck"
]
},
"packageManager": "pnpm@10.8.1"