An md file as a chat interface and editable history in one.
概览
What is chat.md?
chat.md is an experimental Visual Studio Code extension that provides a fully editable chat interface using markdown files, allowing users to interact with AI models in a file-first approach.
How to use chat.md?
To use chat.md, install the extension from the VS Code marketplace, configure your API keys, and create a new '.chat.md' file to start chatting with AI by writing queries in designated blocks.
Key features of chat.md?
- File-based conversations that allow for non-linear editing and version control.
- Support for multiple AI models and easy switching between them.
- Integration with Model Context Protocol (MCP) for tool execution.
- Editable AI responses and the ability to resume truncated outputs.
Use cases of chat.md?
- Collaborating on code optimization with AI assistance.
- Creating and managing AI-driven documentation.
- Experimenting with different AI models and tools in a single interface.
FAQ from chat.md?
- Can I use any AI model with chat.md?
Yes! chat.md supports various models including OpenAI and Anthropic.
- Is chat.md free to use?
Yes! chat.md is open-source and free to use.
- How do I save my conversations?
Conversations are saved as markdown files on your local machine, allowing for easy version control and sharing.