Pré-preencher diretório de trabalho dos agentes com /home/projetos/

This commit is contained in:
Frederico Castro
2026-02-28 02:06:40 -03:00
parent f6bf7ce0ed
commit 46a6ebc9dd
2 changed files with 4 additions and 1 deletions

View File

@@ -180,6 +180,9 @@ const AgentsUI = {
const maxTurns = document.getElementById('agent-max-turns');
if (maxTurns) maxTurns.value = '0';
const workdir = document.getElementById('agent-workdir');
if (workdir) workdir.value = '/home/projetos/';
const permissionMode = document.getElementById('agent-permission-mode');
if (permissionMode) permissionMode.value = '';