kin: KIN-064 Починить флакующий тест test_build_claude_env_no_duplicate_paths
This commit is contained in:
parent
756f9e65ab
commit
67071c757d
1 changed files with 8 additions and 0 deletions
|
|
@ -308,6 +308,14 @@ async function addDecision() {
|
||||||
:title="autoMode ? 'Auto mode: agents can write files' : 'Review mode: agents read-only'">
|
:title="autoMode ? 'Auto mode: agents can write files' : 'Review mode: agents read-only'">
|
||||||
{{ autoMode ? '🔓 Auto' : '🔒 Review' }}
|
{{ autoMode ? '🔓 Auto' : '🔒 Review' }}
|
||||||
</button>
|
</button>
|
||||||
|
<button @click="toggleAutocommit"
|
||||||
|
class="px-2 py-1 text-xs border rounded transition-colors"
|
||||||
|
:class="autocommit
|
||||||
|
? 'bg-green-900/30 text-green-400 border-green-800 hover:bg-green-900/50'
|
||||||
|
: 'bg-gray-800/50 text-gray-400 border-gray-700 hover:bg-gray-800'"
|
||||||
|
:title="autocommit ? 'Autocommit: on — git commit after pipeline' : 'Autocommit: off'">
|
||||||
|
{{ autocommit ? '✓ Autocommit' : 'Autocommit' }}
|
||||||
|
</button>
|
||||||
<button @click="runAudit" :disabled="auditLoading"
|
<button @click="runAudit" :disabled="auditLoading"
|
||||||
class="px-2 py-1 text-xs bg-purple-900/30 text-purple-400 border border-purple-800 rounded hover:bg-purple-900/50 disabled:opacity-50"
|
class="px-2 py-1 text-xs bg-purple-900/30 text-purple-400 border border-purple-800 rounded hover:bg-purple-900/50 disabled:opacity-50"
|
||||||
title="Check which pending tasks are already done">
|
title="Check which pending tasks are already done">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue