1
0

feat: Implement a user-approved shell command execution tool and a Windows installer script.

This commit is contained in:
2026-03-04 11:04:01 +01:00
parent b05e905dc4
commit 2b122a28c9
4 changed files with 57 additions and 2 deletions

View File

@@ -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}}
""")
];