toolbase 0.2.0__tar.gz → 0.2.1__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.
- {toolbase-0.2.0 → toolbase-0.2.1}/CHANGELOG.md +6 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/PKG-INFO +1 -1
- {toolbase-0.2.0 → toolbase-0.2.1}/pyproject.toml +1 -1
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/__init__.py +7 -1
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/cli.py +2 -1
- {toolbase-0.2.0 → toolbase-0.2.1}/LICENSE +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/MANIFEST.in +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/README.md +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/setup.cfg +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/_setup_host.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/_toolkit_host.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/astro.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/auth.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/config.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/connect/__init__.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/connect/base.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/connect/claude_code.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/connect/codex.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/connect/orchestral.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/envs/__init__.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/envs/bundle_deps.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/envs/cache.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/envs/config.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/envs/discovery.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/envs/manifest.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/envs/paths.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/envs/schema.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/hep.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/ingest.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/logging/__init__.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/logging/logger.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/neutrino.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/quantum.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/serve/__init__.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/serve/bundles.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/serve/config.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/serve/orchestrator.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/serve/profile_scaffold.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/serve/profiles.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/serve/proxy_tool.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/setup/__init__.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/setup/_rpc.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/setup/context.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/setup/declarative.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/setup/downloads.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/setup/prompts.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/setup/runner.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/setup/schema.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/setup/storage.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/setup/validate_cache.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/skills.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/templates/Dockerfile.template +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/templates/README.md.template +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/templates/__init__.py.template +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/templates/mcp/__init__.py.template +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/templates/mcp/server_stdio.py.template +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/templates/requirements.txt.template +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/templates/setup.py.template +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/templates/skills/example_skill.md +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/templates/tool_example.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/templates/toolkit.yaml.template +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/toolkit.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/validation.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase/versioning.py +0 -0
- {toolbase-0.2.0 → toolbase-0.2.1}/toolbase.egg-info/SOURCES.txt +0 -0
|
@@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [0.2.1] — 2026-06-06
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
- `tb --version` and `toolbase.__version__` now report the installed package version instead of a stale hardcoded `0.1.0`. Both are sourced from `importlib.metadata.version("toolbase")`, so future releases stay in sync with `pyproject.toml` automatically.
|
|
16
|
+
|
|
11
17
|
## [0.2.0] — 2026-06-05
|
|
12
18
|
|
|
13
19
|
Serve/curation revamp. **Breaking** (v0, clean cutover — no compatibility aliases).
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "toolbase"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.1"
|
|
8
8
|
description = "The community registry and CLI for AI agent toolkits - discover, share, and serve tools to AI agents over MCP"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.12"
|
|
@@ -13,7 +13,13 @@ Features:
|
|
|
13
13
|
- Integration with Orchestral AI and other agent frameworks
|
|
14
14
|
"""
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
from importlib.metadata import PackageNotFoundError, version as _pkg_version
|
|
17
|
+
|
|
18
|
+
try:
|
|
19
|
+
__version__ = _pkg_version("toolbase")
|
|
20
|
+
except PackageNotFoundError:
|
|
21
|
+
__version__ = "0.0.0+unknown"
|
|
22
|
+
|
|
17
23
|
__author__ = "Alex Roman"
|
|
18
24
|
|
|
19
25
|
# Placeholder imports for future toolkit categories
|
|
@@ -19,6 +19,7 @@ import tarfile
|
|
|
19
19
|
import tempfile
|
|
20
20
|
import shutil
|
|
21
21
|
|
|
22
|
+
from . import __version__
|
|
22
23
|
from .config import _api_url
|
|
23
24
|
|
|
24
25
|
console = Console()
|
|
@@ -380,7 +381,7 @@ class _SectionedGroup(click.Group):
|
|
|
380
381
|
|
|
381
382
|
|
|
382
383
|
@click.group(cls=_SectionedGroup)
|
|
383
|
-
@click.version_option(version=
|
|
384
|
+
@click.version_option(version=__version__, prog_name="toolbase")
|
|
384
385
|
@click.option(
|
|
385
386
|
"--project-dir",
|
|
386
387
|
"project_dir_override",
|
|
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
|
|
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
|