force update

This commit is contained in:
2026-02-21 15:13:51 -05:00
parent 47c581d037
commit d2f112b50f
4 changed files with 214 additions and 104 deletions

5
gui.py
View File

@@ -1,4 +1,4 @@
import dearpygui.dearpygui as dpg
import dearpygui.dearpygui as dpg
import tomllib
import tomli_w
import threading
@@ -6,6 +6,7 @@ from pathlib import Path
from tkinter import filedialog, Tk
import aggregate
import ai_client
from ai_client import ProviderError
import shell_runner
CONFIG_PATH = Path("config.toml")
@@ -624,4 +625,4 @@ def main():
if __name__ == "__main__":
main()
main()