feat: 完善 help 说明及多项功能优化

This commit is contained in:
shiyue
2026-03-18 00:20:12 +08:00
parent b23ac0fb6b
commit 40a3479e2a
9 changed files with 82 additions and 9 deletions

4
go.mod
View File

@@ -1,13 +1,13 @@
module github.com/voocel/ainovel-cli
go 1.25.5
go 1.25
require (
github.com/charmbracelet/bubbles v1.0.0
github.com/charmbracelet/bubbletea v1.3.10
github.com/charmbracelet/lipgloss v1.1.0
github.com/voocel/agentcore v1.5.3
github.com/voocel/litellm v1.6.2
github.com/voocel/litellm v1.6.3
)
require (