Skip to main content
← Back to list
01Issue
FeatureIn ProgressSwamp CLI
Assigneesstack72

Relationships

#1546 Exclude swamp internal model types from model list output

Opened by stack72 · 8/7/2026

Problem

When running swamp model list, internal model types used by swamp serve (e.g. swamp/server-token, swamp/enrollment-token, swamp/grant-config) appear alongside user-created models. These are implementation details of swamp serve and clutter the output for users who don't need to interact with them directly.

Proposed Solution

Filter out models whose type starts with swamp/ (or a defined set of internal types) from swamp model list output by default. Provide a flag like --all or --include-internal to show them when needed for debugging or administration.

Alternatives

  • A --hide-internal flag that defaults to on
  • A config option in .swamp.yaml to control visibility of internal types
  • Prefix internal types with a convention (e.g. _swamp/) and filter on that
02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 2 MOREREVIEW+ 3 MOREPR_LINKED

In Progress

8/7/2026, 2:41:19 AM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack728/7/2026, 1:57:43 AM

Sign in to post a ripple.