akernel-runtime 0.1.5__tar.gz → 0.1.7__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.
- akernel_runtime-0.1.7/.github/release-notes/v0.1.6.md +33 -0
- akernel_runtime-0.1.7/.github/release-notes/v0.1.7.md +32 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/CHANGELOG.md +23 -0
- {akernel_runtime-0.1.5/src/akernel_runtime.egg-info → akernel_runtime-0.1.7}/PKG-INFO +2 -1
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/packages/npm/akernel/package.json +1 -1
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/pyproject.toml +2 -2
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7/src/akernel_runtime.egg-info}/PKG-INFO +2 -1
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/akernel_runtime.egg-info/SOURCES.txt +2 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/akernel_runtime.egg-info/requires.txt +1 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/__init__.py +1 -1
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/cli.py +287 -68
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/tests/test_runtime.py +80 -8
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/.env.example +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/.github/pull_request_template.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/.github/release-notes/v0.1.0.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/.github/release-notes/v0.1.1.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/.github/release-notes/v0.1.2.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/.github/release-notes/v0.1.3.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/.github/release-notes/v0.1.4.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/.github/release-notes/v0.1.5.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/.github/workflows/ci.yml +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/.github/workflows/release.yml +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/CODE_OF_CONDUCT.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/CONTRIBUTING.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/LICENSE +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/MANIFEST.in +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/NOTICE +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/README.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/SECURITY.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/docs/00-vision.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/docs/01-architecture.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/docs/02-execution-plan.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/docs/03-cli-mvp.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/docs/04-evaluation.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/docs/05-local-wake.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/docs/06-skill-compiler.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/docs/07-release-and-ci.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/docs/08-open-source-plan.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/docs/09-product-roadmap.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/docs/10-benchmark-evidence.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/docs/11-publishing-setup.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/examples/benchmarks/phase2/01-routing.json +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/examples/benchmarks/phase2/02-memory.json +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/examples/benchmarks/phase2/03-budget-profiles.json +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/examples/benchmarks/scale/01-context-pressure.json +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/examples/benchmarks/scale/02-agent-editing.json +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/examples/benchmarks/scale/03-global-memory-marketplace.json +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/examples/evals/phase2.json +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/examples/marketplace/skills/index.json +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/examples/skills/context_budget.json +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/examples/skills/edit_file.json +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/examples/skills/markdown/context_budget.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/packages/npm/akernel/README.md +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/packages/npm/akernel/bin/akernel.js +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/scripts/install_remote.ps1 +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/scripts/release_check.ps1 +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/setup.cfg +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/setup.cmd +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/setup.ps1 +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/akernel_runtime.egg-info/dependency_links.txt +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/akernel_runtime.egg-info/entry_points.txt +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/akernel_runtime.egg-info/top_level.txt +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/__main__.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/agent_reports.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/benchmarks.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/budget.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/context.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/evals.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/global_memory.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/loop.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/marketplace.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/marketplace_data/skills/context_budget.json +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/marketplace_data/skills/context_compaction.json +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/marketplace_data/skills/edit_file.json +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/marketplace_data/skills/index.json +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/marketplace_data/skills/long_task_planning.json +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/marketplace_data/skills/multi_file_bugfix.json +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/memory.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/models.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/planner.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/policy.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/project.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/providers.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/report_costs.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/runner.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/skills.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/state_writer.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/storage.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/tasks.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/text.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/tokenizer.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/tools.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/src/context_kernel/verifier.py +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/wake.cmd +0 -0
- {akernel_runtime-0.1.5 → akernel_runtime-0.1.7}/wake.ps1 +0 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Context Kernel v0.1.6
|
|
2
|
+
|
|
3
|
+
This release improves the interactive `akernel` experience with a cleaner terminal workspace, scrollback-friendly history, and file search through `@`.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
Python:
|
|
8
|
+
|
|
9
|
+
```powershell
|
|
10
|
+
python -m pip install --user --upgrade akernel-runtime
|
|
11
|
+
akernel setup
|
|
12
|
+
akernel
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
npm launcher:
|
|
16
|
+
|
|
17
|
+
```powershell
|
|
18
|
+
npm install -g @context-akernel/akernel
|
|
19
|
+
akernel setup
|
|
20
|
+
akernel
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## Highlights
|
|
24
|
+
|
|
25
|
+
- Default TUI no longer takes over the terminal alternate screen, so normal terminal scrollback works.
|
|
26
|
+
- Added `/up`, `/down`, and `/latest` for keyboard-driven transcript viewport control.
|
|
27
|
+
- Added `@` file search: use `@`, `@query`, then `@1`, `@2`, etc. to attach a listed file.
|
|
28
|
+
- Refined the TUI layout with cleaner sections, lighter visual density, and better CJK/wide-character alignment.
|
|
29
|
+
|
|
30
|
+
## Verification
|
|
31
|
+
|
|
32
|
+
- Added regression tests for TUI history viewport rendering and numbered `@` file attachment.
|
|
33
|
+
- Ran the full Python test suite.
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# Context Kernel v0.1.7
|
|
2
|
+
|
|
3
|
+
This release adds real-time interactive completions to `akernel`.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
Python:
|
|
8
|
+
|
|
9
|
+
```powershell
|
|
10
|
+
python -m pip install --user --upgrade akernel-runtime
|
|
11
|
+
akernel setup
|
|
12
|
+
akernel
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
npm launcher:
|
|
16
|
+
|
|
17
|
+
```powershell
|
|
18
|
+
npm install -g @context-akernel/akernel
|
|
19
|
+
akernel setup
|
|
20
|
+
akernel
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## Highlights
|
|
24
|
+
|
|
25
|
+
- Typing `/` now opens command completions such as `/help`, `/status`, `/model`, and `/cost`.
|
|
26
|
+
- Typing `@` now opens workspace file completions for attaching files.
|
|
27
|
+
- Non-interactive shells and scripts still fall back to standard `input()` behavior.
|
|
28
|
+
|
|
29
|
+
## Verification
|
|
30
|
+
|
|
31
|
+
- Added completion unit coverage for slash commands and `@` file candidates.
|
|
32
|
+
- Ran the full Python test suite.
|
|
@@ -8,6 +8,29 @@ The project follows a pragmatic pre-1.0 changelog: breaking changes may occur, b
|
|
|
8
8
|
|
|
9
9
|
No changes yet.
|
|
10
10
|
|
|
11
|
+
## 0.1.7 - 2026-05-14
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Added real-time chat input completions for slash commands and `@` workspace file search.
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Added `prompt_toolkit` as the interactive input dependency, with automatic fallback to native `input()` in non-interactive terminals.
|
|
20
|
+
|
|
21
|
+
## 0.1.6 - 2026-05-14
|
|
22
|
+
|
|
23
|
+
### Added
|
|
24
|
+
|
|
25
|
+
- Added TUI history viewport controls with `/up`, `/down`, and `/latest`.
|
|
26
|
+
- Added `@` file search for the current workspace, including numbered follow-up attachment commands such as `@1`.
|
|
27
|
+
|
|
28
|
+
### Changed
|
|
29
|
+
|
|
30
|
+
- Redesigned the interactive TUI into a cleaner, lower-density terminal workspace.
|
|
31
|
+
- Made the default TUI scrollback-friendly by avoiding alt-screen takeover unless `AKERNEL_ALT_SCREEN=1` is set.
|
|
32
|
+
- Improved CJK/wide-character alignment in TUI rows and truncation.
|
|
33
|
+
|
|
11
34
|
## 0.1.5 - 2026-05-12
|
|
12
35
|
|
|
13
36
|
### Fixed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: akernel-runtime
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.7
|
|
4
4
|
Summary: Agent Kernel: a CLI-first context-native agent runtime prototype.
|
|
5
5
|
Author: Context Kernel contributors
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -20,6 +20,7 @@ Requires-Python: >=3.10
|
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
22
|
License-File: NOTICE
|
|
23
|
+
Requires-Dist: prompt_toolkit>=3.0.43
|
|
23
24
|
Provides-Extra: dev
|
|
24
25
|
Requires-Dist: build>=1.2; extra == "dev"
|
|
25
26
|
Requires-Dist: twine>=5.0; extra == "dev"
|
|
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "akernel-runtime"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.7"
|
|
8
8
|
description = "Agent Kernel: a CLI-first context-native agent runtime prototype."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "Apache-2.0"
|
|
11
11
|
license-files = ["LICENSE", "NOTICE"]
|
|
12
12
|
requires-python = ">=3.10"
|
|
13
|
-
dependencies = []
|
|
13
|
+
dependencies = ["prompt_toolkit>=3.0.43"]
|
|
14
14
|
keywords = ["agent", "cli", "context", "llm", "token-budget"]
|
|
15
15
|
authors = [
|
|
16
16
|
{ name = "Context Kernel contributors" },
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: akernel-runtime
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.7
|
|
4
4
|
Summary: Agent Kernel: a CLI-first context-native agent runtime prototype.
|
|
5
5
|
Author: Context Kernel contributors
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -20,6 +20,7 @@ Requires-Python: >=3.10
|
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
22
|
License-File: NOTICE
|
|
23
|
+
Requires-Dist: prompt_toolkit>=3.0.43
|
|
23
24
|
Provides-Extra: dev
|
|
24
25
|
Requires-Dist: build>=1.2; extra == "dev"
|
|
25
26
|
Requires-Dist: twine>=5.0; extra == "dev"
|
|
@@ -21,6 +21,8 @@ wake.ps1
|
|
|
21
21
|
.github/release-notes/v0.1.3.md
|
|
22
22
|
.github/release-notes/v0.1.4.md
|
|
23
23
|
.github/release-notes/v0.1.5.md
|
|
24
|
+
.github/release-notes/v0.1.6.md
|
|
25
|
+
.github/release-notes/v0.1.7.md
|
|
24
26
|
.github/workflows/ci.yml
|
|
25
27
|
.github/workflows/release.yml
|
|
26
28
|
docs/00-vision.md
|