feat(coding-agent): export VERSION and update custom-header example (#798)

Co-authored-by: Jian Zhang <jzhang@yanhuangdata.com>
This commit is contained in:
Jian Zhang
2026-01-17 17:54:00 +08:00
committed by GitHub
parent 58eec55154
commit fc538f6ca1
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
// Core session management
// Config paths
export { getAgentDir } from "./config.js";
export { getAgentDir, VERSION } from "./config.js";
export {
AgentSession,
type AgentSessionConfig,