Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.56 KB

File metadata and controls

53 lines (30 loc) · 1.56 KB

hinter-cline

0.2.5

Patch Changes

  • cea7461: Cline is installed in the startup script rather than while building the Docker image for it to apply to the current user

0.2.4

Patch Changes

  • bfa44ed: Define the home directory in the startup script

0.2.3

Patch Changes

  • 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

0.2.2

Patch Changes

  • 04e1bf0: The .gitignore created by the startup script now includes .storage

0.2.1

Patch Changes

  • 420716e: The startup script now generates default VS Code settings (dark mode and no telemetry) at runtime if the user is not root

0.2.0

Minor Changes

  • 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.

Patch Changes

  • 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)

0.1.1

Patch Changes

  • 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