1.7 KiB
| tags | |
|---|---|
|
Claude Notes
Claude
Console mit alter Kommunikation weiterführen
```
claude --continue
```
Upgrade CLI
Um die CLI zu aktualisieren
npm install -g @anthropic-ai/claude-code
Strg + O -> volle Ansicht
Shif + Tab -> Mode wechseln, z.B. Plan Mode
'#' -> Die Eingabe wird direkt in den Memory, also in die CLAUDE.MD Datei geschrieben.
@... -> Referenz auf eine Datei im Projektordner als Kontet mitgeben.
Aktuellen Planungsstand speichern
```
Format a github issue with the current plan, include all of the items you have changed in the plan list so far checked off the plan list.
Save it as a markdown file called PLAN_ISSUE.md
```
Der Context kann jetzt gecleared werden oder mit /compact zunächst eine Zusammenfassung der bisherigen Kommunikation erstellt werden.
```
Load github issue from PLAN_ISSUE.md and enact phase XXX of that plan.
```
learn-mode activation
Shit + TAB -> "Enable Learning Mode"
Regeln ändern
/memory
Planung in Phasen aufteilen
```
make the plan multi-phase
```
Thinking
Claude unterstützt vier Reasoning-Modi:
- think
- think hard
- think harder / very hard
- ultrathink
Getting Good Results from Claude Code • Chris Dzombak
Cooking with Claude Code: The Complete Guide - Sid Bharath
Claude die gemini-cli nutzen lassen
schau dir @docs/claude-gemini.md an und aktualisiere @CLAUDE.md so, dass du künftig die gemini-cli nutzen kannst.