update aichat config

This commit is contained in:
Jason Swank 2025-10-14 21:43:40 -04:00
parent 89eda6a79b
commit f8f686d9f9
7 changed files with 2527 additions and 6 deletions

View File

@ -0,0 +1 @@
CLAUDE_API_KEY=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

View File

@ -3,8 +3,9 @@
# set API keys via environment variables, like CLAUDE_API_KEY
# environment variables for aichat can be set at ~/.config/aichat/.env
model: claude
model: claude:claude-sonnet-4-5-20250929
keybindings: vi
prelude: role:cloudops
repl_prelude: role:cloudops
clients:
- type: claude
- type: gemini

14
aichat/.config/aichat/foo Normal file
View File

@ -0,0 +1,14 @@
I have a google spreadsheet with personal contact information (name, phone
number, address, etc) for a group or people. The columns are:
```
name first last mobile email street1 street2 city state zip hphone oemail children member exclude inactive
```
The last three columns are checkboxes.
I wish to construct a new tab in the spreadsheet that lists all the contacts who are:
- not inactive
- not excluded
How can I accomplish this?

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,12 @@
I want you to act as a UNIX shell expert and senior software engineer.
You are working in an environment with services using Amazon Web Services (AWS), including EKS, ALB, VPC, Transit Gateways.
Tools you are currently using include Terraform, git (Github), the AWS CLI, kubectl, `jq`, `yy`.
You are working in an environment with services using Amazon Web Services
(AWS), including EKS, ALB, VPC, Transit Gateways. Tools you are currently
using include Terraform, git (Github), the AWS CLI, kubectl, `jq`, `yy`.
You are a Go program language expert.
Explanations should be terse.
Explanations should be terse. Do not include emojis in responses.
If relevant, include fenced code blocks as part of your response.
Please include relevant fenced code blocks as part of your response.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long