claude-code
claude-code copied to clipboard
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows...
 For files like `__init__.py`, the filename is displayed incorrectly as (bold) __init__.py
Getting this issue often when it tries to edit files. Using WSL in Windows, wondering if it relates to my CRLF/LF issue. I did configure my git line endings via...
The Claude Code documentation at https://docs.anthropic.com/en/docs/claude-code/settings states that settings should be in ~/.claude/settings.json, but this file doesn't exist. Settings are only accessible via the `claude config list` command and cannot...
We use Claude inside a linux Docker container. When we login, opening the browser fails, and we have to manually paste in the url and then paste back the key....
I wonder why .folders/.files are not included in the file indexing that is used for @-referencing files and folders. It would be helpful to have them included as well. Claude...
Instructions to rename or move files often lead to very complicated read/rewrites instead of using the systems move tool. This also sometimes leads to problems if rewriting them isn't 100%...
I'm trying to maintain two separate projects for claude code - one for work, one personal using different API keys. I had configured that the following way: ``` alias ccwork="ANTHROPIC_API_KEY=\"$ANTHROPIC_API_KEY_WORK\"...
## Environment - Platform (select one): - [x] Anthropic API - [ ] AWS Bedrock - [ ] Google Vertex AI - [ ] Other: - Claude CLI version: 0.2.114...
## Environment - Platform (select one): - [x] AWS Bedrock - Claude CLI version: 0.2.113 - Operating System: macOS - Terminal: zsh ## Bug Description Quite often (a lot) I...
When we press `up` key in different sessions, it mixes all the history. Could be related to https://github.com/anthropics/claude-code/issues/1035