# dsh-tool-describe-image bundle patch: inserts the describe_image tool plugin
# row into the web profile roster. Applied as a profile bundle layer (the
# `dsh.bundle.patch` manifest field); install with
# `dsh plugin --profile web add link:<repo>/packages/dsh-tool-describe-image`.
#
# One package, both halves: the node half (exports ".") runs in the host
# process and registers the model-facing describe_image tool, the
# /describe-image/attach upload route, and the "Image understanding"
# settings section; the browser half (declared by `dsh.client`, served from
# lib/client.js) rewrites image-bearing sends into describe-image references
# at submit time. The settings card itself is rendered by the web GUI's
# built-in plugin config page from the `describe-image` settings section.
- insert:
    - id: describe-image
      name: '@linxin666/dsh-tool-describe-image'
