feat: add kubernetes, terraform, docker, networking aliases; update nvim config

Add comprehensive aliases for k8s, terraform, AWS, Docker and networking
in both bash and zsh. Update avante.nvim config (max_tokens=32000,
behaviour settings). Update README to reflect new packages.
This commit is contained in:
Blake Ridgway
2026-07-11 16:26:02 -05:00
parent c2c7818d2b
commit 671fc9cf07
4 changed files with 91 additions and 2 deletions

View File

@@ -193,10 +193,14 @@ return {
api_key_name = "DEEPSEEK_API_KEY",
endpoint = "https://api.deepseek.com/v1",
model = "deepseek-v4-pro",
extra_request_body = { temperature = 0, max_tokens = 8192 },
extra_request_body = { temperature = 0, max_tokens = 32000 },
},
},
input = { provider = "dressing" },
behaviour = {
auto_approve_tool_permissions = false,
confirmation_ui_style = "popup",
},
},
config = function(_, opts)
require("avante").setup(opts)