Workspace File Editing
Full file editing capabilities in the workspace view.
New Features
- File Editor β Edit, save, and delete files directly in workspace (#47)
- New File Dialog β Create files from workspace with path selection
- File Context Menu β Right-click actions for file operations
- Confirmation Dialogs β Safe delete with confirmation prompts
- Dynamic Gateway Endpoint β Monitor settings now display configured endpoint (#53)
Fixes
- Nav tab animation flicker removed
- Workspace file editor UI/UX polish (#51)
Docs
- Updated skill install instructions
- Refined feedback skill docs
Thanks to @Popidge for the workspace file editing feature!
Agent Install
https://raw.githubusercontent.com/luccast/crabwalk/master/public/skill.md
Manual Install
VERSION=v1.0.11 && mkdir -p ~/.crabwalk ~/.local/bin && curl -sL "https://github.com/luccast/crabwalk/releases/download/${VERSION}/crabwalk-${VERSION}.tar.gz" | tar -xz -C ~/.crabwalk && cp ~/.crabwalk/bin/crabwalk ~/.local/bin/ && chmod +x ~/.local/bin/crabwalk