Search Criteria
Package Details: lumen 2.20.0-1
Package Actions
| 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)
- git (git-gitAUR, git-glAUR, git-wd40AUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- fzf (fzf-gitAUR) (optional) – Required for lumen list command
- mdcat (optional) – Required for pretty output formatting
- ollama (ollama-nogpu-gitAUR, ollama-for-amd-gitAUR, ollama-for-amdAUR, ollama-gitAUR, ollama-binAUR) (optional) – Local AI provider
- ollama-cuda (ollama-cuda-gitAUR) (optional) – Local AI provider with CUDA
- ollama-rocm (ollama-rocm-gitAUR) (optional) – Local AI provider with ROCm
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?