Package Details: lumen 2.20.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: 2
Popularity: 0.048424
First Submitted: 2024-11-29 20:42 (UTC)
Last Updated: 2026-01-31 20:00 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

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?