codebuff 1.0.431 → 1.0.432

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
@@ -61,7 +61,6 @@ function httpGet(url, options = {}) {
61
61
  // Add GitHub token if available
62
62
  const token = process.env.GITHUB_TOKEN
63
63
  if (token) {
64
- console.log('Using your GITHUB_TOKEN to download the latest version.')
65
64
  reqOptions.headers.Authorization = `Bearer ${token}`
66
65
  }
67
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codebuff",
3
- "version": "1.0.431",
3
+ "version": "1.0.432",
4
4
  "description": "AI coding agent",
5
5
  "license": "MIT",
6
6
  "bin": {