mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 17:00:59 +00:00
feat(coding-agent): export getAgentDir for extensions (#749)
This commit is contained in:
parent
12c61b5879
commit
eacd33602b
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
// Core session management
|
||||
|
||||
// Config paths
|
||||
export { getAgentDir } from "./config.js";
|
||||
export {
|
||||
AgentSession,
|
||||
type AgentSessionConfig,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue