feat(coding-agent): export getAgentDir for extensions (#749)

This commit is contained in:
Danila Poyarkov 2026-01-15 19:16:56 +03:00 committed by GitHub
parent 12c61b5879
commit eacd33602b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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