agent-session-bridge 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.
- {agent_session_bridge-0.2.0/src/agent_session_bridge.egg-info → agent_session_bridge-0.2.1}/PKG-INFO +9 -8
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/README.md +5 -4
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/pyproject.toml +4 -4
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1/src/agent_session_bridge.egg-info}/PKG-INFO +9 -8
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/tui/screens.py +21 -2
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_tui_pilot.py +4 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/LICENSE +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/setup.cfg +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/agent_session_bridge.egg-info/SOURCES.txt +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/agent_session_bridge.egg-info/dependency_links.txt +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/agent_session_bridge.egg-info/entry_points.txt +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/agent_session_bridge.egg-info/requires.txt +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/agent_session_bridge.egg-info/top_level.txt +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/__init__.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/_ids.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/cli.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/convert.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/handshake.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/ir.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/place.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/readers/__init__.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/readers/_content.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/readers/_jsonl.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/readers/_pending.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/readers/claude_code.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/readers/codex.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/readers/hermes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/skill_install.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/skills/session-handoff/SKILL.md +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/tui/__init__.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/tui/actions.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/tui/app.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/tui/discovery.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/tui/options.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/tui/register.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/tui/summary.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/writers/__init__.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/writers/_common.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/writers/claude_code.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/writers/codex.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/writers/codex_db.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/writers/hermes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/writers/hermes_db.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_claude_reader.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_cli_tui.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_codex_db.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_codex_reader.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_handshake_convert_cli.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_hermes_db.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_hermes_reader.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_ir.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_place.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round11_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round12_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round13_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round14_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round16_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round17_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round18_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round18b_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round1_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round21_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round22_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round25_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round27_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round28_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round2_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round3_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round4_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round5_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round6_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round7_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round8_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round9_fixes.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_skill_install.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_stub_open_calls.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_tui_actions.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_tui_discovery.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_tui_options.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_tui_register.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_tui_summary.py +0 -0
- {agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_writers.py +0 -0
{agent_session_bridge-0.2.0/src/agent_session_bridge.egg-info → agent_session_bridge-0.2.1}/PKG-INFO
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-session-bridge
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: Local-first cross-harness agent-session portability: export a live coding-agent session from one harness and resume it in another.
|
|
5
5
|
Author: Prakash Chaudhary
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/connectwithprakash/session-bridge
|
|
8
|
-
Project-URL: Repository, https://github.com/connectwithprakash/session-bridge
|
|
9
|
-
Project-URL: Changelog, https://github.com/connectwithprakash/session-bridge/blob/main/CHANGELOG.md
|
|
7
|
+
Project-URL: Homepage, https://github.com/connectwithprakash/agent-session-bridge
|
|
8
|
+
Project-URL: Repository, https://github.com/connectwithprakash/agent-session-bridge
|
|
9
|
+
Project-URL: Changelog, https://github.com/connectwithprakash/agent-session-bridge/blob/main/CHANGELOG.md
|
|
10
10
|
Project-URL: Project page, https://www.connectwithprakash.com/project/session-bridge
|
|
11
11
|
Keywords: ai-agents,claude-code,codex,session,cli,tui
|
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
|
@@ -31,7 +31,7 @@ Dynamic: license-file
|
|
|
31
31
|
|
|
32
32
|
# session-bridge
|
|
33
33
|
|
|
34
|
-
[](https://github.com/connectwithprakash/session-bridge/actions/workflows/test.yml)
|
|
34
|
+
[](https://github.com/connectwithprakash/agent-session-bridge/actions/workflows/test.yml)
|
|
35
35
|
[](https://pypi.org/project/agent-session-bridge/)
|
|
36
36
|
[](https://pypi.org/project/agent-session-bridge/)
|
|
37
37
|
[](LICENSE)
|
|
@@ -98,9 +98,10 @@ source.jsonl ─▶ reader ─▶ IR (Session: messages, tools, pending) ─▶
|
|
|
98
98
|
## Install
|
|
99
99
|
|
|
100
100
|
```bash
|
|
101
|
-
uv tool install 'agent-session-bridge[tui]'
|
|
102
|
-
|
|
103
|
-
|
|
101
|
+
uv tool install 'agent-session-bridge[tui]' # recommended: CLI + TUI, isolated env
|
|
102
|
+
brew install connectwithprakash/tap/session-bridge # or: Homebrew (TUI included)
|
|
103
|
+
uvx agent-session-bridge --help # or: no-install run
|
|
104
|
+
pip install 'agent-session-bridge[tui]' # or: plain pip
|
|
104
105
|
```
|
|
105
106
|
|
|
106
107
|
Installs the `session-bridge` command (docs use that name); an
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# session-bridge
|
|
2
2
|
|
|
3
|
-
[](https://github.com/connectwithprakash/session-bridge/actions/workflows/test.yml)
|
|
3
|
+
[](https://github.com/connectwithprakash/agent-session-bridge/actions/workflows/test.yml)
|
|
4
4
|
[](https://pypi.org/project/agent-session-bridge/)
|
|
5
5
|
[](https://pypi.org/project/agent-session-bridge/)
|
|
6
6
|
[](LICENSE)
|
|
@@ -67,9 +67,10 @@ source.jsonl ─▶ reader ─▶ IR (Session: messages, tools, pending) ─▶
|
|
|
67
67
|
## Install
|
|
68
68
|
|
|
69
69
|
```bash
|
|
70
|
-
uv tool install 'agent-session-bridge[tui]'
|
|
71
|
-
|
|
72
|
-
|
|
70
|
+
uv tool install 'agent-session-bridge[tui]' # recommended: CLI + TUI, isolated env
|
|
71
|
+
brew install connectwithprakash/tap/session-bridge # or: Homebrew (TUI included)
|
|
72
|
+
uvx agent-session-bridge --help # or: no-install run
|
|
73
|
+
pip install 'agent-session-bridge[tui]' # or: plain pip
|
|
73
74
|
```
|
|
74
75
|
|
|
75
76
|
Installs the `session-bridge` command (docs use that name); an
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agent-session-bridge"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.1"
|
|
8
8
|
description = "Local-first cross-harness agent-session portability: export a live coding-agent session from one harness and resume it in another."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11"
|
|
@@ -27,9 +27,9 @@ classifiers = [
|
|
|
27
27
|
dependencies = []
|
|
28
28
|
|
|
29
29
|
[project.urls]
|
|
30
|
-
Homepage = "https://github.com/connectwithprakash/session-bridge"
|
|
31
|
-
Repository = "https://github.com/connectwithprakash/session-bridge"
|
|
32
|
-
Changelog = "https://github.com/connectwithprakash/session-bridge/blob/main/CHANGELOG.md"
|
|
30
|
+
Homepage = "https://github.com/connectwithprakash/agent-session-bridge"
|
|
31
|
+
Repository = "https://github.com/connectwithprakash/agent-session-bridge"
|
|
32
|
+
Changelog = "https://github.com/connectwithprakash/agent-session-bridge/blob/main/CHANGELOG.md"
|
|
33
33
|
"Project page" = "https://www.connectwithprakash.com/project/session-bridge"
|
|
34
34
|
|
|
35
35
|
[project.optional-dependencies]
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1/src/agent_session_bridge.egg-info}/PKG-INFO
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-session-bridge
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: Local-first cross-harness agent-session portability: export a live coding-agent session from one harness and resume it in another.
|
|
5
5
|
Author: Prakash Chaudhary
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/connectwithprakash/session-bridge
|
|
8
|
-
Project-URL: Repository, https://github.com/connectwithprakash/session-bridge
|
|
9
|
-
Project-URL: Changelog, https://github.com/connectwithprakash/session-bridge/blob/main/CHANGELOG.md
|
|
7
|
+
Project-URL: Homepage, https://github.com/connectwithprakash/agent-session-bridge
|
|
8
|
+
Project-URL: Repository, https://github.com/connectwithprakash/agent-session-bridge
|
|
9
|
+
Project-URL: Changelog, https://github.com/connectwithprakash/agent-session-bridge/blob/main/CHANGELOG.md
|
|
10
10
|
Project-URL: Project page, https://www.connectwithprakash.com/project/session-bridge
|
|
11
11
|
Keywords: ai-agents,claude-code,codex,session,cli,tui
|
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
|
@@ -31,7 +31,7 @@ Dynamic: license-file
|
|
|
31
31
|
|
|
32
32
|
# session-bridge
|
|
33
33
|
|
|
34
|
-
[](https://github.com/connectwithprakash/session-bridge/actions/workflows/test.yml)
|
|
34
|
+
[](https://github.com/connectwithprakash/agent-session-bridge/actions/workflows/test.yml)
|
|
35
35
|
[](https://pypi.org/project/agent-session-bridge/)
|
|
36
36
|
[](https://pypi.org/project/agent-session-bridge/)
|
|
37
37
|
[](LICENSE)
|
|
@@ -98,9 +98,10 @@ source.jsonl ─▶ reader ─▶ IR (Session: messages, tools, pending) ─▶
|
|
|
98
98
|
## Install
|
|
99
99
|
|
|
100
100
|
```bash
|
|
101
|
-
uv tool install 'agent-session-bridge[tui]'
|
|
102
|
-
|
|
103
|
-
|
|
101
|
+
uv tool install 'agent-session-bridge[tui]' # recommended: CLI + TUI, isolated env
|
|
102
|
+
brew install connectwithprakash/tap/session-bridge # or: Homebrew (TUI included)
|
|
103
|
+
uvx agent-session-bridge --help # or: no-install run
|
|
104
|
+
pip install 'agent-session-bridge[tui]' # or: plain pip
|
|
104
105
|
```
|
|
105
106
|
|
|
106
107
|
Installs the `session-bridge` command (docs use that name); an
|
|
@@ -399,7 +399,9 @@ class DryRunScreen(Screen):
|
|
|
399
399
|
self.opts,
|
|
400
400
|
claude_home=getattr(self.app, "claude_home", None),
|
|
401
401
|
)
|
|
402
|
-
self.app.call_from_thread(
|
|
402
|
+
self.app.call_from_thread(
|
|
403
|
+
self.app.push_screen, ResultScreen(outcome, target=self.opts.target)
|
|
404
|
+
)
|
|
403
405
|
|
|
404
406
|
|
|
405
407
|
class ResultScreen(Screen):
|
|
@@ -410,9 +412,10 @@ class ResultScreen(Screen):
|
|
|
410
412
|
("q", "quit", "Quit"),
|
|
411
413
|
]
|
|
412
414
|
|
|
413
|
-
def __init__(self, outcome) -> None:
|
|
415
|
+
def __init__(self, outcome, target: str | None = None) -> None:
|
|
414
416
|
super().__init__()
|
|
415
417
|
self.outcome = outcome
|
|
418
|
+
self.target = target
|
|
416
419
|
|
|
417
420
|
def compose(self) -> ComposeResult:
|
|
418
421
|
yield Header()
|
|
@@ -435,6 +438,22 @@ class ResultScreen(Screen):
|
|
|
435
438
|
lines.append(f"\n[b]resume with:[/] {escape(o.resume_hint)}")
|
|
436
439
|
if o.error:
|
|
437
440
|
lines.append(f"\n[b red]error:[/] {escape(o.error)}")
|
|
441
|
+
# A converted file alone is not resumable in every harness; say so
|
|
442
|
+
# here, where the user is about to go looking for their session.
|
|
443
|
+
if not o.error and not o.placed_path:
|
|
444
|
+
if self.target in ("codex", "hermes"):
|
|
445
|
+
lines.append(
|
|
446
|
+
f"\n[yellow]heads up:[/] {self.target} lists sessions from its own "
|
|
447
|
+
f"store, so this file will NOT appear in its resume picker. "
|
|
448
|
+
f"To make it resumable, use Register ([b]g[/] on the summary "
|
|
449
|
+
f"screen) instead."
|
|
450
|
+
)
|
|
451
|
+
elif self.target == "claude-code":
|
|
452
|
+
lines.append(
|
|
453
|
+
"\n[yellow]heads up:[/] `claude --resume` only finds sessions "
|
|
454
|
+
"under ~/.claude/projects. Enable placement on the options "
|
|
455
|
+
"screen to make this resumable."
|
|
456
|
+
)
|
|
438
457
|
lines.append("\n[dim]n for another conversion, q to quit[/]")
|
|
439
458
|
return "\n".join(lines)
|
|
440
459
|
|
|
@@ -138,6 +138,10 @@ def test_convert_flow_end_to_end(tmp_path):
|
|
|
138
138
|
assert isinstance(app.screen, ResultScreen)
|
|
139
139
|
assert app.screen.outcome.error is None
|
|
140
140
|
assert (out_dir / "converted.jsonl").exists()
|
|
141
|
+
# This flow targets claude-code without placement, so the result
|
|
142
|
+
# screen must warn that the file alone is not resumable.
|
|
143
|
+
body = str(app.screen.query_one("#result-body", Static).render())
|
|
144
|
+
assert "heads up" in body and "Enable placement" in body
|
|
141
145
|
|
|
142
146
|
await pilot.press("n")
|
|
143
147
|
await pilot.pause(0.2)
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/readers/__init__.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/readers/_content.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/readers/_jsonl.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/readers/_pending.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/readers/claude_code.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/readers/codex.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/readers/hermes.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/skill_install.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/tui/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/tui/discovery.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/tui/register.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/writers/__init__.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/writers/_common.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/writers/claude_code.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/writers/codex.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/writers/codex_db.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/writers/hermes.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/src/session_bridge/writers/hermes_db.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_handshake_convert_cli.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round11_fixes.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round12_fixes.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round13_fixes.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round14_fixes.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round16_fixes.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round17_fixes.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round18_fixes.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round18b_fixes.py
RENAMED
|
File without changes
|
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round21_fixes.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round22_fixes.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round25_fixes.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round27_fixes.py
RENAMED
|
File without changes
|
{agent_session_bridge-0.2.0 → agent_session_bridge-0.2.1}/tests/test_review_round28_fixes.py
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|