cursorOnFirstLine: true when ↑ should walk prompt history instead of moving the textarea's own cursor. cursorOnLastLine is the mirror for ↓.
()
| 1251 | |
| 1252 | // buildSystem appends the working-directory anchor to the embedded system |
| 1253 | // prompt so "hier" / "here" resolves to a concrete path. |
| 1254 | func buildSystem(projectDir string) string { |
| 1255 | return config.DefaultSystemPrompt + "\n\nWorking directory: " + projectDir |
| 1256 | } |