summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
3 hoursupgpkg: command-code 0.52.3-1ismet
3 daysupgpkg: command-code 0.52.1-1ismet
4 daysupgpkg: command-code 0.52.0-1ismet
5 daysupgpkg: command-code 0.51.0-2ismet
5 daysupgpkg: command-code 0.51.0-1ismet
8 daysupgpkg: command-code 0.44.1-3ismet
8 daysupgpkg: command-code 0.44.1-2ismet
8 daysupgpkg: command-code 0.44.1-1ismet
2026-06-20upgpkg: command-code 0.40.0-1ismet
2026-06-17upgpkg: command-code 0.38.4-1ismet
2026-06-16upgpkg: command-code 0.38.2-1ismet
2026-06-13upgpkg: command-code 0.37.2-1ismet
2026-06-11upgpkg: command-code 0.35.0-1ismet
2026-06-10upgpkg: command-code 0.34.1-1ismet
2026-06-09upgpkg: command-code 0.33.3-1ismet
2026-06-08upgpkg: command-code 0.33.2-1ismet
2026-06-07upgpkg: command-code 0.33.0-1ismet
2026-06-05upgpkg: command-code 0.32.3-1ismet
2026-06-03upgpkg: command-code 0.32.0-1ismet
2026-06-02Update command-code to 0.31.2Ismet Togay
2026-06-02Refine wrapper update messageIsmet Togay
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)
2026-06-02Drop chown -R and refresh documentationIsmet Togay
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
2026-06-02Speed up rebuilds with npm --prefer-offline --no-audit --no-fundIsmet Togay
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.
2026-06-02Use --allow-scripts CLI flags instead of --userconfigIsmet Togay
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.
2026-06-01Update .SRCINFOIsmet Togay
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
2026-06-01Update .SRCINFOIsmet Togay
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
2026-06-01Fix npm allow-scripts warnings for sharp and protobufjsIsmet Togay
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>
2026-06-01Update command-code to 0.31.0Ismet Togay
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.
2026-06-01Disable auto-updates, require AUR package managerIsmet Togay
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.
2026-06-01Update command-code to 0.30.3Ismet Togay
Bump pkgver from 0.30.1 to 0.30.3, reset pkgrel to 1, update sha256sums. Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
2026-05-31Add AGENTS.md with project documentationIsmet Togay
2026-05-31Disable strip for faster buildsIsmet Togay
2026-05-31Add command-code 0.30.1Ismet Togay
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)