mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
b32ad5ef134d4c1879b228f1855a4688a44372bb
- Add exploreFileSystem(agentId, path, mode) method to DaemonClient
- Sends file_explorer_request, waits for file_explorer_response
- Returns {path, mode, directory, file, error} payload
- Add 3 E2E tests:
- "lists directory contents" - verifies entries with name, kind, size
- "reads file contents" - verifies file object with path, kind, content
- "returns error for non-existent path" - verifies error handling
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Languages
TypeScript
98.1%
JavaScript
1.3%
Shell
0.1%
Swift
0.1%