mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 02:04:05 +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
|
// Core session management
|
||||||
|
|
||||||
|
// Config paths
|
||||||
|
export { getAgentDir } from "./config.js";
|
||||||
export {
|
export {
|
||||||
AgentSession,
|
AgentSession,
|
||||||
type AgentSessionConfig,
|
type AgentSessionConfig,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue