Releases: developingjames/deltagrams
v1.1.0
Changes
- Fixing a test issue and formatting code
- Fixing linter issues
- Fixing deltagrams to allow LLM's to use original line numbers when building up multiple operations in one file. They shouldn't need to try to calculate the adjusted line numbers, we should do the hard part. obv.
Download and Verification
Download the binary for your platform directly from the assets below. No need to extract archives!
To verify the integrity of your download:
# Download the binary and its checksum
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.1.0/deltagram-linux-amd64
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.1.0/deltagram-linux-amd64.sha256
# Verify the checksum
sha256sum -c deltagram-linux-amd64.sha256
# Make executable
chmod +x deltagram-linux-amd64All binaries are cryptographically signed and attested for supply chain security.
v1.0.9
Changes
- Fixing problems with applying deltagrams
Download and Verification
Download the binary for your platform directly from the assets below. No need to extract archives!
To verify the integrity of your download:
# Download the binary and its checksum
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.0.9/deltagram-linux-amd64
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.0.9/deltagram-linux-amd64.sha256
# Verify the checksum
sha256sum -c deltagram-linux-amd64.sha256
# Make executable
chmod +x deltagram-linux-amd64All binaries are cryptographically signed and attested for supply chain security.
v1.0.8
Changes
- Adding boundary identifier support for underscores and dashes
Download and Verification
Download the binary for your platform directly from the assets below. No need to extract archives!
To verify the integrity of your download:
# Download the binary and its checksum
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.0.8/deltagram-linux-amd64
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.0.8/deltagram-linux-amd64.sha256
# Verify the checksum
sha256sum -c deltagram-linux-amd64.sha256
# Make executable
chmod +x deltagram-linux-amd64All binaries are cryptographically signed and attested for supply chain security.
v1.0.7
Changes
- Relaxing the boundary identifier format to make it easier for LLM's to collaborate.
- Improving deltagram prompt for claude
Download and Verification
Download the binary for your platform directly from the assets below. No need to extract archives!
To verify the integrity of your download:
# Download the binary and its checksum
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.0.7/deltagram-linux-amd64
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.0.7/deltagram-linux-amd64.sha256
# Verify the checksum
sha256sum -c deltagram-linux-amd64.sha256
# Make executable
chmod +x deltagram-linux-amd64All binaries are cryptographically signed and attested for supply chain security.
v1.0.6
Changes
- Trying to get the changelog fixed
Download and Verification
Download the binary for your platform directly from the assets below. No need to extract archives!
To verify the integrity of your download:
# Download the binary and its checksum
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.0.6/deltagram-linux-amd64
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.0.6/deltagram-linux-amd64.sha256
# Verify the checksum
sha256sum -c deltagram-linux-amd64.sha256
# Make executable
chmod +x deltagram-linux-amd64All binaries are cryptographically signed and attested for supply chain security.