File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 16
16
## Key Features:
17
17
18
18
- ** SQL-like syntax** for intuitive code querying and manipulation;
19
+ - Shows improved results in refactoring benchmarks when compared to standard diff formats
20
+ - See [ ` Gemini 1.5 PRO ` improved performance (on par with Sonnet 3.5)] ( https://github.com/Aider-AI/aider/pull/1897#issue-2563049442 )
19
21
- ** Reduced token usage** via semantic-level code transformations, not character-by-character matching;
20
22
- ** Scalable to larger codebases** with minimal token usage;
21
23
- ** Project-wide refactorings** can be performed with a single, concise command
Original file line number Diff line number Diff line change 4
4
5
5
from tree_sitter import Language
6
6
7
- __version__ = "0.0.5 "
7
+ __version__ = "0.0.6 "
8
8
__all__ = ("language" ,)
9
9
10
10
_ROOT_DIR = Path (__file__ ).parent
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " cedarscript_grammar"
7
- version = " 0.0.5 "
7
+ version = " 0.0.6 "
8
8
description = " CEDARScript grammar.js for tree-sitter"
9
9
authors = [
10
10
{name = " Elifarley" , email = " cedarscript@orgecc.com" },
You can’t perform that action at this time.
0 commit comments