Summary
Running the AppImage linked in the Readme, crashes with a config error:
$ ./PromptForge.AppImage
start the merged gateway
Caused by:
0: configuration error
1: /home/andrew/.promptforge/gateway.toml:1: removed config key `config-version`; set config-version = 2 and use the single-file profile layout
Steps to reproduce
- Download the latest AppImage from https://github.com/cppalliance/promptforge/releases/download/workshop-latest/PromptForge.AppImage
- Make it executable
- Try to run it. From the desktop, nothing happens. From the command line, you get the above config error
Workaround
Manually write a working config file
Expected
The app should ship with default, runnable settings.
Notes
It looks to me like this is an old version of the config file. The AppImage should definitely always ship with the latest version config, but do we actually want outdated configs to crash the program? The config schema is versioned, we could accept old versions.
Summary
Running the AppImage linked in the Readme, crashes with a config error:
Steps to reproduce
Workaround
Manually write a working config file
Expected
The app should ship with default, runnable settings.
Notes
It looks to me like this is an old version of the config file. The AppImage should definitely always ship with the latest version config, but do we actually want outdated configs to crash the program? The config schema is versioned, we could accept old versions.