feat: bootstrap goaichat CLI and config system

This commit is contained in:
2025-10-01 14:47:32 +02:00
parent 12a65231ef
commit 0fd24a5cfb
14 changed files with 1082 additions and 3 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/stig/goaichat
go 1.24.6
require gopkg.in/yaml.v3 v3.0.1 // indirect