Some New Learnings:
- For searching within codebase, Claude Code uses agentic search (instead of indexing) so it doesnβt send your code to outside servers
- May want to switch model to Opus for more complex tasks
Some files, features, and shortcuts to keep in mind when using Claude Code (from the DeepLearning.AI Course 'Claude Code: A Highly Agentic Coding Assistant').
This cheatsheet summarizes the DeepLearning.AI course taught by Elie Schoppik (Head of Technical Education at Anthropic). Get the complete 1hr 50min interactive experience with videos and hands-on exercises.
just drag and drop image files
add in code/operations at any point in coding lifecycle β before/after tool execution, when user submits a prompt, right before claude concludes it prompts
β add something to memory
β so claude has access to the ide youβre using and you can give claude context to files in your ide
β adding context to a certain file
β to clear a conversation and have a new start (refreshes context window)
β clear history but maintain summary of old chat
β connect to an mcp server
β to return to an old conversation you were having
β installs github integration!
install server + use with /mcp command.