| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Old: 'Updates are managed by your AUR package installer (paru,
yay, etc.). Run: paru -Syu'
New: 'command-code updates are managed by your AUR helper. Use:
paru -Syu (or yay -Syu)'
Changes:
- Name the package explicitly so the message is self-contained
- Use 'AUR helper' (the common term) instead of 'package installer'
- Move the command hint to a clause instead of the lead
- Keep exit 0 (friendly for automation)
|
|
npm 9.8.0+ fixed FS#63396 (file ownership in fakeroot); verified
all files in the installed package are root:root without the
explicit chown step. User has npm 11.16.0, so the workaround is
unnecessary.
Also refresh AGENTS.md to reflect current state:
- Bump versions to 0.31.0-2
- Document wrapper scripts (replaces stale 'symlinks' section)
- Document --no-audit --no-fund --prefer-offline --allow-scripts flags
- Fix outdated decisions table (No wrapper script -> Wrapper scripts)
- Update tarball checksum and test command filenames
|
|
Warm cache builds (preserved src/npm-cache/) drop from ~12s to 3s
for the npm install step. Cold builds unchanged (network-bound on
270 packages). No behavior change to installed package.
|
|
Cleaner approach: use npm's documented --allow-scripts flag with
the specific package names instead of creating a temp .npmrc file
and passing it via --userconfig. Same effect, less code.
|
|
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
|
|
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
|
|
npm's allowScripts security feature was blocking install scripts,
preventing sharp from downloading native binaries. Add temporary
.npmrc to explicitly approve sharp and protobufjs scripts during
package build.
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
|
|
Bump pkgver from 0.30.3 to 0.31.0, reset pkgrel to 1, update sha256sums.
Auto-update disabling behavior verified unchanged in 0.31.0.
|
|
Replace npm-created symlinks in /usr/bin/ with wrapper scripts that:
- Set COMMANDCODE_SKIP_UPDATES=1 to disable background update checks
- Intercept `cmd update` and direct users to their AUR helper
Bump pkgrel to 2.
|
|
Bump pkgver from 0.30.1 to 0.30.3, reset pkgrel to 1, update sha256sums.
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
|
|
|
|
|
|
AI coding agent that continuously learns your coding taste.
Distributed via npm as UNLICENSED proprietary software.
Binary aliases: cmd, cmdc, command-code, commandcode
Source: npm registry tarball
License: LicenseRef-command-code (Terms of Service)
|