beam-cli 0.5.0

CLI entrypoint for beam, a Rust runtime that connects Feishu/Lark threads to local AI coding CLIs
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.0]https://github.com/linuxhenhao/beam/compare/beam-cli-v0.4.0...beam-cli-v0.5.0 - 2026-07-06

### Added

- *(send)* 对齐 Rust send 语义

### Other

- *(beam-daemon)* 拆分 lib.rs 为模块化结构并归位测试

## [0.4.0]https://github.com/linuxhenhao/beam/compare/beam-cli-v0.3.3...beam-cli-v0.4.0 - 2026-07-01

### Added

- *(cli)* setup 阶段自动探测 agent 二进制名、优化 allowedUsers 提示并补充单测
- *(beam)* 添加 Traex CLI 支持,支持 cliArgs 和跳过工作目录选择

## [0.3.3]https://github.com/linuxhenhao/beam/compare/beam-cli-v0.3.2...beam-cli-v0.3.3 - 2026-06-30

### Fixed

- *(opencode)* 修复权限确认回填
- *(runtime)* 修复 hook 输出和 slash 透传执行
- *(ask)* 更新 opencode 插件模板
- *(terminal-proxy)* anchor 发送 TermnalResize 设默认 160×50,viewer 断开后 debounce 复位

### Other

- Merge pull request #22 from linuxhenhao/fix/dump_screen

## [0.3.1]https://github.com/linuxhenhao/beam/compare/beam-cli-v0.3.0...beam-cli-v0.3.1 - 2026-06-27

### Fixed

- *(beam)* 使用 beam 前缀命名托管会话

## [0.3.0]https://github.com/linuxhenhao/beam/compare/beam-cli-v0.2.3...beam-cli-v0.3.0 - 2026-06-27

### Added

- *(beam)* 支持飞书历史消息读取
- *(terminal)* 持久化 ticket 密钥、只读 ticket 无过期、默认日志级别 INFO、支持 zellij 0.44 WS 路径
- *(terminal)* 切换到 zellij web terminal

### Other

- Merge pull request #15 from linuxhenhao/feat/lark-workdir-select
- 格式化代码

## [0.2.3]https://github.com/linuxhenhao/beam/compare/beam-cli-v0.2.2...beam-cli-v0.2.3 - 2026-06-22

### Other

- update Cargo.lock dependencies

## [0.2.2]https://github.com/linuxhenhao/beam/compare/beam-cli-v0.2.1...beam-cli-v0.2.2 - 2026-06-22

### Other

- update Cargo.lock dependencies