mirror of
https://github.com/crabwise-ai/crabwalk.git
synced 2026-08-14 00:57:52 +00:00
Add comprehensive workspace exploration functionality allowing users to browse and view files from the host filesystem. This feature enables inspection of AI agent workspace contents directly through the web interface. - Add workspace-fs library for safe file system operations with path validation - Create tRPC workspace router with directory listing and file reading endpoints - Implement workspace UI components with directory tree navigation - Add markdown file viewer with syntax highlighting - Configure Docker volume mounting for ~/.openclaw/workspace access - Update navigation with tab-based switching between Monitor and Workspace views
42 lines
365 B
Plaintext
42 lines
365 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build outputs
|
|
dist/
|
|
.output/
|
|
.vinxi/
|
|
.vercel/
|
|
.netlify/
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# Generated
|
|
src/routeTree.gen.ts
|
|
|
|
documents/*
|
|
.tanstack/tmp/*
|
|
|
|
# Persistence data
|
|
data/
|
|
|
|
# coding agent plans
|
|
plans/ |