Package Details: lumen 2.32.0-1

Git Clone URL: https://aur.archlinux.org/lumen.git (read-only, click to copy)
Package Base: lumen
Description: Instant AI Git Commit message, Git changes summary from the CLI (no API key required)
Upstream URL: https://github.com/jnsahaj/lumen
Licenses: MIT
Submitter: mtorromeo
Maintainer: mtorromeo
Last Packager: mtorromeo
Votes: 3
Popularity: 0.30
First Submitted: 2024-11-29 20:42 (UTC)
Last Updated: 2026-07-17 21:31 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

mdrv commented on 2026-07-11 11:33 (UTC) (edited on 2026-07-11 13:30 (UTC) by mdrv)

Kindly request to add aarch64 support in PKGBUILD arch property. Already tested and working properly on my ARM device.

Update: Thanks for the addition, @mtorromeo.

cprn commented on 2026-01-15 17:08 (UTC)

Unrelated to @mika.cousin's issue: I made an autocompletion script for ZSH.

mika.cousin commented on 2026-01-15 15:44 (UTC) (edited on 2026-01-15 16:04 (UTC) by mika.cousin)

Hi, With 2.16.0-1 update, the package build fails on the vcs::git::tests::test_get_merge_base_returns_ancestor test.

It expects git init to create a default "main" branch, but it's still "master" that is created.

Solved with "git config set --global init.defaultBranch main"

cprn commented on 2025-10-26 01:57 (UTC)

Asking here 1st: there's no autocompletion – is there a dependency I need?