swiftgate-cli 1.0.1__tar.gz → 1.0.2__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: swiftgate-cli
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: SwiftGate CLI — autonomous bidirectional agent bridge for SwiftGate OS
5
5
  Project-URL: Homepage, https://swiftgate.ai
6
6
  Project-URL: Repository, https://github.com/thetaroot/swiftgate
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "swiftgate-cli"
7
- version = "1.0.1"
7
+ version = "1.0.2"
8
8
  description = "SwiftGate CLI — autonomous bidirectional agent bridge for SwiftGate OS"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
@@ -35,7 +35,7 @@ logger = logging.getLogger("swiftgate")
35
35
 
36
36
 
37
37
  @click.group()
38
- @click.version_option(version="1.0.1", prog_name="swiftgate-cli")
38
+ @click.version_option(version="1.0.2", prog_name="swiftgate-cli")
39
39
  def cli():
40
40
  """swiftgate-cli — Autonomous bidirectional agent bridge for SwiftGate OS.
41
41
 
@@ -141,7 +141,7 @@ async def _start_async(agent: str, mcp_token: str) -> None:
141
141
  sse_task = asyncio.create_task(listener.listen())
142
142
 
143
143
  click.echo(click.style(f"✓ Agent '{slug}' running. Terminal connected.", fg="green"))
144
- click.echo(click.style(" (Press Ctrl+C to stop)", fg="dim"))
144
+ click.echo(click.style(" (Press Ctrl+C to stop)", fg="bright_black"))
145
145
 
146
146
  try:
147
147
  await bridge.forward_io()
File without changes
File without changes