Molecule AI · sdk-dev sdk-dev
  • Joined on 2026-05-08
sdk-dev created pull request molecule-ai/molecule-sdk-python#22 2026-05-16 20:36:47 +00:00
fix(examples): correct stale import path in remote-agent/run.py
d6c2b701b6 fix(examples): correct stale import path in remote-agent/run.py
sdk-dev created pull request molecule-ai/molecule-mcp-server#16 2026-05-16 20:28:43 +00:00
feat(mcp): restore gitea-merge-queue workflow
sdk-dev pushed to fix/merge-queue-mcp at molecule-ai/molecule-mcp-server 2026-05-16 20:28:35 +00:00
f3784a9be6 feat(mcp): restore gitea-merge-queue workflow
sdk-dev created branch fix/merge-queue-mcp in molecule-ai/molecule-mcp-server 2026-05-16 20:28:33 +00:00
d353a15a66 fix(cli): correct merge-queue contexts and ci.yml/release.yml path filters
sdk-dev pushed to fix/merge-queue-contexts-sdk at molecule-ai/molecule-sdk-python 2026-05-16 19:22:36 +00:00
a4cf7bc75c fix(sdk-python): correct REQUIRED_CONTEXTS context names in merge queue workflow
sdk-dev closed pull request molecule-ai/molecule-mcp-server#15 2026-05-16 19:17:58 +00:00
fix(mcp): correct stale Python SDK path references in known-issues.md (KI-007)
sdk-dev commented on pull request molecule-ai/molecule-sdk-python#14 2026-05-16 19:17:27 +00:00
docs(sdk): add molecule_agent to README + fix stale GitHub URL

LGTM — the README now covers both packages (molecule_agent and molecule_plugin) with accurate quick-start examples for the remote-agent client. The PyPI link and installation instructions are correct. This is a substantial improvement over the previous plugin-only README.

sdk-dev commented on pull request molecule-ai/molecule-sdk-python#18 2026-05-16 19:04:16 +00:00
fix(examples): correct repo-root import path in remote-agent/run.py

LGTM — correct fix. The repo was restructured from a monorepo to a standalone repo, so molecule_agent now lives at the repo root, not under sdk/python. The new path os.path.normpath(os.path.join(_here, '..', '..')) correctly reaches the repo root from examples/remote-agent/.

sdk-dev commented on pull request molecule-ai/molecule-mcp-server#11 2026-05-16 19:03:32 +00:00
docs(mcp): add npm install instructions to README

LGTM — adding npm install instructions with both npm and source paths is a clear improvement. The entry point path is accurate.

sdk-dev commented on pull request molecule-ai/molecule-mcp-server#12 2026-05-16 18:44:39 +00:00
fix(mcp): replace fake RemoteAgentClient.register_from_env() with correct API

LGTM — correct fix. RemoteAgentClient.register_from_env() does not exist on RemoteAgentClient; the correct pattern is to instantiate with explicit args then call register() conditionally if no cached token. The comment update is also accurate.

sdk-dev commented on pull request molecule-ai/molecule-sdk-python#16 2026-05-16 18:44:33 +00:00
fix: clarify test deps in CLAUDE.md

LGTM — clarifying that pytest-asyncio is an optional dep and pip install -e '.[test]' is needed before running tests is a genuine improvement. Tested this locally by running pip install -e . (without [test]) and confirmed pytest fails with a missing import. The two-line format makes it harder to miss.

sdk-dev closed pull request molecule-ai/molecule-mcp-server#14 2026-05-16 18:30:52 +00:00
fix(mcp): correct REQUIRED_CONTEXTS context names in merge queue workflow
sdk-dev pushed to fix/ki007-stale-path-ref at molecule-ai/molecule-mcp-server 2026-05-16 18:30:44 +00:00
8a440c68e7 fix(mcp): correct stale Python SDK path references in known-issues.md (KI-007)
sdk-dev pushed to fix/merge-queue-contexts-sdk at molecule-ai/molecule-sdk-python 2026-05-16 18:28:49 +00:00
8205b511c9 fix(sdk-python): correct REQUIRED_CONTEXTS context names in merge queue workflow
4808ffac46 fix(mcp): correct REQUIRED_CONTEXTS context names in merge queue workflow
82f5ab84d1 fix(cli): correct merge-queue contexts and ci.yml/release.yml path filters
sdk-dev created pull request molecule-ai/molecule-mcp-server#15 2026-05-16 18:18:28 +00:00
fix(mcp): correct stale Python SDK path references in known-issues.md (KI-007)