Commit Graph
8 Commits
Author SHA1 Message Date
Eric Wagoner 88a71a026f Update Claude Code config: Opus 5, Mantle, higher output cap
- Point ANTHROPIC_MODEL at Opus 5; add Opus/Sonnet/Haiku family pins
- Switch to Mantle (CLAUDE_CODE_USE_MANTLE) on us-east-1
- Raise CLAUDE_CODE_MAX_OUTPUT_TOKENS to 128k; note 1h prompt-cache opt-in
- Move Jellyfish OTEL endpoint + bearer token into zshrc-natera.private
  (keeps the live credential out of git); document it in the .example
2026-08-27 12:53:16 -04:00
Eric Wagoner cc7b21b1f3 Add perf testing aliases, knowledgebase sync, and ignore .claude dir
- Add yalp:perf and yalp:perf:stop aliases for YALP Core perf testing
- Add sync-knowledgebases function and kb-sync alias
- Add .claude/ to .gitignore
2026-03-24 09:21:11 -04:00
Eric Wagoner b40b7ffbc3 Remove MAX_THINKING_TOKENS config 2026-03-14 13:22:13 -04:00
Eric Wagoner 86800d2162 Update Claude Code to use Opus 4.6 and increase max output tokens to 32k 2026-03-14 13:18:37 -04:00
Eric Wagoner 5feba125d9 zshrc-dev: add code alias; zshrc-natera: rewrite git switch main to master
Made-with: Cursor
2026-03-13 10:44:38 -04:00
Eric Wagoner f6d8926292 Add YALP Core development aliases for database and API management 2026-03-10 11:49:36 -04:00
Eric Wagoner bd9845bd61 Add lvsync alias for yalp-lv-sync project 2026-03-09 20:03:41 -04:00
Eric Wagoner 5a6c0f43bd Add work-specific configs and enhance git/shell setup
- Add modular zsh configs: zshrc-dev for dev tools, zshrc-natera for work
- Add .gitignore to exclude private Natera config from version control
- Configure git commit signing and delta diff viewer in gitconfig
- Regenerate p10k.zsh with rainbow theme and improved visual settings
- Add HIST_IGNORE_SPACE option to prevent saving sensitive commands
- Document Natera machine setup with private config template in README
2026-03-09 12:53:45 -04:00