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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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,