Skip to content

fix(chat): show full model name on hover#288

Merged
xintaofei merged 1 commit into
xintaofei:mainfrom
H1d3rOne:fix/model-display
Jun 17, 2026
Merged

fix(chat): show full model name on hover#288
xintaofei merged 1 commit into
xintaofei:mainfrom
H1d3rOne:fix/model-display

Conversation

@H1d3rOne

Copy link
Copy Markdown
Contributor

Summary

  • Add hover title text for model options in the chat input model selector.
  • Add hover title text for the selected model label when it is truncated.

Why

When choosing a model, long model names are truncated with ellipsis, making it hard to tell which model is which. Hovering now shows the complete model name.

Notes

  • No port-related configuration files were changed.

Checks

  • pnpm eslint src/components/chat/session-config-selector.tsx src/components/chat/dropdown-radio-item-content.tsx
  • git diff --check

@xintaofei

Copy link
Copy Markdown
Owner

感谢pr。

@xintaofei xintaofei merged commit 46029e9 into xintaofei:main Jun 17, 2026
7 checks passed
xintaofei added a commit that referenced this pull request Jun 17, 2026
- fix(chat): The session's model selector now shows each model's full name in a tooltip on hover — thanks to @H1d3rOne (#288).
- fix(install): The install script now works for root users and on systems without sudo (containers, slim images), and a half-finished install self-heals on re-run instead of staying broken.
- fix(experts): Bundled expert-skill scripts now keep their executable bit when extracted, so skills that invoke them by path no longer fail.
- chore(acp): Bundled Claude Code updated to 0.47.0.
- chore(experts): Bundled expert skills (superpowers) updated to v6.0.2.

-----------------------------

# 发布版本 0.15.13

- 修复(聊天):会话模型选择器现在悬停时会以提示框显示每个模型的完整名称——感谢 @H1d3rOne (#288)。
- 修复(安装):安装脚本现在支持 root 用户以及没有 sudo 的系统(容器、精简镜像),未完成的安装在重新运行时会自动修复,而非保持损坏状态。
- 修复(专家技能):内置专家技能脚本在解压时保留可执行位,通过路径调用这些脚本的技能不再失败。
- 更新(ACP):内置 Claude Code 升级至 0.47.0。
- 更新(专家技能):内置专家技能(superpowers)升级至 v6.0.2。
xintaofei added a commit that referenced this pull request Jun 17, 2026
- fix(chat): The session's model selector now shows each model's full name in a tooltip on hover — thanks to @H1d3rOne (#288).
- fix(install): The install script now works for root users and on systems without sudo (containers, slim images), and a half-finished install self-heals on re-run instead of staying broken.
- fix(experts): Bundled expert-skill scripts now keep their executable bit when extracted, so skills that invoke them by path no longer fail.
- chore(acp): Bundled Claude Code updated to 0.47.0.
- chore(experts): Bundled expert skills (superpowers) updated to v6.0.2.

-----------------------------

# 发布版本 0.15.13

- 修复(聊天):会话模型选择器现在悬停时会以提示框显示每个模型的完整名称——感谢 @H1d3rOne (#288)。
- 修复(安装):安装脚本现在支持 root 用户以及没有 sudo 的系统(容器、精简镜像),未完成的安装在重新运行时会自动修复,而非保持损坏状态。
- 修复(专家技能):内置专家技能脚本在解压时保留可执行位,通过路径调用这些脚本的技能不再失败。
- 更新(ACP):内置 Claude Code 升级至 0.47.0。
- 更新(专家技能):内置专家技能(superpowers)升级至 v6.0.2。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants