opencode-talk-bridge 0.2.7__tar.gz → 0.2.8__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.
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/CHANGELOG.md +9 -1
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/PKG-INFO +8 -8
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/README.md +7 -7
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/pyproject.toml +1 -1
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/__init__.py +1 -1
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/.env.example +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/.github/workflows/ci.yml +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/.github/workflows/publish.yml +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/.gitignore +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/LICENSE +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/deploy/com.leiverkus.opencode-talk-bridge.plist +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/docs/publishing.md +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/docs/smoke-test.md +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/__main__.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/allowlist.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/bridge.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/commands.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/config.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/events.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/init.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/messages.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/opencode.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/pending.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/permissions.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/scheduler.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/sessions.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/status.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/streaming.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/stt.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/talk.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/tts.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/webdav.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/conftest.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_allowlist.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_bridge.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_commands.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_config.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_events.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_init.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_main.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_messages.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_opencode.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_pending.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_permissions.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_scheduler.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_sessions.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_status.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_streaming.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_talk.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_voice.py +0 -0
- {opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/tests/test_webdav.py +0 -0
|
@@ -6,6 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.2.8] - 2026-06-01
|
|
10
|
+
|
|
11
|
+
### Docs
|
|
12
|
+
- Republish so the **PyPI project description** reflects the corrected README
|
|
13
|
+
(the `uv tool install opencode-talk-bridge` instructions). The 0.2.7 page was
|
|
14
|
+
built from the README commit just before the PyPI-primary install flip.
|
|
15
|
+
|
|
9
16
|
## [0.2.7] - 2026-06-01
|
|
10
17
|
|
|
11
18
|
First release published to **PyPI** — `uv tool install opencode-talk-bridge`
|
|
@@ -163,7 +170,8 @@ Initial release.
|
|
|
163
170
|
- `nextcloud-talk-core`, pinned to the `core-v1.0.0` git tag.
|
|
164
171
|
- `httpx >= 0.27`.
|
|
165
172
|
|
|
166
|
-
[Unreleased]: https://github.com/leiverkus/opencode-talk-bridge/compare/v0.2.
|
|
173
|
+
[Unreleased]: https://github.com/leiverkus/opencode-talk-bridge/compare/v0.2.8...HEAD
|
|
174
|
+
[0.2.8]: https://github.com/leiverkus/opencode-talk-bridge/compare/v0.2.7...v0.2.8
|
|
167
175
|
[0.2.7]: https://github.com/leiverkus/opencode-talk-bridge/compare/v0.2.6...v0.2.7
|
|
168
176
|
[0.2.6]: https://github.com/leiverkus/opencode-talk-bridge/compare/v0.2.5...v0.2.6
|
|
169
177
|
[0.2.5]: https://github.com/leiverkus/opencode-talk-bridge/compare/v0.2.4...v0.2.5
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: opencode-talk-bridge
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.8
|
|
4
4
|
Summary: Drive a local OpenCode instance from Nextcloud Talk via polling — a self-hosted chat bridge for a coding agent.
|
|
5
5
|
Project-URL: Homepage, https://github.com/leiverkus/opencode-talk-bridge
|
|
6
6
|
Project-URL: Repository, https://github.com/leiverkus/opencode-talk-bridge
|
|
@@ -32,6 +32,7 @@ Description-Content-Type: text/markdown
|
|
|
32
32
|
# opencode-talk-bridge
|
|
33
33
|
|
|
34
34
|
[](https://github.com/leiverkus/opencode-talk-bridge/actions/workflows/ci.yml)
|
|
35
|
+
[](https://pypi.org/project/opencode-talk-bridge/)
|
|
35
36
|
[](https://github.com/leiverkus/opencode-talk-bridge/releases/latest)
|
|
36
37
|
[](https://github.com/leiverkus/opencode-talk-bridge/blob/main/pyproject.toml)
|
|
37
38
|
[](LICENSE)
|
|
@@ -81,18 +82,17 @@ Nextcloud Talk ──long-poll──▶ bridge ──HTTP──▶ opencode
|
|
|
81
82
|
|
|
82
83
|
## Install
|
|
83
84
|
|
|
84
|
-
**One command** — installs the `opencode-talk-bridge` CLI into an
|
|
85
|
-
environment and onto your `PATH` ([uv](https://docs.astral.sh/uv/) or
|
|
85
|
+
**One command** — installs the `opencode-talk-bridge` CLI from PyPI into an
|
|
86
|
+
isolated environment and onto your `PATH` ([uv](https://docs.astral.sh/uv/) or
|
|
86
87
|
[pipx](https://pipx.pypa.io/)):
|
|
87
88
|
|
|
88
89
|
```bash
|
|
89
|
-
uv tool install
|
|
90
|
-
# or: pipx install
|
|
90
|
+
uv tool install opencode-talk-bridge
|
|
91
|
+
# or: pipx install opencode-talk-bridge
|
|
91
92
|
```
|
|
92
93
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
> [docs/publishing.md](docs/publishing.md).
|
|
94
|
+
For the unreleased latest commit, install from git instead:
|
|
95
|
+
`uv tool install git+https://github.com/leiverkus/opencode-talk-bridge.git`.
|
|
96
96
|
|
|
97
97
|
Then create your config interactively and run:
|
|
98
98
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# opencode-talk-bridge
|
|
2
2
|
|
|
3
3
|
[](https://github.com/leiverkus/opencode-talk-bridge/actions/workflows/ci.yml)
|
|
4
|
+
[](https://pypi.org/project/opencode-talk-bridge/)
|
|
4
5
|
[](https://github.com/leiverkus/opencode-talk-bridge/releases/latest)
|
|
5
6
|
[](https://github.com/leiverkus/opencode-talk-bridge/blob/main/pyproject.toml)
|
|
6
7
|
[](LICENSE)
|
|
@@ -50,18 +51,17 @@ Nextcloud Talk ──long-poll──▶ bridge ──HTTP──▶ opencode
|
|
|
50
51
|
|
|
51
52
|
## Install
|
|
52
53
|
|
|
53
|
-
**One command** — installs the `opencode-talk-bridge` CLI into an
|
|
54
|
-
environment and onto your `PATH` ([uv](https://docs.astral.sh/uv/) or
|
|
54
|
+
**One command** — installs the `opencode-talk-bridge` CLI from PyPI into an
|
|
55
|
+
isolated environment and onto your `PATH` ([uv](https://docs.astral.sh/uv/) or
|
|
55
56
|
[pipx](https://pipx.pypa.io/)):
|
|
56
57
|
|
|
57
58
|
```bash
|
|
58
|
-
uv tool install
|
|
59
|
-
# or: pipx install
|
|
59
|
+
uv tool install opencode-talk-bridge
|
|
60
|
+
# or: pipx install opencode-talk-bridge
|
|
60
61
|
```
|
|
61
62
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
> [docs/publishing.md](docs/publishing.md).
|
|
63
|
+
For the unreleased latest commit, install from git instead:
|
|
64
|
+
`uv tool install git+https://github.com/leiverkus/opencode-talk-bridge.git`.
|
|
65
65
|
|
|
66
66
|
Then create your config interactively and run:
|
|
67
67
|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "opencode-talk-bridge"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.8"
|
|
8
8
|
description = "Drive a local OpenCode instance from Nextcloud Talk via polling — a self-hosted chat bridge for a coding agent."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/__main__.py
RENAMED
|
File without changes
|
{opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/allowlist.py
RENAMED
|
File without changes
|
{opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/bridge.py
RENAMED
|
File without changes
|
{opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/commands.py
RENAMED
|
File without changes
|
{opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/config.py
RENAMED
|
File without changes
|
{opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/events.py
RENAMED
|
File without changes
|
|
File without changes
|
{opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/messages.py
RENAMED
|
File without changes
|
{opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/opencode.py
RENAMED
|
File without changes
|
{opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/pending.py
RENAMED
|
File without changes
|
{opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/permissions.py
RENAMED
|
File without changes
|
{opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/scheduler.py
RENAMED
|
File without changes
|
{opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/sessions.py
RENAMED
|
File without changes
|
{opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/status.py
RENAMED
|
File without changes
|
{opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/streaming.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencode_talk_bridge-0.2.7 → opencode_talk_bridge-0.2.8}/src/opencode_talk_bridge/webdav.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|