opencode-bridge 0.4.0__tar.gz → 0.4.1__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: opencode-bridge
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: MCP server for continuous OpenCode discussion sessions
5
5
  Project-URL: Repository, https://github.com/genomewalker/opencode-bridge
6
6
  Author: Antonio Fernandez-Guerra
@@ -450,7 +450,7 @@ def build_synthesis_prompt(
450
450
  "## Original Request",
451
451
  user_prompt,
452
452
  "",
453
- f"## Files Analyzed",
453
+ "## Files Analyzed",
454
454
  file_desc,
455
455
  "",
456
456
  "## Chunk Analyses",
@@ -808,7 +808,7 @@ class OpenCodeBridge:
808
808
 
809
809
  if code != 0:
810
810
  # Fallback: concatenate raw chunk results
811
- parts = [f"*Synthesis failed — showing raw chunk analyses:*\n"]
811
+ parts = ["*Synthesis failed — showing raw chunk analyses:*\n"]
812
812
  for cr in sorted(chunk_results, key=lambda c: c.get("chunk_index", 0)):
813
813
  idx = cr.get("chunk_index", 0) + 1
814
814
  fp = Path(cr.get("file", "")).name
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "opencode-bridge"
7
- version = "0.4.0"
7
+ version = "0.4.1"
8
8
  description = "MCP server for continuous OpenCode discussion sessions"
9
9
  readme = "README.md"
10
10
  license = "MIT"
File without changes