mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Refine external instructions bundle handling
Keep existing instructionsFilePath agents in external-bundle mode during edits, expose legacy promptTemplate as a deprecated virtual file, and reuse the shared PackageFileTree component in the Prompts view. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
4fdcfe5515
commit
9d452eb120
5 changed files with 175 additions and 57 deletions
|
|
@ -17,11 +17,13 @@ export interface AgentInstructionsFileSummary {
|
|||
language: string;
|
||||
markdown: boolean;
|
||||
isEntryFile: boolean;
|
||||
editable: boolean;
|
||||
deprecated: boolean;
|
||||
virtual: boolean;
|
||||
}
|
||||
|
||||
export interface AgentInstructionsFileDetail extends AgentInstructionsFileSummary {
|
||||
content: string;
|
||||
editable: boolean;
|
||||
}
|
||||
|
||||
export interface AgentInstructionsBundle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue