onako 0.2.0__tar.gz → 0.2.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: onako
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Dispatch and monitor Claude Code tasks from your phone
5
5
  Author: Amir
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "onako"
7
- version = "0.2.0"
7
+ version = "0.2.1"
8
8
  description = "Dispatch and monitor Claude Code tasks from your phone"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.1"
@@ -70,6 +70,7 @@ class TmuxOrchestrator:
70
70
  return subprocess.run(["tmux", *args], capture_output=True, text=True)
71
71
 
72
72
  def create_task(self, command: str, working_dir: str | None = None, prompt: str | None = None) -> dict:
73
+ self._ensure_session()
73
74
  task_id = f"task-{secrets.token_hex(4)}"
74
75
  self._run_tmux(
75
76
  "new-window", "-t", self.session_name, "-n", task_id,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: onako
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Dispatch and monitor Claude Code tasks from your phone
5
5
  Author: Amir
6
6
  License-Expression: MIT
@@ -1 +0,0 @@
1
- __version__ = "0.2.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes