> For the complete documentation index, see [llms.txt](https://docs.codesign.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codesign.pro/paid-scripts/cd_mechanic/changelog.md).

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