feat: add visualization tools and fix environment variables #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/env-vars-and-tools"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
WORKSPACE_PATHenvironment variable was not available in interactive shells because:load-agent-config.pyparsingAGENTS.mdSolution
1. Set WORKSPACE_PATH in Dockerfile
2. Add fallback in agent-config.sh
This ensures the variable is always available, even if AGENTS.md parsing fails.
3. Add visualization tools
Installed via npm:
4. Updated documentation
Testing
After rebuild:
Impact
Added Debug Mode
The script now has verbose logging to troubleshoot config loading issues.
How to use:
Example output:
This will show exactly:
The fallback
WORKSPACE_PATH=/workspaceensures variables are always available, but the debug mode lets us see if the script is working correctly.