LIghtJUNction
e8cd999596
chore: 更新项目配置和 CLI
...
- 更新 .env.example 环境变量示例
- 更新 pyproject.toml 依赖配置
- 删除 tui 相关命令 (cmd_tui.py, cmd_run_tui.py)
- 更新 CLI i18n 和核心模块
- 删除 tombi.toml
2026-03-27 00:16:03 +08:00
LIghtJUNction
613910f592
refactor(cli): update CLI commands structure
2026-03-25 00:10:23 +08:00
LIghtJUNction
f60ffdb62a
refactor(dashboard): remove unused sha256 utility
...
The sha256.ts module is no longer used by any frontend code.
2026-03-23 20:38:43 +08:00
LIghtJUNction
2f45280222
fix(dashboard): symlink dist for dev-mode resource resolution
...
importlib.resources.files('astrbot')/dashboard/dist needs to exist
in the package dir for bundled dashboard detection to work in dev.
2026-03-22 22:29:26 +08:00
LIghtJUNction
13132517b2
重构: 修正一些错误,引入_internel包
2026-03-20 16:51:27 +08:00
LIghtJUNction
1bb73ab3cf
feat(cli): add 'webui' group + register command in CLI
2026-03-19 19:53:48 +08:00
LIghtJUNction
5caf3a4793
chore: update AGENTS.md
2026-03-17 18:52:44 +08:00
LIghtJUNction
6db0959bb1
feat(cli): implement uninstall command and add log-level option
...
- Implement 'astrbot uninstall' to remove systemd service and data files
- Add '--log-level' option to 'astrbot run' (default: INFO)
- Pass log level config to core logger via env var
2026-03-16 23:55:36 +08:00
LIghtJUNction
0b7fc29ac4
style: add ruff lint module of isort and pyupgrade, and some ruff check fix ( #3214 )
...
Co-authored-by: Dt8333 <25431943+Dt8333@users.noreply.github.com >
Co-authored-by: Soulter <905617992@qq.com >
2025-11-01 13:26:19 +08:00
Raven95676
c367f5009d
feat: CLI支持部分配置文件项的设定
2025-05-10 16:03:08 +08:00
Raven95676
ccb1f87a20
feat: cli支持插件自动热重载;cli支持插件管理;cli支持指定Dashboard端口
2025-05-06 17:56:56 +08:00