Commit Graph

3 Commits

Author SHA1 Message Date
weidongde 77b6db7311 feat(auth): 添加 checkin 命令用于认证保活
添加 `gitlink-cli auth checkin` 命令,定时刷新认证会话,防止登录过期。

- 默认刷新间隔:30 分钟(可通过 -t 参数配置)
- 调用 GetCurrentUser API 保持会话活跃
- 支持 Ctrl+C 优雅退出
- 完整支持中英文国际化
2026-06-16 15:16:48 +08:00
Mengz d6321e7af5 fix: 统一认证凭据 fallback 配置目录 2026-06-06 18:42:50 +08:00
wbtiger 0170b5b063 test: add comprehensive test coverage across all packages (88.5% → 90.3%)
Add 18 new test files covering formatter, envelope, config, auth,
client, context, register, and all shortcut group packages.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 15:41:54 +08:00