codebuff 1.0.497 → 1.0.498

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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -422,7 +422,7 @@ const program = new Command()
422
422
  program
423
423
  .name('codebuff')
424
424
  .description('AI coding agent')
425
- .helpOoption(false)
425
+ .helpOption(false)
426
426
  .option('-p, --print', 'print mode - suppress wrapper output')
427
427
  .allowUnknownOption()
428
428
  .parse()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codebuff",
3
- "version": "1.0.497",
3
+ "version": "1.0.498",
4
4
  "description": "AI coding agent",
5
5
  "license": "MIT",
6
6
  "bin": {