mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-08-30 17:57:21 +08:00
chore: sync content to repo
This commit is contained in:
committed by
github-actions[bot]
parent
9eee43098c
commit
68c5d609f6
@@ -4,7 +4,7 @@ Claude Opus is the most advanced and capable large language model in the Claude
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@official@Claude Opus 4.6 \ Anthropic](https://www.anthropic.com/claude/opus)
|
||||
- [@official@Claude Opus 4.6 \\ Anthropic](https://www.anthropic.com/claude/opus)
|
||||
- [@official@What's new in Claude 4.6 - Claude API Docs](https://platform.claude.com/docs/en/about-claude/models/whats-new-claude-4-6)
|
||||
- [@video@Introducing Claude Opus 4.6](https://www.youtube.com/watch?v=dPn3GBI8lII)
|
||||
- [@video@Claude Opus 4.6: The Biggest AI Jump I've Covered--It's Not Close. (Here's What You Need to Know)](https://www.youtube.com/watch?v=JKk77rzOL34)
|
||||
@@ -4,6 +4,6 @@ Claude Sonnet is a high-performance large language model that strikes an ideal b
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@official@Introducing Claude Sonnet 4.5 \ Anthropic](https://www.anthropic.com/news/claude-sonnet-4-5)
|
||||
- [@official@Claude Sonnet 4.5 \ Anthropic](https://www.anthropic.com/claude/sonnet)
|
||||
- [@official@Introducing Claude Sonnet 4.5 \\ Anthropic](https://www.anthropic.com/news/claude-sonnet-4-5)
|
||||
- [@official@Claude Sonnet 4.5 \\ Anthropic](https://www.anthropic.com/claude/sonnet)
|
||||
- [@video@Sonnet 4.5 is the best coding model in the world](https://www.youtube.com/watch?v=uZBjVeyiYkk)
|
||||
@@ -6,5 +6,5 @@ Visit the following resources to learn more:
|
||||
|
||||
- [@official@Tools](https://code.claude.com/docs/en/how-claude-code-works#tools)
|
||||
- [@official@Tools available to Claude](https://code.claude.com/docs/en/settings#tools-available-to-claude)
|
||||
- [@official@Introducing advanced tool use on the Claude Developer Platform \ Anthropic](https://www.anthropic.com/engineering/advanced-tool-use)
|
||||
- [@official@Introducing advanced tool use on the Claude Developer Platform \\ Anthropic](https://www.anthropic.com/engineering/advanced-tool-use)
|
||||
- [@article@Claude Code Built-in Tools Reference | vtrivedy](https://www.vtrivedy.com/posts/claudecode-tools-reference/)
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
# Use /compact and /clear
|
||||
|
||||
Regularly using `/compact` and `/clear` is the most effective way to prevent "context rot" and manage spiraling API costs while working with Claude Code. Using `/compact` allows you to summarize long research or debugging threads into a lean set of key findings, effectively "zipping" the conversation so you can continue without losing essential progress. In contrast, `/clear` is vital when switching to an unrelated task; it wipes the current history to provide a clean slate.
|
||||
Regularly using `/compact` and `/clear` is the most effective way to prevent "context rot" and manage spiraling API costs while working with Claude Code. Because Claude re-processes your entire conversation history with every new message, a session that has accumulated thousands of lines of terminal output and file diffs will eventually become expensive, slow, and prone to "forgetting" early instructions. Using `/compact` allows you to summarize long research or debugging threads into a lean set of key findings, effectively "zipping" the conversation so you can continue without losing essential progress. In contrast, `/clear` is vital when switching to an unrelated task; it wipes the current history to provide a clean slate.
|
||||
Reference in New Issue
Block a user