optio-opencode 0.5.0__tar.gz → 0.6.0__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.
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/PKG-INFO +4 -4
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/pyproject.toml +4 -4
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode.egg-info/PKG-INFO +4 -4
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode.egg-info/requires.txt +3 -3
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/README.md +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/setup.cfg +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/__init__.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/account.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/conversation.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/cred_watcher.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/fs_allowlist.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/host_actions.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/info.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/model_probe.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/prompt.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/providers/__init__.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/providers/anthropic.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/providers/deepseek.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/providers/openai.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/providers/xai.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/seed_manifest.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/session.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/snapshots.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/types.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode/verify.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode.egg-info/SOURCES.txt +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode.egg-info/dependency_links.txt +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode.egg-info/top_level.txt +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_account.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_account_xai_apikey.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_agent_info.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_agent_sender_opencode.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_claustrum.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_config_harmonization.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_conversation_config.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_conversation_driver.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_conversation_session.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_conversation_ui_model.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_conversation_ui_session.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_conversation_upload.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_cred_watcher.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_file_download.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_file_upload.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_host_actions.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_host_local.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_host_primitives_local.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_host_primitives_remote.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_host_remote_resume.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_host_resume.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_model_probe.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_model_probe_wiring.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_prompt.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_provider_deepseek.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_purge_seed.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_resume_sentence_opencode.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_sanity.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_seed_config.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_session_blob_hooks.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_session_hooks.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_session_local.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_session_remote.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_session_resume.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_session_seed.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_session_seed_saveback.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_smart_install.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_snapshots.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_types.py +0 -0
- {optio_opencode-0.5.0 → optio_opencode-0.6.0}/tests/test_verify_seed.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: optio-opencode
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.0
|
|
4
4
|
Summary: Run opencode web as an optio task; local subprocess or remote via SSH.
|
|
5
5
|
Author-email: Kristof Csillag <kristof.csillag@deai-labs.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -23,9 +23,9 @@ Description-Content-Type: text/markdown
|
|
|
23
23
|
Requires-Dist: optio-core<0.5,>=0.4
|
|
24
24
|
Requires-Dist: optio-host<0.4,>=0.3
|
|
25
25
|
Requires-Dist: optio-agents<0.7,>=0.6
|
|
26
|
-
Requires-Dist: optio-claudecode<0.
|
|
27
|
-
Requires-Dist: optio-codex<0.
|
|
28
|
-
Requires-Dist: optio-grok<0.
|
|
26
|
+
Requires-Dist: optio-claudecode<0.7,>=0.6
|
|
27
|
+
Requires-Dist: optio-codex<0.5,>=0.4
|
|
28
|
+
Requires-Dist: optio-grok<0.5,>=0.4
|
|
29
29
|
Requires-Dist: asyncssh>=2.14
|
|
30
30
|
Requires-Dist: aiohttp>=3.9
|
|
31
31
|
Provides-Extra: dev
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "optio-opencode"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.6.0"
|
|
8
8
|
description = "Run opencode web as an optio task; local subprocess or remote via SSH."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "Apache-2.0"
|
|
@@ -34,9 +34,9 @@ dependencies = [
|
|
|
34
34
|
# The account meta-analyzer's per-provider handlers reuse the extracted
|
|
35
35
|
# vendor map helpers (account_from_oauth_token / account_from_openai /
|
|
36
36
|
# account_from_xai) rather than reimplement each vendor's fetch+map.
|
|
37
|
-
"optio-claudecode>=0.
|
|
38
|
-
"optio-codex>=0.
|
|
39
|
-
"optio-grok>=0.
|
|
37
|
+
"optio-claudecode>=0.6,<0.7",
|
|
38
|
+
"optio-codex>=0.4,<0.5",
|
|
39
|
+
"optio-grok>=0.4,<0.5",
|
|
40
40
|
"asyncssh>=2.14",
|
|
41
41
|
"aiohttp>=3.9",
|
|
42
42
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: optio-opencode
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.0
|
|
4
4
|
Summary: Run opencode web as an optio task; local subprocess or remote via SSH.
|
|
5
5
|
Author-email: Kristof Csillag <kristof.csillag@deai-labs.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -23,9 +23,9 @@ Description-Content-Type: text/markdown
|
|
|
23
23
|
Requires-Dist: optio-core<0.5,>=0.4
|
|
24
24
|
Requires-Dist: optio-host<0.4,>=0.3
|
|
25
25
|
Requires-Dist: optio-agents<0.7,>=0.6
|
|
26
|
-
Requires-Dist: optio-claudecode<0.
|
|
27
|
-
Requires-Dist: optio-codex<0.
|
|
28
|
-
Requires-Dist: optio-grok<0.
|
|
26
|
+
Requires-Dist: optio-claudecode<0.7,>=0.6
|
|
27
|
+
Requires-Dist: optio-codex<0.5,>=0.4
|
|
28
|
+
Requires-Dist: optio-grok<0.5,>=0.4
|
|
29
29
|
Requires-Dist: asyncssh>=2.14
|
|
30
30
|
Requires-Dist: aiohttp>=3.9
|
|
31
31
|
Provides-Extra: dev
|
|
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
|
|
File without changes
|
|
File without changes
|
{optio_opencode-0.5.0 → optio_opencode-0.6.0}/src/optio_opencode.egg-info/dependency_links.txt
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
|
|
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
|
|
File without changes
|
|
File without changes
|