fix tokens

This commit is contained in:
2025-06-10 14:08:24 +09:00
parent 5564db014a
commit e2e2758a83
5 changed files with 696 additions and 63 deletions

View File

@ -79,6 +79,11 @@ aigpt chat syui "質問内容" --provider ollama --model qwen3:latest
# ドキュメント生成ai.wiki統合
aigpt docs --wiki
# トークン使用量・料金分析Claude Code連携
aigpt tokens report --days 7 # 美しい日別レポート要DuckDB
aigpt tokens cost --month today # セッション別料金分析
aigpt tokens summary --period week # 基本的な使用量サマリー
```
## 技術アーキテクチャ