A Paseo control plane for observing and operating Gas City supervisors.
paseo plugin add omercnet/paseo-plugins --ref main --path paseo-gas-citySecurity status covers commit f90a54e3f38d. This command tracks main. Refresh the listing before installing if the branch changed.
From the plugin's README
From GitHub:
paseo plugin add omercnet/paseo-plugins:paseo-gas-city
Update an existing Git installation with:
paseo plugin update gas-city
From a local checkout on the Paseo daemon host:
git clone https://github.com/omercnet/paseo-plugins.git
cd paseo-plugins/paseo-gas-city
bun install --frozen-lockfile
paseo plugin install "$PWD"
Start or confirm the Gas City supervisor before opening the plugin:
gc start /path/to/city
gc status /path/to/city --json
paseo plugin ls
paseo plugin ls must report gas-city as running with no load error.
Open Gas City from the sidebar or Command Center. Configure the supervisor endpoint and optional workspace mappings under Gas City settings. In a workspace, open the Factory panel for the mapped rig.
README
A Paseo control plane for observing and operating Gas City supervisors. It adds a global Gas City surface and a workspace-scoped Factory panel.
These screenshots use a temporary local Gas City v1.4.1 fixture. They contain no private project or session data. Wide captures omit Paseo's host navigation so the plugin surface remains the focus.
/sling <bead-id> [agent-role] to prefill a confirmed dispatch from a workspace.Gas City settings are host-scoped and shared by every Paseo client connected to that daemon:
http://127.0.0.1:8372.Settings are a safety and routing configuration, not a credential vault. Put authentication and network access controls in front of Gas City itself.
The default endpoint is http://127.0.0.1:8372. Non-loopback endpoints are rejected unless Allow
remote endpoint is enabled. Mutations are disabled by default, and mutation RPCs require explicit
confirmation even after they are enabled. These controls are an interactive safety interlock, not
an authorization boundary; Gas City remains responsible for access control. Responses, lists, and
strings are bounded and validated before they reach the UI.
Paseo plugins are trusted, unsandboxed code. Review the source before installing it on the daemon host. Enabling a remote endpoint sends requests to that host from the Paseo daemon.
^0.8.0 with plugins enabled.POST /v0/city/{cityName}/session/{id}/messages returns a request ID and city event cursor, but
/v0/city/{cityName}/session/{id}/stream emits transcript events with no request, message, or
turn correlation ID. A provider would therefore be unable to assign a reply to a Paseo prompt
safely when the session produces independent output.From GitHub:
paseo plugin add omercnet/paseo-plugins:paseo-gas-city
Update an existing Git installation with:
paseo plugin update gas-city
From a local checkout on the Paseo daemon host:
git clone https://github.com/omercnet/paseo-plugins.git
cd paseo-plugins/paseo-gas-city
bun install --frozen-lockfile
paseo plugin install "$PWD"
Start or confirm the Gas City supervisor before opening the plugin:
gc start /path/to/city
gc status /path/to/city --json
paseo plugin ls
paseo plugin ls must report gas-city as running with no load error.
Open Gas City from the sidebar or Command Center. Configure the supervisor endpoint and optional workspace mappings under Gas City settings. In a workspace, open the Factory panel for the mapped rig.
bun install
bun run check
bun run typecheck
bun test
bun run test:coverage
bun run verify:package
Build and verify the distributable archives with:
bun run verify:package
bun run package:release
Release Please maintains the package version, changelog, component tag, and GitHub release. Tags use
paseo-gas-city-v<version>. The release workflow re-runs checks, typechecking, coverage, and package
verification before uploading the ZIP asset and its SHA-256 checksum.
The package is @omercnet/paseo-gas-city at version 0.0.1. The supported distribution paths are
the Git source above and the versioned GitHub release ZIP.
Scanned 11 Sep 2026, 16:31 UTC from omercnet/paseo-plugins/paseo-gas-city.