Skip to content

Commit 49e08fe

Browse files
authored
Merge pull request #72 from xpcmdshell/release/0.12.0
Release 0.12.0
2 parents f7287e7 + b7d137b commit 49e08fe

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ See [Session API](./docs/session-api.md) and [Executors](./docs/executors.md) fo
8282
**Also ships as an MCP server for Claude Code:**
8383

8484
```bash
85-
claude mcp add py-code-mode -- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.11.0 py-code-mode-mcp --base ~/.code-mode
85+
claude mcp add py-code-mode -- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.12.0 py-code-mode-mcp --base ~/.code-mode
8686
```
8787

8888
## Features
@@ -137,7 +137,7 @@ await session.save_artifact("data", {"key": "value"})
137137
## Installation
138138

139139
```bash
140-
uv add git+https://github.com/xpcmdshell/py-code-mode.git@v0.11.0
140+
uv add git+https://github.com/xpcmdshell/py-code-mode.git@v0.12.0
141141
```
142142

143143
For MCP server installation, see [Getting Started](./docs/getting-started.md).

docs/cli-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The MCP server exposes py-code-mode to Claude Code and other MCP clients.
1010

1111
```bash
1212
# Add to Claude Code
13-
claude mcp add py-code-mode -- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.11.0 py-code-mode-mcp --base ~/.code-mode
13+
claude mcp add py-code-mode -- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.12.0 py-code-mode-mcp --base ~/.code-mode
1414
```
1515

1616
### Usage

docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide walks through installing py-code-mode and running your first agent se
77
### As a Python Library
88

99
```bash
10-
uv add git+https://github.com/xpcmdshell/py-code-mode.git@v0.11.0
10+
uv add git+https://github.com/xpcmdshell/py-code-mode.git@v0.12.0
1111
```
1212

1313
### For Claude Code (MCP Server)
@@ -16,15 +16,15 @@ uv add git+https://github.com/xpcmdshell/py-code-mode.git@v0.11.0
1616

1717
```bash
1818
claude mcp add -s user py-code-mode \
19-
-- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.11.0 \
19+
-- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.12.0 \
2020
py-code-mode-mcp --base ~/.code-mode
2121
```
2222

2323
**Project-scoped installation** (only in the current project):
2424

2525
```bash
2626
claude mcp add -s project py-code-mode \
27-
-- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.11.0 \
27+
-- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.12.0 \
2828
py-code-mode-mcp --base ./.code-mode
2929
```
3030

docs/integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The MCP server exposes these tools:
4040
#### Claude Code
4141

4242
```bash
43-
claude mcp add py-code-mode -- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.11.0 py-code-mode-mcp --base ~/.code-mode
43+
claude mcp add py-code-mode -- uvx --from git+https://github.com/xpcmdshell/py-code-mode.git@v0.12.0 py-code-mode-mcp --base ~/.code-mode
4444
```
4545

4646
#### Generic MCP Client

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "py-code-mode"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
description = "Code mode for LLM agents - tools as Python SDK bindings via Jupyter execution"
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)