Files
PawanOsman-ChatGPT/CHANGELOG.md
T
Pawan Osman 7bb5801a8c Rewrite project as OpenCursor, a VS Code AI coding agent extension
Replace the ChatGPT reverse proxy (Docker/proxy server) entirely with
OpenCursor: a Cursor-like agentic coding extension for VS Code.

- Remove proxy server, Dockerfiles, docker-compose setups, and CI workflows
- Add agent loop with tools (files, shell, search, web, MCP), multi-provider
  LLM support (OpenAI-compatible, Ollama, llama.cpp) with OAuth
- Add semantic indexing, workspace context, and @-mentions
- Add sidebar chat + settings webview UI (React), inline review, personas,
  hooks, and approval policies
- Switch to pnpm, esbuild bundling, and VS Code extension packaging
2026-07-05 22:07:25 +03:00

939 B

Change Log

All notable changes to the "ocursor" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[0.0.1] - 2026-07-05

Added

  • Initial release
  • Agent chat sidebar with multi-turn conversations and streaming responses
  • Tool suite: file read/write/edit, glob/grep search, shell commands, web search/fetch
  • Local model providers: Ollama and llama.cpp, plus OAuth-based cloud providers
  • Semantic codebase index for meaning-based search
  • MCP (Model Context Protocol) client with external server support
  • Approval policy engine with allow/ask/deny rules per tool (shell, edits, web, MCP)
  • Inline diff review for AI-proposed edits
  • Context mentions, workspace context, and custom rules/hooks
  • Settings panel (React webview) for models, features, and approval configuration
  • Ctrl+L / Cmd+L to add editor selection to chat