krnl-code 1.0.4__tar.gz → 1.0.5__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.
- {krnl_code-1.0.4/krnl_code.egg-info → krnl_code-1.0.5}/PKG-INFO +1 -1
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/cli.py +5 -5
- {krnl_code-1.0.4 → krnl_code-1.0.5/krnl_code.egg-info}/PKG-INFO +1 -1
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_code.egg-info/entry_points.txt +1 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/pyproject.toml +3 -2
- {krnl_code-1.0.4 → krnl_code-1.0.5}/LICENSE +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/NOTICE +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/README.md +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/__init__.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/__main__.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/agent_registry.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/agent_selector.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/audit_log.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/background.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/checkpoints.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/ci.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/commands.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/config.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/context.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/depaudit.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/deploy.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/doctor.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/events.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/gitignore.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/graph.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/guardrails.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/headless.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/history.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/hooks.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/ingest.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/llm.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/loop.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/mcp_client.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/memory.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/modelrouter.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/monitor.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/notify.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/parallel_executor.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/permissions.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/plugins.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/pricing.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/prompts.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/repomap.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/sandbox.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/scaffold.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/schedules.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/secrets.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/selfheal.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/server.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/sessions.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/settings.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/skills.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/teams.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/tool_schemas.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/tools.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_agent/webtools.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_code.egg-info/SOURCES.txt +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_code.egg-info/dependency_links.txt +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_code.egg-info/requires.txt +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/krnl_code.egg-info/top_level.txt +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/setup.cfg +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/tests/test_agent.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/tests/test_agent_selector.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/tests/test_capabilities.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/tests/test_context_phase2.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/tests/test_graph.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/tests/test_integration.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/tests/test_parallel_executor.py +0 -0
- {krnl_code-1.0.4 → krnl_code-1.0.5}/tests/test_sessions_phase3.py +0 -0
|
@@ -1205,7 +1205,7 @@ def cmd_onboard(args) -> None:
|
|
|
1205
1205
|
def cmd_update(args) -> None:
|
|
1206
1206
|
import subprocess
|
|
1207
1207
|
|
|
1208
|
-
pkg = "krnl-
|
|
1208
|
+
pkg = "krnl-code"
|
|
1209
1209
|
console.print(f"[cyan]Updating {pkg} to the latest version...[/cyan]")
|
|
1210
1210
|
r = subprocess.run(
|
|
1211
1211
|
[sys.executable, "-m", "pip", "install", "-U", "--no-cache-dir", pkg]
|
|
@@ -1217,7 +1217,7 @@ def cmd_update(args) -> None:
|
|
|
1217
1217
|
f"(was {__version__}).")
|
|
1218
1218
|
else:
|
|
1219
1219
|
console.print("[red]Update failed.[/red] Close any running krnl-agent and retry, "
|
|
1220
|
-
"or run: pip install -U krnl-
|
|
1220
|
+
"or run: pip install -U krnl-code")
|
|
1221
1221
|
|
|
1222
1222
|
|
|
1223
1223
|
def cmd_plugin(args) -> None:
|
|
@@ -1323,7 +1323,7 @@ def cmd_init(args) -> None:
|
|
|
1323
1323
|
def cmd_version(args) -> None:
|
|
1324
1324
|
from . import __version__
|
|
1325
1325
|
|
|
1326
|
-
console.print(f"krnl-agent {__version__} (krnl-
|
|
1326
|
+
console.print(f"krnl-agent {__version__} (krnl-code)")
|
|
1327
1327
|
|
|
1328
1328
|
|
|
1329
1329
|
def build_parser() -> argparse.ArgumentParser:
|
|
@@ -1332,7 +1332,7 @@ def build_parser() -> argparse.ArgumentParser:
|
|
|
1332
1332
|
p = argparse.ArgumentParser(prog="krnl-agent", description="Krnl coding agent.")
|
|
1333
1333
|
p.add_argument(
|
|
1334
1334
|
"--version", "-V", action="version",
|
|
1335
|
-
version=f"krnl-agent {__version__} (krnl-
|
|
1335
|
+
version=f"krnl-agent {__version__} (krnl-code)",
|
|
1336
1336
|
)
|
|
1337
1337
|
p.add_argument("--config", help="Path to config.yaml")
|
|
1338
1338
|
p.add_argument("--provider", help="Override active provider profile")
|
|
@@ -1369,7 +1369,7 @@ def build_parser() -> argparse.ArgumentParser:
|
|
|
1369
1369
|
sub.add_parser("providers", help="List configured providers").set_defaults(func=cmd_providers)
|
|
1370
1370
|
sub.add_parser("models", help="Show the multi-model routing table (per-phase model + price)").set_defaults(func=cmd_models)
|
|
1371
1371
|
sub.add_parser("init", help="Scaffold config.yaml and .env").set_defaults(func=cmd_init)
|
|
1372
|
-
sub.add_parser("update", help="Update krnl-
|
|
1372
|
+
sub.add_parser("update", help="Update krnl-code to the latest version").set_defaults(func=cmd_update)
|
|
1373
1373
|
sub.add_parser("version", help="Show the installed version").set_defaults(func=cmd_version)
|
|
1374
1374
|
sub.add_parser("onboard", help="Scaffold .krnl/ (memory + skill + project doc)").set_defaults(func=cmd_onboard)
|
|
1375
1375
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "krnl-code"
|
|
3
|
-
version = "1.0.
|
|
3
|
+
version = "1.0.5"
|
|
4
4
|
description = "Lightweight provider-agnostic agentic coding backend (CLI + server) for the Krnl VS Code extension."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.9"
|
|
@@ -39,10 +39,11 @@ all = ["krnl-code[anthropic,mcp,graph]"]
|
|
|
39
39
|
|
|
40
40
|
[project.scripts]
|
|
41
41
|
krnl-code = "krnl_agent.cli:main"
|
|
42
|
+
krnl-agent = "krnl_agent.cli:main"
|
|
42
43
|
|
|
43
44
|
[build-system]
|
|
44
45
|
requires = ["setuptools>=68"]
|
|
45
46
|
build-backend = "setuptools.build_meta"
|
|
46
47
|
|
|
47
48
|
[tool.setuptools]
|
|
48
|
-
packages = ["krnl_agent"]
|
|
49
|
+
packages = ["krnl_agent"]
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|