Skip to content
dsh.fish
Bundle

@supanexus/dsh-plugin-chat-enhance

SupaNexus chat enhance: searchable model picker with image capability tags

Source
supanexus
stars
1 stars
License
MIT
Updated
Updated yesterday

Readme

# @supanexus/dsh-plugin-chat-enhance

中文 · [English](./README.en.md)

可搜索的模型选择器与多模态「图片」能力标签。附件上传复用官方输入栏回形针。

仓库:[GitHub](https://github.com/supanexus/dsh-plugin-chat-enhance)

## 安装

```bash
dsh plugin --profile web add github:supanexus/dsh-plugin-chat-enhance#v0.3.4
```

安装后请**完全重启** `dsh web`(或 Desktop Host),并用打印的 `?token=` 地址打开。

## 能做什么

- **最近模型**:输入栏旁显示最近用过的模型,一点即切
- **搜索选模型**:按名称搜索,可按提供方筛选,可只看支持图片的模型
- **图片标签**:支持图片输入的模型名称旁显示「图片」

## 怎么用

1. 打开任意对话
2. 点模型选择区域 → 搜索或筛选想要的模型;需要识图时打开「仅图片」
3. 需要发图时用官方输入栏回形针选择附件,再发送

## 说明

- **不依赖** SupaNexus Core 也能搜索、切换模型
- 「图片」标签需要当前模型已声明支持图片输入(例如通过 Core 快速配置 / OAuth 写入);否则筛选/标签会保持不可用,不影响其它功能
- 附件上传由 dsh ≥ 0.1.3 官方 InputBar 提供(图片 + 通用文件);无图模态模型仍可挂通用文件,仅拒绝图片 intake(能力未知时不拦截,与官方提交时校验一致)

## 可选配置

```yaml
config:
  maxRecent: 4   # 最近模型芯片数量
```

也可在设置 → 插件中调整(若界面提供该项)。

## License

MIT © SupaNexus

Install

dsh plugin --profile web add github:supanexus/dsh-plugin-chat-enhance

Profile: web

  • This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source