mirror of
https://github.com/davidkaya/aryx.git
synced 2026-08-07 04:08:45 +02:00
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:
+1
-1
@@ -263,7 +263,7 @@ This lets the application treat tooling as reusable workspace capability while s
|
||||
|
||||
### Project awareness
|
||||
|
||||
Project-backed sessions can carry repository context such as branch and dirty state, while scratchpad sessions stay lightweight. This keeps the architecture grounded in real codebases without forcing every conversation to be project-heavy.
|
||||
Project-backed sessions can carry repository context such as branch and dirty state, while scratchpad sessions omit git context but still support MCP, LSP, and runtime tooling. Both session kinds share the same tooling selection and approval model. This keeps the architecture grounded in real codebases without forcing every conversation to be project-heavy, while still letting scratchpad sessions leverage configured tools when useful.
|
||||
|
||||
### Execution observability
|
||||
|
||||
|
||||
Reference in New Issue
Block a user