- cea7461: Cline is installed in the startup script rather than while building the Docker image for it to apply to the current user
- bfa44ed: Define the home directory in the startup script
- 712af1f: The startup script now generates placeholder git user config at runtime to also cover non-root users
- 712af1f: The startup script now generates default VS Code settings (dark mode and no telemetry) at runtime also if the user is root
- 04e1bf0: The .gitignore created by the startup script now includes .storage
- 420716e: The startup script now generates default VS Code settings (dark mode and no telemetry) at runtime if the user is not root
- 34d3fac: Add an implicit group called "all" that includes all peers. If you have already created a group with this name on v0.1, it will be overriden so you are recommended to remove it.
- e3bc2ed: Docker image working directory name is updated to fix the code-server title that appears on the browser. This requires changes to how the volumes are mounted in the Docker command that runs the image.
- 515ed71: Report draft filenames are no longer being kebabified (we still attempt to sanitize them)
- 44a7fc3: Update .clinerules according to the released version of 0.1.0
- 8212c8d: Copy the helper to the image
- f79af99: Create .gitignore before initializing hinter-core-data/ as a git repo