codebind 0.1.4__tar.gz → 0.1.5__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: codebind
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: A minimal model loop over a persistent IPython session.
5
5
  Keywords: ai,ipython,llm,repl,agents
6
6
  Author: Giovanni Gravili
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "codebind"
3
- version = "0.1.4"
3
+ version = "0.1.5"
4
4
  description = "A minimal model loop over a persistent IPython session."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.13"
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "codebind"
3
- version = "0.1.4"
3
+ version = "0.1.5"
4
4
  description = "A minimal model loop over a persistent IPython session."
5
5
  readme = "README.md"
6
6
  authors = [
@@ -40,4 +40,4 @@ class TerminalRenderer:
40
40
  def assistant(self, text: str) -> None:
41
41
  """Render the final model response as terminal Markdown."""
42
42
  self.console.print()
43
- self.console.print(Markdown(text))
43
+ self.console.print(Markdown(f"---\n\n{text}\n\n---"))
File without changes
File without changes
File without changes
File without changes