Léo Stewart
688 posts

Léo Stewart
@LeoWasabee
Développeur Web. Fan de nouvelles technologies.Roller de vitesse et autres sports...













How to manage secrets with worktrees: Files that are untracked in Git will NOT be copied over to new worktrees (Codex, Claude Code, & Conductor included) Claude Code introduced .worktreeinclude, which uses glob syntax to copy untracked files into new directories - these can be .env files, secrets, or anything else you don't want in Git (s/o @ClaudeDevs) Here's how to get started: 1. Add .worktreeinclude to your project 2. Specify which files to copy (same syntax as .gitignore) 3. New worktrees will have these files copied over automatically @conductor_build supports .worktreeinclude for Claude AND Codex - one config, two harnesses! We also have a setting called "files to copy" if you don't like random dotfiles cluttering up your projects :) Here's how you can use "files to copy" and .worktreeinclude to worktreemax

🆕 @AnthropicAI's Claude Opus 4.8 is now generally available and rolling out in GitHub Copilot. Early testing shows: • It demonstrates a clear step forward in code understanding and generation across a range of real-world coding tasks. • It handles complex problem-solving and large-codebase navigation with notable improvement to previous versions. Try it out in @code or Copilot CLI. github.blog/changelog/2026…










Looks like the $20/mo plan no longer include Claude Code. Smallest plan is now $100/mo










