fix(coding-agent): export package asset path helpers

closes #5415
This commit is contained in:
Mario Zechner
2026-06-07 11:25:15 +02:00
parent 8c6c8a4ef3
commit eb43bd4493
3 changed files with 7 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
export { type Args, parseArgs } from "./cli/args.ts";
// Config paths
export { getAgentDir, VERSION } from "./config.ts";
export { getAgentDir, getDocsPath, getExamplesPath, getPackageDir, getReadmePath, VERSION } from "./config.ts";
export {
AgentSession,
type AgentSessionConfig,