# What's new

## Snapshot-0407: Full Docker Support & Enhanced API Integration

Released: April 8, 2025

### 🚀 New Features

* **Full Docker Support Across All Platforms**
  * Second Me now fully supports Docker deployment across **Mac (Apple Silicon included)**, **Windows**, and **Linux**.
  * This resolves previous environment issues on Apple Silicon devices and ensures a smoother, more consistent experience across platforms.
* **OpenAI-Compatible API Interface**

  * Now supports the standard OpenAI protocol interface—seamlessly integrate with VS Code, Notion, ChatBox, and hundreds of other mainstream AI apps.

  > Check out the documentation for details: docs/Public Chat API.md & docs/Local Chat API.md

### 🔮 What's Coming Next (Coming in the Next Month)

In the coming month, we're focused on making Second Me not just smarter—but more *you*. Here’s what’s on the immediate roadmap:

* **Your Identity as an Interface**\
  Your Second Me will begin acting as an MCP server that represents your identity, enabling secure and meaningful interactions with other users and services.
* **Deep Reasoning & Continuous Learning**\
  We're incorporating chain-of-thought reasoning (inspired by models like OpenAI o1 and DeepSeek R1), along with one-click continuous training. You'll be able to upload new data and instantly improve your model—tailoring Second Me to reflect your evolving thinking.

These features are actively under development and will be rolled out progressively within the next month.

## Snapshot-0331

Released: March 31, 2025

### 🚀 New Features

* **Docker Deployment Support**
  * Added containerization support for **Linux and Windows**
* **MLX Training \[Beta]**&#x20;
  * Native support for Apple Silicon, enabling faster training with larger models
  * Note: Currently optimized for Apple Silicon users; see `lpm_kernel/L2/mlx_training` README for setup instructions

### 🛠 Improvements

* **Improved Training Pipeline Logging**
  * Enhanced visibility into training processes

### 🔧 Bug Fixes & Optimizations

* **File Handling**
  * Fixed "too many open files" errors
* **Better Long-Document Handling in Embedding**
  * Improved stability and performance for processing large text inputs
* **Clipboard Support**
  * Added `copyToClipboard` functionality for improved usability

**👏 Acknowledgements:** Special thanks to our contributors, including **@Mahdi Rahimi**, **@Airmomo**, **@Llux-C**, and others, for their valuable help in implementing these improvements and fixes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://secondme.gitbook.io/secondme/whats-new.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
