feat: enable scratchpad tooling frontend and instruction update

- Remove !isScratchpad gate on tooling/approval pills in ChatPane
- Update scratchpad agent guidance to permit tool/file usage
- Add EryxAppService scratchpad tooling integration tests
- Update ARCHITECTURE.md to reflect scratchpad tooling support

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Kaya
2026-03-25 21:20:43 +01:00
co-authored by Copilot
parent 4ecfa5bff6
commit cc3c04b841
5 changed files with 215 additions and 6 deletions
+1 -1
View File
@@ -369,7 +369,7 @@ export function ChatPane({
)}
{/* Session config pills — tool & approval controls */}
{!isScratchpad && (hasConfigurableTools || hasToolCallApproval) && (
{(hasConfigurableTools || hasToolCallApproval) && (
<div className="mb-2 flex items-center gap-2">
{hasConfigurableTools && onUpdateSessionTooling && (
<InlineToolsPill