feat(runtime): add process watch patterns, unified backup/import, pluggable context engine, token usage, and codex device login

This commit is contained in:
lpf
2026-04-14 14:53:18 +08:00
parent fac235db80
commit 79e0a48b74
18 changed files with 1257 additions and 64 deletions

View File

@@ -15,7 +15,7 @@ import (
"github.com/YspCoder/clawgo/pkg/logger"
)
var version = "0.0.2"
var version = "1.2.0"
var buildTime = "unknown"
const logo = ">"
@@ -65,6 +65,8 @@ func main() {
channelCmd()
case "skills":
skillsCmd()
case "backup":
backupCmd()
case "tui":
tuiCmd()
case "version", "--version", "-v":