Skip to content

Commit 96c5132

Browse files
committed
Removed show line number reason. Line numbers are always shown by default
1 parent cc88da2 commit 96c5132

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
authors = [{ name = "Aman Rusia", email = "[email protected]" }]
33
name = "wcgw"
4-
version = "5.2.0"
4+
version = "5.3.0"
55
description = "Shell and coding agent for Claude and other mcp clients"
66
readme = "README.md"
77
requires-python = ">=3.11"

src/wcgw/types_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class ReadFiles(BaseModel):
127127
_end_line_nums: List[Optional[int]] = PrivateAttr(default_factory=lambda: [])
128128

129129
@property
130-
def show_line_numbers_reason(self):
130+
def show_line_numbers_reason(self) -> str:
131131
return "True"
132132

133133
@property

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)