@@ -1668,27 +1668,28 @@ if_not_in_vscode() {
16681668 fi
16691669}
16701670
1671- # Amazon Q wrapper because their Q CLI installer completely hoses terminal performance
1672- # https://github.com/aws/amazon-q-developer-cli/issues/844
1673- # https://github.com/aws/amazon-q-developer-cli/discussions/202
1674- # doesn't quite work yet as their MCP integrations seem to fail, e.g
1675- # failed installing shell integration bash pre post into .bashrc err=Integration not installed: /Users/samm/.bashrc does not source pre integration
1676- # Failed installing shell integration bash pre post into .profile err=File does not exist: /Users/samm/.profile
1677- # Failed installing shell integration zsh pre post into .zshrc err=Integration not installed: /Users/samm/.zshrc does not source pre integration
1678- # Failed installing shell integration zsh pre post into .zprofile err=Integration not installed: /Users/samm/.zprofile does not source pre integration
1679- q() {
1680- # Amazon Q pre block for .zprofile
1681- [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zprofile.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zprofile.pre.zsh"
1682- # Amazon Q post block for .zprofile
1683- [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zprofile.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zprofile.post.zsh"
1684-
1685- # Amazon Q pre block for .zshrc
1686- [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh"
1687- # Amazon Q post block for .zshrc
1688- [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh"
1689-
1690- command /Users/samm/.local/bin/q "$@"
1691- }
1671+ # q() {
1672+ # DISABLED as Q is being replaced with Kiro-CLI
1673+ # Amazon Q wrapper because their Q CLI installer completely hoses terminal performance
1674+ # https://github.com/aws/amazon-q-developer-cli/issues/844
1675+ # https://github.com/aws/amazon-q-developer-cli/discussions/202
1676+ # doesn't quite work yet as their MCP integrations seem to fail, e.g
1677+ # failed installing shell integration bash pre post into .bashrc err=Integration not installed: /Users/samm/.bashrc does not source pre integration
1678+ # Failed installing shell integration bash pre post into .profile err=File does not exist: /Users/samm/.profile
1679+ # Failed installing shell integration zsh pre post into .zshrc err=Integration not installed: /Users/samm/.zshrc does not source pre integration
1680+ # Failed installing shell integration zsh pre post into .zprofile err=Integration not installed: /Users/samm/.zprofile does not source pre integration
1681+ # # Amazon Q pre block for .zprofile
1682+ # [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zprofile.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zprofile.pre.zsh"
1683+ # # Amazon Q post block for .zprofile
1684+ # [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zprofile.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zprofile.post.zsh"
1685+
1686+ # # Amazon Q pre block for .zshrc
1687+ # [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh"
1688+ # # Amazon Q post block for .zshrc
1689+ # [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh"
1690+
1691+ # command /Users/samm/.local/bin/q "$@"
1692+ # }
16921693
16931694cline-workflows() {
16941695 SOURCE_DIR="/Users/samm/git/sammcj/agentic-coding/Cline/Rules/workflows"
0 commit comments