mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
feat(ui): add instructions file path field to adapter config forms
Add agent instructions file field to Claude and Codex adapter config panels, allowing users to specify an absolute path to an AGENTS.md-style file injected into the system prompt at runtime. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
614974f81c
commit
86d0c5383e
3 changed files with 63 additions and 2 deletions
|
|
@ -3,6 +3,7 @@ import type { CreateConfigValues } from "@paperclip/adapter-utils";
|
|||
export const defaultCreateValues: CreateConfigValues = {
|
||||
adapterType: "claude_local",
|
||||
cwd: "",
|
||||
instructionsFilePath: "",
|
||||
promptTemplate: "",
|
||||
model: "",
|
||||
thinkingEffort: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue