Skip to content

Add agents command to list available agent identifiers#52

Merged
albertodebortoli merged 1 commit intomainfrom
agents-command
Apr 8, 2026
Merged

Add agents command to list available agent identifiers#52
albertodebortoli merged 1 commit intomainfrom
agents-command

Conversation

@albertodebortoli
Copy link
Copy Markdown
Member

Description

  • Adds a new luca agents subcommand that prints a formatted table of all known agent identifiers and their project skill paths.
  • This lets users discover valid values for the --agent flag when installing skills.

Type of Change

  • Feature

How Has This Been Tested?

  • Manually tested locally (luca agents, luca agents --help)
  • Tested on macOS (arch: arm64)
  • Swift code builds locally (swift build)
  • Tests pass locally (swift test) — 343 tests passing

Screenshots / Demo

$ luca agents
Id              Project Skills Path
──────────────  ───────────────────
adal            .adal/skills
amp             .agents/skills
claude-code     .claude/skills
cursor          .agents/skills
...

Checklist

  • Swift code builds locally (swift build)
  • Tests pass locally (swift test)
  • Code style / formatting respected
  • PR title follows conventional style

Breaking Changes?

  • No

Additional Notes

Registered under the existing "Listing" command group alongside installed.

Adds a new `luca agents` subcommand that prints a formatted table of all
known agent identifiers and their project skill paths. This lets users
discover valid values for the `--agent` flag when installing skills.
@albertodebortoli albertodebortoli added this to the 0.14.0 milestone Apr 8, 2026
@albertodebortoli albertodebortoli added the feature New feature or enhancement label Apr 8, 2026
@albertodebortoli albertodebortoli marked this pull request as ready for review April 8, 2026 08:13
@albertodebortoli albertodebortoli merged commit 9331f20 into main Apr 8, 2026
3 of 5 checks passed
@albertodebortoli albertodebortoli deleted the agents-command branch April 8, 2026 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant