Skip to content

Releases: Rakshith-028/codepilot-ai

CodePilot AI v1.0.1

Choose a tag to compare

@Rakshith-028 Rakshith-028 released this 21 Aug 11:02

Bug-fix release focused on safer structural syntax repair.

Changes:

  • Improved handling of missing braces, parentheses, and brackets
  • Better structural error detection
  • Safer Generate Fix behavior
  • Improved Fix All validation
  • Prevented destructive function-level replacements

CodePilot AI v1.0.0

Choose a tag to compare

@Rakshith-028 Rakshith-028 released this 16 Aug 17:58

CodePilot AI v1.0.0

First stable release of CodePilot AI, a local AI coding assistant for VS Code.

Highlights:

  • Local Ollama + Qwen integration
  • Project-aware RAG with LangChain
  • Current file and cursor context
  • Conversation memory
  • Automatic error detection
  • Explain Error
  • Generate Fix with preview
  • Safe Apply Fix
  • Fix All Errors with preview before applying
  • Selected code actions
  • Clickable project sources
  • Fast / Normal / Detailed response modes