Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
6049e66
[claude/hotfix] fix(store): drop duplicate physical sources of one lo…
div0-space Jul 15, 2026
9b0a38a
chore(legal): unify remaining BUSL identity strings to Libraxis AI (#31)
m-szymanska Jul 11, 2026
3998e2c
[codex/regresja-naprawa] fix(index): restore batch semantic-index emb…
m-szymanska Jul 10, 2026
5e81ffd
[claude/regresja-naprawa] test(store): cover duplicate-source guard E…
div0-space Jul 15, 2026
e50b8db
[claude/regresja-naprawa] chore: relocate C1 delivery tracker out of …
div0-space Jul 15, 2026
42ee952
[codex/regresja-naprawa] chore(deprivatize): restore fixture/path neu…
Jul 11, 2026
b21e8c4
[codex/regresja-naprawa] chore(rebrand): drop pre-rebrand archive, br…
Jul 10, 2026
3b658f2
[claude/regresja-naprawa] fix(test): align encoded project-dir names …
div0-space Jul 15, 2026
e0976f8
[junie/r3a] fix(parser): unwrap SessionA2uxEvent envelope — junie par…
div0-space Jul 16, 2026
1ec85cd
[claude/regresja-naprawa] feat(cli): restore --agent as deprecated al…
div0-space Jul 16, 2026
c3731e9
[codex/regresja-naprawa] fix(mcp): stdio lifecycle — exit on EOF + id…
Jul 16, 2026
ac4c59a
[claude/regresja-naprawa] feat(build): identity stamp — semver+g<sha>…
div0-space Jul 17, 2026
7e0eee7
[codex/identity-fixes] fix(intents): strict project filter — plug the…
Jul 17, 2026
a75e85e
[codex/identity-fixes] feat(envelope): completeness signals in JSON —…
Jul 17, 2026
74b9fd3
[codex/identity-fixes] feat(resolver): one project-identity resolver …
div0-space Jul 17, 2026
1b6f5df
[codex/identity-fixes] fix(identity): immutable historical identity —…
Jul 17, 2026
cb4ef7f
[codex/identity-fixes] test(identity): world-model contract — rename,…
Jul 17, 2026
904035b
[codex/identity-fixes] feat(identity): ownerless buckets — addressabl…
Jul 17, 2026
693c26e
[codex/identity-fixes] fix(selection): deterministic newest-N total o…
div0-space Jul 17, 2026
12dff34
[codex/identity-fixes] fix(envelope): close completeness enum — warni…
Jul 17, 2026
aa698ab
[claude/identity-fixes] test(world-model): index_status — bare ambigu…
div0-space Jul 17, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [Unreleased]

### Changed

- **Batched semantic-index embedding.** `aicx index` now embeds chunks in
batches through the existing `embed_batch` API instead of one HTTP
round-trip per chunk. For the cloud backend this collapses the dominant
per-chunk latency of a full build (one OpenAI-compatible POST carries an
`input` array of up to `batch_size` texts). Batch size is configurable
via `[embedder.cloud] batch_size` (default 16) with an `AICX_EMBED_BATCH`
env override; GGUF stays serial (`batch_size` 1) by default and opts in
only via the env var. A failing batch retries once, then degrades to
per-item embedding so one poison chunk cannot abort the run. Checkpoint,
resume, `--sample N`, and per-chunk progress ticks are unchanged.

## [0.11.0] - 2026-07-13

Parser engine transplant — "Noc francuskiego łącznika". Full session-engine
Expand Down
10 changes: 5 additions & 5 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.

Parameters

Licensor: Vetcoders
Licensor: Libraxis AI sp. z o.o.
Licensed Work: ai-contexters (AICX) — Operator CLI + MCP server
for AI session context ingestion and retrieval.
The Licensed Work is (c) 2024-2026 Vetcoders.
The Licensed Work is (c) 2024-2026 Libraxis AI sp. z o.o.
Additional Use Grant: You may make production use of the Licensed Work,
provided Your use does not include offering the
Licensed Work to third parties on a hosted or embedded
basis in order to compete with Vetcoders' paid
basis in order to compete with Libraxis AI sp. z o.o.'s paid
version(s) of the Licensed Work. For purposes of this
license:

A "competitive offering" is a Product that is offered
to third parties on a paid basis, including through
paid support arrangements, that significantly overlaps
with the capabilities of Vetcoders' paid version(s) of
with the capabilities of Libraxis AI sp. z o.o.'s paid version(s) of
the Licensed Work. If Your Product is not a competitive
offering when You first make it generally available, it
will not become a competitive offering later due to
Vetcoders releasing a new version of the Licensed Work
Libraxis AI sp. z o.o. releasing a new version of the Licensed Work
with additional capabilities. In addition, Products
that are not provided on a paid basis are not
competitive.
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ If you discover a security vulnerability in aicx, please report it responsibly.

### How to Report

- Use [GitHub Security Advisories](https://github.com/vetcoders/ai-contexters/security/advisories/new) to submit a private report.
- Alternatively, contact us directly at **hello@vetcoders.io**.
- Use [GitHub Security Advisories](https://github.com/Loctree/aicx/security/advisories/new) to submit a private report.
- Alternatively, contact us directly at **security@loctree.com**.

### What to Include

Expand Down
174 changes: 0 additions & 174 deletions archive/skills/README.md

This file was deleted.

100 changes: 0 additions & 100 deletions archive/skills/_ARCHIVE_NOTE.md

This file was deleted.

Loading