Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

52 lines (30 loc) · 1.98 KB

Change Log

All notable changes to the "claude-dev" extension will be documented in this file.

[1.2.0]

  • Add support for Prompt Caching to significantly reduce costs and response times (currently only available through Anthropic API for Claude 3.5 Sonnet and Claude 3.0 Haiku)

[1.1.1]

  • Adds option to choose other Claude models (+ GPT-4o, DeepSeek, and Mistral if you use OpenRouter)
  • Adds option to add custom instructions to the end of the system prompt

[1.1.0]

  • Paste images in chat to use Claude's vision capabilities and turn mockups into fully functional applications or fix bugs with screenshots

[1.0.9]

  • Add support for OpenRouter and AWS Bedrock

[1.0.8]

  • Shows diff view of new or edited files right in the editor

[1.0.7]

  • Replace list_files and analyze_project with more explicit list_files_top_level, list_files_recursive, and view_source_code_definitions_top_level to get source code definitions only for files relevant to the task

[1.0.6]

  • Interact with CLI commands by sending messages to stdin and terminating long-running processes like servers
  • Export tasks to markdown files (useful as context for future tasks)

[1.0.5]

  • Claude now has context about vscode's visible editors and opened tabs

[1.0.4]

  • Open in the editor (using menu bar or Claude Dev: Open In New Tab in command palette) to see how Claude updates your workspace more clearly
  • New analyze_project tool to help Claude get a comprehensive overview of your project's source code definitions and file structure
  • Provide feedback to tool use like terminal commands and file edits
  • Updated max output tokens to 8192 so less lazy coding (// rest of code here...)
  • Added ability to retry failed API requests (helpful for rate limits)
  • Quality of life improvements like markdown rendering, memory optimizations, better theme support

[0.0.6]

  • Initial release