Change default model
kiro-cli settings chat.defaultModel claude-opus-4.6kiro-cli settings chat.defaultModel claude-opus-4.6aws configure --profile profile-nameMove forward and backward on your code.
⌘[⌘]| tell application "Firefox" | |
| set bounds of front window to {300, 30, 2220, 1110} | |
| end tell | |
| tell application "iTerm" | |
| set bounds of front window to {300, 30, 2220, 1110} | |
| end tell | |
| tell application "System Events" to tell process "Code" | |
| tell window 1 |
curl -O https://dlcdn.apache.org/maven/maven-3/3.8.5/binaries/apache-maven-3.8.5-bin.tar.gz| function evenWord(word) { | |
| const odds = new Set(); | |
| for(const letter of word) { | |
| odds.has(letter) ? odds.delete(letter) : odds.add(letter); | |
| } | |
| return odds.size; | |
| } |
git config user.name "Your Name"
git config user.email "[email protected]"