Skip to content

Releases: Doctorgth/FS-XML

FS-XML Interpreter v1.0.0

Choose a tag to compare

@Doctorgth Doctorgth released this 03 Aug 09:11

How to run the application on Windows:

  1. Download the FS-XML-1.0.0_release.zip archive below.
  2. Unpack it into any convenient folder.
  3. Run the FS-XML.exe file.

💡 Important: How to configure the AI to work with the application

To make the AI send code changes in the correct format, you need to train it once on our specification:

  1. Inside the unpacked folder, find and open the FS-XML-1.0.0_release.zip file.
  2. Copy all the text from this file (these are the format rules).
  3. Paste this text into your AI settings:
    • In ChatGPT: go to SettingsCustom Instructions ➜ paste the copied text into the second field ("How would you like ChatGPT to respond?").
    • In Claude: paste this text into the System Prompt field when creating a Project, or provide it at the beginning of the dialogue.
    • In Gemini: you need to use aistudio.google.com (use the System Instructions field).
    • In custom GPTs / other interfaces: paste the text into the System Instructions / Instructions field.

If your chat interface doesn't support system prompt fields, you can simply send this instruction once to the AI at the very beginning of your conversation.

For a deeper understanding, it is recommended to read the README in the main repository.


🚀 Quick Workflow:

  1. Select the required project files in the program and click "GENERATE CONTEXT DUMP" ("СОЗДАТЬ ДАМП КОНТЕКСТА").
  2. Copy the contents of the generated context_dump.txt file and send it to the trained AI along with your task.
  3. Copy the AI's response entirely, paste it into the program's input field, and click "EXECUTE REPLACEMENT" ("ВЫПОЛНИТЬ ЗАМЕНУ").

Как запустить программу на Windows:

  1. Скачайте архив FS-XML-1.0.0_release.zip ниже.
  2. Распакуйте его в любую удобную папку.
  3. Запустите файл FS-XML.exe.

💡 Важно: Как настроить нейросеть (ИИ) для работы с программой

Чтобы нейросеть присылала вам изменения кода в правильном формате, её нужно один раз обучить нашей спецификации:

  1. Внутри распакованного архива найдите файл FS-XML-1.0.0_release.zip и откройте его.
  2. Скопируйте весь текст из этого файла (это правила формата).
  3. Вставьте этот текст в настройки вашей нейросети:
    • В ChatGPT: зайдите в НастройкиCustom Instructions (Пользовательские инструкции) ➜ вставьте скопированный текст во второе поле ("How would you like ChatGPT to respond?").
    • В Claude: вставьте этот текст в поле System Prompt (Системный промпт) при создании проекта (Projects) или укажите его в начале диалога.
    • В кастомных GPT / других интерфейсах: вставьте текст в поле System Instructions (Инструкции системы).
      В Gemini нужно использовать aistudio.google.com

Если ваш чат не поддерживает такого поля, можно нейронке 1 раз отправить эту инструкцию при инициализации диалога.
Для более подробного понимания рекомендуется ознакомится с README в основном репозитории.

Краткий рабочий процесс:

  1. Выберите нужные файлы проекта в программе и нажмите «СОЗДАТЬ ДАМП КОНТЕКСТА».
  2. Скопируйте содержимое созданного файла context_dump.txt и отправьте его обученной нейросети вместе со своей задачей.
  3. Скопируйте ответ нейросети целиком, вставьте в поле программы и нажмите «ВЫПОЛНИТЬ ЗАМЕНУ».