# Changelog

{% hint style="info" %}

#### **Files Changed**

Not every update requires replacing the entire folder. To avoid redoing your configs, use the option that applies:
{% endhint %}

***

<mark style="color:$primary;">**Full Re-Download Required**</mark>

* Delete the old folder and replace it with the latest version. Reuse your `config.lua` unless told otherwise.

***

<mark style="color:$success;">**Update Specific Files**</mark>

* Only the files listed below need to be replaced.

***

<mark style="color:yellow;">**Config Update Required**</mark>

* Your `config.lua` must be updated for this version.

***

<mark style="color:$primary;">**Requires Auto SQL Enabled**</mark>

* Enable `Config.AutoInsertSQL` in `config.lua` to apply required database updates.

***

{% hint style="danger" %}

#### **Skipping Updates**

If you’ve skipped previous updates, it’s recommended to update all files to avoid issues.\
For example, if you're on v4.0.1, skipped v4.0.2, and are updating to v4.0.3, use the **Full Download** option.
{% endhint %}

{% hint style="danger" %}

#### Important Notice (cd\_bridge dependency)

<kbd>**cd\_mechanic**</kbd> requires <kbd>**cd\_bridge**</kbd> to work.\
This improves compatibility and makes future updates easier.
{% endhint %}

***

{% updates format="full" %}
{% update date="2026-05-12" tags="full-folder-changed,all-files-not-config,only-updated-files,requires-auto-sql-enabled" %}

## v1.0.0

{% hint style="success" %}
**Testing**

* Alpha Testing : Complete
* Beta Testing: Complete
  {% endhint %}
  {% endupdate %}
  {% endupdates %}


---

# 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://docs.codesign.pro/paid-scripts/cd_mechanic/changelog.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.
