tass 0.1.10__tar.gz → 0.1.11__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tass
3
- Version: 0.1.10
3
+ Version: 0.1.11
4
4
  Summary: A terminal assistant that allows you to ask an LLM to run commands.
5
5
  Project-URL: Homepage, https://github.com/cetincan0/tass
6
6
  Author: Can Cetin
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "tass"
3
- version = "0.1.10"
3
+ version = "0.1.11"
4
4
  description = "A terminal assistant that allows you to ask an LLM to run commands."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -271,7 +271,6 @@ class TassApp:
271
271
  return "\n".join(lines)
272
272
 
273
273
  def edit_file(self, path: str, edits: list[dict]) -> str:
274
- console.print(json.dumps(edits, indent=2))
275
274
  for edit in edits:
276
275
  edit["applied"] = False
277
276
 
@@ -273,7 +273,7 @@ wheels = [
273
273
 
274
274
  [[package]]
275
275
  name = "tass"
276
- version = "0.1.10"
276
+ version = "0.1.11"
277
277
  source = { editable = "." }
278
278
  dependencies = [
279
279
  { name = "prompt-toolkit" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes