feat: expand interface and incorporate new 2026 CLI tools#83
Conversation
- Added standalone setup modules for: Deno, Biome, Ruff, Broot, Procs, Pueue, Mods, LLM, Cline, Just, Helix, Nushell, Distrobox, Moon, pkgx, Tealdeer, Hyperfine, and OpenTofu. - Updated `DEFAULT_MODULES` in `setup-2026.sh` for `dev`, `full`, and `ai-dev` profiles to include the newly added tools. - Appended descriptive entries to the `MOD_DESC` associative array for a better gum UI experience.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Passed `secrets: inherit` in `.github/workflows/validate.yml` and `.github/workflows/security.yml` to allow the reusable workflows (and gitleaks action) to access the required `GITHUB_TOKEN`. This resolves the gitleaks authentication failure. - Note: Node.js 20 warnings are currently handled in the reusable actions from `juninmd/base-actions` which we call. The reusable actions repository will need to be updated to v4 of `actions/checkout` or opt-in to node 24 natively. - Added standalone setup modules for: Deno, Biome, Ruff, Broot, Procs, Pueue, Mods, LLM, Cline, Just, Helix, Nushell, Distrobox, Moon, pkgx, Tealdeer, Hyperfine, and OpenTofu. - Updated `DEFAULT_MODULES` in `setup-2026.sh` for `dev`, `full`, and `ai-dev` profiles to include the newly added tools. - Appended descriptive entries to the `MOD_DESC` associative array for a better gum UI experience.
- Passed `secrets: inherit` in `.github/workflows/validate.yml` and `.github/workflows/security.yml` to allow the reusable workflows (and gitleaks action) to access the required `GITHUB_TOKEN`. This resolves the gitleaks authentication failure. - Note: Node.js 20 warnings are currently handled in the reusable actions from `juninmd/base-actions` which we call. The reusable actions repository will need to be updated to v4 of `actions/checkout` or opt-in to node 24 natively. - Added standalone setup modules for: Deno, Biome, Ruff, Broot, Procs, Pueue, Mods, LLM, Cline, Just, Helix, Nushell, Distrobox, Moon, pkgx, Tealdeer, Hyperfine, and OpenTofu. - Updated `DEFAULT_MODULES` in `setup-2026.sh` for `dev`, `full`, and `ai-dev` profiles to include the newly added tools. - Appended descriptive entries to the `MOD_DESC` associative array for a better gum UI experience.
|



This PR expands the dotfiles repository by adding installation modules for 18 modern, productivity-focused CLI and AI tools ("2026 apps"). It updates the main setup script (
setup-2026.sh) to feature these new modules in its TUI descriptions and integrates them as default installations under the relevant profiles (dev,full,ai-dev).PR created automatically by Jules for task 7308608421624368493 started by @juninmd