xcoding 0.1.1__tar.gz → 0.1.2__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.
- {xcoding-0.1.1/xcoding.egg-info → xcoding-0.1.2}/PKG-INFO +1 -1
- {xcoding-0.1.1 → xcoding-0.1.2}/pyproject.toml +2 -1
- {xcoding-0.1.1 → xcoding-0.1.2/xcoding.egg-info}/PKG-INFO +1 -1
- {xcoding-0.1.1 → xcoding-0.1.2}/xcoding.egg-info/entry_points.txt +1 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/LICENSE +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/README.md +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/setup.cfg +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcode/__init__.py +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcode/__main__.py +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcode/agent.py +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcode/backends.py +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcode/cli.py +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcode/config.py +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcode/hooks.py +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcode/input_bar.py +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcode/mcp.py +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcode/memory.py +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcode/permissions.py +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcode/session.py +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcode/tools.py +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcode/ui.py +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcoding.egg-info/SOURCES.txt +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcoding.egg-info/dependency_links.txt +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcoding.egg-info/requires.txt +0 -0
- {xcoding-0.1.1 → xcoding-0.1.2}/xcoding.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xcoding
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: xcoding by @c7s89r — a local-model coding agent. Claude Code, but powered by Ollama or llama.cpp.
|
|
5
5
|
Author-email: c7s89r <c7s89r@users.noreply.github.com>
|
|
6
6
|
Maintainer-email: c7s89r <c7s89r@users.noreply.github.com>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "xcoding"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.2"
|
|
4
4
|
description = "xcoding by @c7s89r — a local-model coding agent. Claude Code, but powered by Ollama or llama.cpp."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.9"
|
|
@@ -31,6 +31,7 @@ Issues = "https://github.com/c7s89r/xcode/issues"
|
|
|
31
31
|
|
|
32
32
|
[project.scripts]
|
|
33
33
|
xcode = "xcode.cli:main"
|
|
34
|
+
xcoding = "xcode.cli:main"
|
|
34
35
|
|
|
35
36
|
[build-system]
|
|
36
37
|
requires = ["setuptools>=68"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xcoding
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: xcoding by @c7s89r — a local-model coding agent. Claude Code, but powered by Ollama or llama.cpp.
|
|
5
5
|
Author-email: c7s89r <c7s89r@users.noreply.github.com>
|
|
6
6
|
Maintainer-email: c7s89r <c7s89r@users.noreply.github.com>
|
|
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
|