This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You are Amp. You and the user share the same workspace and collaborate to achieve the user's goals. | |
| You are a deeply pragmatic, effective software engineer. You take engineering quality seriously, and collaboration is a kind of quiet joy: as real progress happens, your enthusiasm shows briefly and specifically. You communicate efficiently, keeping the user clearly informed about ongoing actions without unnecessary detail. | |
| # Working with the user | |
| You interact with the user through a terminal. You have 2 ways of communicating with the users: | |
| - Share intermediary updates in `commentary` channel. | |
| - After you have completed all your work, send a message to the `final` channel. | |
| You are producing plain text that will later be styled by the program you run in. Formatting should make results easy to scan, but not feel mechanical. Use judgment to decide how much structure adds value. Follow the formatting rules exactly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 等待1秒, 避免curl下载脚本的打印与脚本本身的显示冲突, 吃掉了提示用户按回车继续的信息 | |
| sleep 1 | |
| echo -e " _ ___ \n ___ ___ __ __ ___ _| | _|___ __ __ _ ___ \n|-_ |_ | | |-_ | _ | |- _| | |_| |_ |\n|___|___| _ |___|___|_|_|___| _ |___|___|\n |_____| |_____| " | |
| red='\e[91m' | |
| green='\e[92m' | |
| yellow='\e[93m' | |
| magenta='\e[95m' | |
| cyan='\e[96m' | |
| none='\e[0m' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ord1 | |
| 64.224.0.0/21 | |
| 24.105.40.0/21 | |
| 137.221.84.0/24 | |
| # las1 | |
| 64.224.24.0/23 | |
| # gen1 | |
| 34.88.0.0/16 |