shell: support Windows cmd /C; normalize date/time; allow all commands; add tests

This commit is contained in:
2026-03-05 17:44:19 +08:00
parent 47b6059773
commit e2f806edb3
19 changed files with 989 additions and 350 deletions

View File

@@ -3,11 +3,11 @@ package memory
import "time"
type CapabilityGap struct {
ID int64
ChatID string
UserID string
Intent string
Reason string
ID int64
ChatID string
UserID string
Intent string
Reason string
CreatedAt time.Time
}