Commit 3cdadb4
Michael Orlov
feat: comprehensive amazon-q module v2.0.0 enhancements
- Enhanced security: Changed trust_all_tools default from true to false
- Updated versions: amazon_q_version to 1.14.1, agentapi_version to v0.6.0
- Fixed server parameters: Corrected ARG_SERVER_PARAMETERS with -c flag
- Improved configuration: Better parameter handling and flexibility
- Clean documentation: Removed temporary changelog, maintained sync with code
- Professional quality: Consistent formatting and comprehensive updates
- Dynamic agent name extraction from agent_config JSON 'name' field
- Agent-specific configuration files: ~/.aws/amazonq/cli-agents/{agent_name}.json
- Configurable q_install_url parameter for enterprise/air-gapped environments
- Default q_install_url: https://desktop-release.q.us-east-1.amazonaws.com
- Unified URL construction for both x86_64 and aarch64 architectures
- Enhanced MCP integration with agent-specific configuration
- Improved install script with agent name and URL parameters
- Comprehensive air-gapped installation documentation and examples
- Clean separation: install-time configuration vs runtime execution
- Backward compatibility with default agent name fallback
- Enhanced logging and debugging output for troubleshooting
- Comprehensive Dependencies section documenting AgentAPI requirements
- AgentAPI Coder Module v1.1.1 (registry.coder.com/coder/agentapi/coder)
- AgentAPI Binary v0.6.0 (configurable via agentapi_version parameter)
- Clear component separation: module lifecycle vs runtime functionality
- Version management guidance: fixed module vs configurable binary versions
- Architecture documentation: two-layer dependency explanation
- Upgrade path clarity for both AgentAPI components
- Removed folder variable and ARG_FOLDER usage for simplification
- Use HOME directory directly instead of configurable folder parameter
- Simplified working directory logic and parameter passing
- Reduced configuration complexity and unnecessary variables
- Cleaner start script with consistent HOME-based working environment
- Updated documentation to reflect simplified variable set
- Interactive mode with MCP reporting when no AI prompt provided
- Consistent coder_report_task tool integration for all usage scenarios
- Enhanced user experience for both automated and manual operations
- Proper MCP communication in prompted and interactive modes
- Code improvements and documentation enhancements
- Enhanced README formatting and clarity
- Improved script logic and error handling
- Refined user experience and code maintainability
- Minor script improvements for enhanced functionality and reliability
- Latest main.tf configuration improvements and module enhancements
- Enhanced start.sh script functionality and reliability improvements
- Continuous main.tf updates with enhanced functionality and performance
- Comprehensive TypeScript test suite with main.test.ts
- Restored and enhanced test file from git history
- Fixed all bun test failures with proper test structure and assertions
- Complete test coverage for all v2.0.0 features and functionality
- Environment variable creation and management validation
- Configuration options and installation parameter testing
- UI customization and script integration testing
- All 15 tests passing with comprehensive feature coverage
- Bun test framework implementation with best practices and working tests
- Fully operational Amazon Q module v2.0.0 with complete feature set
- Updated README documentation with comprehensive information
- Main.tf configuration updates and improvements
- Professional-grade module ready for production deployment1 parent 8677e7d commit 3cdadb4
File tree
8 files changed
+1174
-303
lines changed- registry/coder
- .images
- modules/amazon-q
- scripts
- templates
8 files changed
+1174
-303
lines changedLoading
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
0 commit comments