# AgentTeams v0.1.10

This release makes the AgentTeams activity panel easier to place and size, fixes the `/agent-teams` conversation history, and gives the whale roles a cleaner visual treatment. It is tested against DeepSeek Harness `0.1.0-rc.8`.

## New & Improved

- **Movable and resizable activity panel**: switch between docked and floating layouts, drag the floating panel by its header, and resize it from the supported edges and corner. Position, size, and dock mode persist across refreshes.
- **Content-aware height**: the panel grows with its content and only introduces internal scrolling after reaching the viewport safety limit, avoiding a large empty area for smaller teams.
- **Cleaner role portraits**: captain and member artwork now uses transparent, uncropped character silhouettes with clearer sizing, lighter state stickers, and a compact unread indicator.

## Fixes

- Preserved the exact `/agent-teams ...` input as the normal user message in the main conversation.
- Kept command context injections below the user message in chronological order.
- Removed the duplicate slash-command result row while retaining the durable command events.

## Installation

```sh
dsh plugin --profile web add @nanmicoder/dsh-agent-teams
```

<details>
<summary><b>中文版本 / Chinese Version</b></summary>

# AgentTeams v0.1.10

本次更新重点改善 AgentTeams 活动面板的摆放与尺寸体验，修复 `/agent-teams` 在主会话中的消息展示，并重新整理鲸鱼角色头像的视觉层级。已基于 DeepSeek Harness `0.1.0-rc.8` 完成验证。

## 新增与改进

- **活动面板支持移动和缩放**：可在停靠与浮动布局之间切换；浮动态可以拖动标题栏，并从支持的边缘和右下角调整尺寸。面板位置、尺寸和停靠模式会在刷新后恢复。
- **高度跟随内容**：面板先根据团队内容自然增长，达到视口安全上限后才启用内部滚动，小团队不再出现大块空白。
- **角色头像更清晰**：队长和成员改为透明、无裁切的完整角色剪影，统一头像尺寸，减轻状态贴纸，并使用更轻量的未读提示。

## 修复

- 将用户输入的完整 `/agent-teams ...` 原文保留为主会话中的普通用户消息。
- 上下文注入按时间顺序显示在用户消息下方。
- 移除重复的 slash command 结果行，同时保留持久化命令事件。

## 安装

```sh
dsh plugin --profile web add @nanmicoder/dsh-agent-teams
```

</details>
