Initial commit.
All checks were successful
Release / release (push) Successful in 3m13s

This commit is contained in:
Jay
2025-10-25 21:23:20 -04:00
commit 91c61ca4c8
10 changed files with 1406 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module git.wisehodl.dev/jay/aicli
go 1.23.5
require gopkg.in/yaml.v3 v3.0.1