feat: harden jsonl runtime reliability

This commit is contained in:
lpf
2026-04-13 13:41:01 +08:00
parent 36890c7ce0
commit fac235db80
34 changed files with 4370 additions and 757 deletions

View File

@@ -7,7 +7,6 @@
package main
import (
"embed"
"errors"
"fmt"
"os"
@@ -16,9 +15,6 @@ import (
"github.com/YspCoder/clawgo/pkg/logger"
)
//go:embed workspace
var embeddedFiles embed.FS
var version = "0.0.2"
var buildTime = "unknown"