mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Improve instructions bundle mode switching
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
5252568825
commit
154a4a7ac1
5 changed files with 259 additions and 41 deletions
|
|
@ -31,6 +31,7 @@ export interface AgentInstructionsBundle {
|
|||
companyId: string;
|
||||
mode: AgentInstructionsBundleMode | null;
|
||||
rootPath: string | null;
|
||||
managedRootPath: string;
|
||||
entryFile: string;
|
||||
resolvedEntryPath: string | null;
|
||||
editable: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue