mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 12:03:23 +00:00
chore: remove deprecation comment from getToolsDir, add changelog entry for #470
This commit is contained in:
parent
a746e2c296
commit
22870ae0c2
3 changed files with 3 additions and 6 deletions
|
|
@ -142,7 +142,7 @@ export function getSettingsPath(): string {
|
|||
return join(getAgentDir(), "settings.json");
|
||||
}
|
||||
|
||||
/** Get path to tools directory (deprecated, use extensions/ for JS/TS tools) */
|
||||
/** Get path to tools directory */
|
||||
export function getToolsDir(): string {
|
||||
return join(getAgentDir(), "tools");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue