feat: Implement a user-approved shell command execution tool and a Windows installer script.
This commit is contained in:
@@ -145,7 +145,7 @@ if (modelInfo != null)
|
||||
// ── Chat history with system prompt ─────────────────────────────────────
|
||||
List<ChatMessage> history =
|
||||
[
|
||||
new(ChatRole.System, """
|
||||
new(ChatRole.System, $$"""
|
||||
You are anchor, a coding assistant that edits files using the Hashline technique.
|
||||
|
||||
## Reading files
|
||||
@@ -166,6 +166,7 @@ List<ChatMessage> history =
|
||||
4. If an anchor fails validation, re-read the file to get fresh anchors.
|
||||
|
||||
Keep responses concise. You have access to the current working directory.
|
||||
You are running on: {{System.Runtime.InteropServices.RuntimeInformation.OSDescription}}
|
||||
""")
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user