Documentation Index
Fetch the complete documentation index at: https://docs.verdent.ai/llms.txt
Use this file to discover all available pages before exploring further.
What You’ll Learn
Known limitations of Verdent, including file format restrictions, tool constraints, and platform-specific considerations.Known Limitations
- File Formats
- Tool Constraints
- Context Window
- Connectivity
- Language Support
Binary Files Not Supported
Verdent’s file tools only work with text-based formats. The following cannot be edited:| Format Type | Examples |
|---|---|
| Images | PNG, JPG, GIF, SVG (as binary) |
| Videos | MP4, AVI, MOV |
| Compiled Code | EXE, DLL, SO |
| Archives | ZIP, TAR, GZ |
| Office Docs | DOCX, XLSX, PPTX |
| PDFs | PDF files |
What Verdent Cannot Do
- System Administration
- Autonomous Execution
- Real-Time Monitoring
- Network Operations
No Direct System Administration
Cannot:- Modify system settings
- Install system software
- Change system-level configurations
- Restart system services
Platform-Specific Restrictions
Operating System Differences
bash Tool Behavior:| Platform | Shell | Notes |
|---|---|---|
| macOS | bash/zsh | Full bash functionality |
| Windows | PowerShell | Some bash commands unavailable, use PowerShell equivalents |
- Windows uses backslashes (
\), Unix uses forward slashes (/) - File paths may need adjustment for cross-platform projects
macOS Considerations
| Issue | Details | Workaround |
|---|---|---|
| Gatekeeper warnings | First launch may show security warning | System Preferences → Security → Open Anyway |
| Keychain access | May prompt for keychain permission | Grant access for authentication storage |
Windows Considerations
| Issue | Details | Workaround |
|---|---|---|
| SmartScreen warnings | May block initial installation | Click “More info” → “Run anyway” |
| Long path support | Git worktrees may hit path limits | Enable long paths in Windows settings |
| Line endings | Git may warn about CRLF/LF | Configure git config core.autocrlf true |
Workarounds for Common Limitations
- Binary Files
- Large Files
- Context Window
- Platform Differences
- Timeouts
Binary File Modification
Limitation: Cannot edit images, PDFs, or compiled binariesWorkarounds:- Reference external tools in bash commands:
bash("convert input.png -resize 50% output.png") - Generate scripts that external tools can execute
- Document manual steps for binary file operations
Feature-Specific Limitations
Parallel Agent Limits
- No formal limit on number of parallel agents
- Practical limit: 2-4 agents for most systems
- Resource impact: Each agent consumes memory and credits
MCP Server Limitations
- Requires Node.js for most MCP servers
- Some servers may require additional setup
- Server errors may not always have clear messages
Future Improvements
Limitations are continuously being addressed. Check Verdent release notes for updates on expanded capabilities, increased limits, and new integrations.
See Also
Troubleshooting
Quick fixes for common problems
System Requirements
System requirements and compatibility