llm_fixer 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/llm_fixer/version.rb +1 -1
- data/lib/templates/fix_prompt_system.erb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9913c131c06d4864ec7e795574f39744093eac923900c5db222d5315285f6a14
|
4
|
+
data.tar.gz: 9bd5c3243872f9180f39c1c43da9e74af0453f98b231e20706d963b9ffa91049
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a07dbf77d08b491309d57e2a78cbc3a53dd117cff6157c8ccd5d4b00f48d119f9d59cdca1670eab89a6b2087313c0c563c5de8bb001a1b0818ed05157f5a407a
|
7
|
+
data.tar.gz: 43dc4b2fb8022f67d9de54cd15da2f1cf2644aed64959bac52f8ea00b42e90d1905b45a7866ecacc08733a9c16195cbe8f24e586b309c9ae2e6e878a536c5f4e
|
data/Gemfile.lock
CHANGED
data/lib/llm_fixer/version.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
You are a code repair assistant. Your task is to fix static analysis errors in code.
|
2
2
|
You should:
|
3
|
-
- Fix only the error locations
|
3
|
+
- Fix only the error locations. Don't add comments that explain the process.
|
4
4
|
- Delete unnecessary lines instead of commenting them out
|
5
5
|
- Generate fixed full source code
|
6
6
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: llm_fixer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kaiba
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03
|
11
|
+
date: 2025-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: colorize
|