Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:46:19 +08:00
commit 86abb0d332
4 changed files with 197 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "session",
"description": "A plugin to save and resume conversation sessions across long time intervals",
"version": "0.0.1",
"author": {
"name": "github.com/kuiwang02"
},
"commands": [
"./commands"
]
}