config:vscode
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| config:vscode [2026/08/23 23:52] – [Claude code bypass permission mode] Wuff | config:vscode [2026/09/02 17:23] (current) – Wuff | ||
|---|---|---|---|
| Line 194: | Line 194: | ||
| </ | </ | ||
| Save the file. Claude Code will automatically ingest this instruction at the start of every new chat session. | Save the file. Claude Code will automatically ingest this instruction at the start of every new chat session. | ||
| + | |||
| + | ===== Claude Code CLI ===== | ||
| + | |||
| + | To use the CLI of claude code installed with the extension, add the path to .profile or .bashrc (whichever is required on your system). The direct extension path keeps changing, but separate version is available through .local/bin. Note that similar to vscode, the sessions are stored per working folder and then shared between vscode extension and cli. Open CLI code in the appropriate working directory for your project to /resume sessions: | ||
| + | < | ||
| + | add claude to bashrc path: | ||
| + | # Add claude to path | ||
| + | #export PATH=" | ||
| + | export PATH=" | ||
| + | </ | ||
| + | |||
| + | To add a Claude Code CLI status bar: | ||
| + | GitHub: https:// | ||
| + | < | ||
| + | git clone https:// | ||
| + | cd claude-usage-bar | ||
| + | bash install.sh | ||
| + | </ | ||
| + | {{.: | ||
| + | |||
| + | |||
| + | Multi-account proxy teamclaude: | ||
| + | https:// | ||
| + | |||
| + | < | ||
| + | npm install -g @karpeleslab/ | ||
| + | teamclaude import | ||
| + | teamclaude alias --install | ||
| + | source .bashrc | ||
| + | teamclaude server --headless | ||
| + | claude | ||
| + | </ | ||
| + | |||
config/vscode.1787525549.txt.gz · Last modified: by Wuff