> For the complete documentation index, see [llms.txt](https://docs.openmind.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openmind.com/release-notes/om1-system-setup/v1.0.x.md).

# v1.0.x

We've released OM1 System Setup for configuring and setting up the OM1 system using the provided setup tools.

### [v1.0.2](https://github.com/OpenMind/OM1-OTA/releases/tag/v1.0.2) - latest

* Introduced the text\_embedding container for generating text embeddings for AI processing.

### [v1.0.1](https://github.com/OpenMind/OM1-OTA/releases/tag/v1.0.1)

* Fixed minor issues
* Added support for modifying environment variables through the OpenMind Portal.

### [v1.0.0](https://github.com/OpenMind/OM1-OTA/releases/tag/v1.0.0)

* Wifi Setup
  * Added a dashboard for setting up Wifi
  * Added support for customizable local network names and mDNS/Bonjour access to the OM1 WiFi hotspot setup, replacing the previous static configuration and DNS approach. A more flexible and user-friendly setup, allowing device access via a custom local name and improving network discovery and configuration
  * Introduced a 20-second delay and verification step after attempting a direct WiFi connection
* Added OTA services
* Dockerfile and docker-compose.yml have been relocated to the OTA directory
* Introduced advanced Docker container monitoring and reporting capabilities to the OTA agent, improvements to the CI/CD pipeline to use the correct Dockerfile location, and cleanup of legacy compose files
* Improved the OTA agent's Docker container management and progress reporting, as well as enhanced reliability and error handling for WebSocket communications. Refactored how container information is fetched and stored, improving the progress reporting mechanism to handle connection states, and making the WebSocket client more robust against connection issues.
* New action handlers and DockerManager methods to support pausing, unpausing, and restarting Docker services via OTA service
* Added support for a new AI model container to the OTA agent. Included the qwen30b\_quantized container, which enables local AI processing capabilities
* Improved the OTA agent's Docker container management and progress reporting. Enhanced reliability and error handling for WebSocket communications


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.openmind.com/release-notes/om1-system-setup/v1.0.x.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
