﻿---
title: "终端宠物要图形协议，tmux 里没有"
summary: "/pets 只报告当前 CLI 会话状态。需要 iTerm2 3.6+ 或 Kitty / Sixel。IDE 没有宠物。"
category: commands
level: starter
surfaces: [cli, app]
tags: ["/pets", "TUI", "桌面"]
canonical: /tips/terminal-pets-constraints/
---

# 终端宠物要图形协议，tmux 里没有

/pets 只报告当前 CLI 会话状态。需要 iTerm2 3.6+ 或 Kitty / Sixel。IDE 没有宠物。

```text
/pets
/pets off
```

选内置或本机已有的自定义宠物。状态只有 Running、Needs input、Ready、Blocked，没有桌面应用那种多聊天托盘。

硬限制：

- 需要 iTerm2 3.6 或支持 Kitty 图形 / Sixel 的终端
- 在 `tmux` 和 Zellij 里不可用
- IDE 扩展没有选择器和浮层

桌面应用用 Settings > Pets；自定义走捆绑的 `hatch-pet` 技能，做完 Refresh 再选。宠物只改外观，不改模型怎么干活。网页 Work 的宠物没有 `/pet` 浮层。

## 来源

- [OpenAI · Pets](https://learn.chatgpt.com/docs/pets)
- [OpenAI · Developer commands](https://learn.chatgpt.com/docs/developer-commands)
