Releases: dinglebear-ai/axon
Releases · dinglebear-ai/axon
Release list
Axon v7.3.0
What's Changed
- fix(release): stop main from sitting bumped-but-untagged by @jmagar in #587
- docs: save session log by @jmagar in #588
- chore: land preserved dookie workspace work by @jmagar in #591
- fix: address PR 591 review findings by @jmagar in #592
- docs: replace defunct nashost hostname with tootie by @jmagar in #593
- feat(perf): add global embedding scheduler by @jmagar in #595
- feat: add full Codex app-server control to Palette by @jmagar in #594
- perf: remove TEI and graph publication bottlenecks by @jmagar in #602
- revert: restore PR stack integration order before #602 by @jmagar in #603
- fix(release): decouple release bookkeeping from the product build by @jmagar in #601
- Make Palette a first-class Axon, Labby, and Cortex client by @jmagar in #596
- test: add comprehensive end-to-end capability suite by @jmagar in #598
- perf: restore TEI and graph optimizations after integration stack by @jmagar in #604
- Remediate full-project review findings by @jmagar in #605
- test: isolate hermetic admin and security fixtures by @jmagar in #606
- chore(main): release android 2.1.0 by @jmagar in #599
- chore(main): release palette 6.2.0 by @jmagar in #600
Full Changelog: v7.2.23...v7.3.0
Axon Palette 6.2.0
What's Changed
Full Changelog: android-v2.1.0...palette-v6.2.0
Axon Android 2.1.0
What's Changed
- fix(release): stop main from sitting bumped-but-untagged by @jmagar in #587
- docs: save session log by @jmagar in #588
- chore: land preserved dookie workspace work by @jmagar in #591
- fix: address PR 591 review findings by @jmagar in #592
- docs: replace defunct nashost hostname with tootie by @jmagar in #593
- feat(perf): add global embedding scheduler by @jmagar in #595
- feat: add full Codex app-server control to Palette by @jmagar in #594
- perf: remove TEI and graph publication bottlenecks by @jmagar in #602
- revert: restore PR stack integration order before #602 by @jmagar in #603
- fix(release): decouple release bookkeeping from the product build by @jmagar in #601
- Make Palette a first-class Axon, Labby, and Cortex client by @jmagar in #596
- test: add comprehensive end-to-end capability suite by @jmagar in #598
- perf: restore TEI and graph optimizations after integration stack by @jmagar in #604
- Remediate full-project review findings by @jmagar in #605
- test: isolate hermetic admin and security fixtures by @jmagar in #606
- chore(main): release android 2.1.0 by @jmagar in #599
Full Changelog: v7.2.23...android-v2.1.0
v7.2.23
Fixed
- render: a dead
AXON_CHROME_REMOTE_URLno longer degrades renders to a browserless HTTP crawl. The CDP probe now distinguishes "unreachable after retries" from "skipped inside Docker", clears a confirmed-dead remote so Spider genuinely launches a local Chrome, and stops warning on every render in Docker (#582). - jobs:
provider_reservations.provider_kindaccepts the fullProviderKindregistry. The migration-0004 CHECK allowed 11 kinds while the enum had grown to 20, so graph/ledger/memory/job/watch/config/credential/security/rate_limiter/health_probe reservations failed with SQLite error 275 and silently degraded their summaries — baseline graph upserts in particular. Migration 0009 widens it, and a compiler-enforced exhaustiveness witness now fails the build if a new enum variant ships without a widening migration (#583).
Changed
- ci: the Docker image build and
image-build-smokenow run on GitHub-hosted runners, restoring theghcr.io/dinglebear-ai/axonpublish (#585).
Tagged manually: auto-tag skipped this version because no CLI shipping paths changed in the final commits (tracked as axon_rust-urwjh).
v7.2.22
What's Changed
- security: sharpen source redaction boundaries by @jmagar in #577
- ci: route Docker jobs through distributed pools by @jmagar in #578
- chore(main): release palette 6.1.0 by @jmagar in #575
- fix(sqlite): prevent scheduler write starvation by @jmagar in #576
- docs: save session log by @jmagar in #579
- docs: save session log by @jmagar in #580
- fix: adversarial source-pipeline review — report and remediation by @jmagar in #581
- fix(render): fall back to local Chrome when the remote CDP probe fails by @jmagar in #582
Full Changelog: v7.2.21...v7.2.22
palette: v6.1.0
v7.2.21
What's Changed
- ci: reuse workspace REST contract coverage by @jmagar in #573
- feat: add artifact candidate crawl and enrichment pipeline by @jmagar in #569
Full Changelog: v7.2.20...v7.2.21
v7.2.20
What's Changed
- chore(main): release palette 6.0.0 by @jmagar in #489
- chore(main): release android 2.0.0 by @jmagar in #500
- chore(main): release chrome-ext 1.0.0 by @jmagar in #513
- ci: allow cold artifact dispatch builds to finish by @jmagar in #549
- docs: save session log by @jmagar in #550
- fix(ci): run the scheduled security audit through skipped rust-contracts by @jmagar in #551
- fix(cli): restore semantic session retrieval by @jmagar in #554
- fix(cli): keep session citations retrievable by @jmagar in #555
- fix(ask): preserve distinct session citation identities by @jmagar in #556
- fix(ask): repair citation document diversity by @jmagar in #557
- fix(ask): diversify synthesis context documents by @jmagar in #558
- fix(cli): make the all-commands live harness reliable by @jmagar in #559
- docs: save session log by @jmagar in #561
- fix(cli): surface live fixture cleanup failures by @jmagar in #560
- fix(cli): finish pre-existing live harness hardening by @jmagar in #562
- fix: narrow secret redaction and improve wait progress by @jmagar in #552
- docs: save session log by @jmagar in #563
- fix(ci): build and publish the runtime image stage by @jmagar in #564
- docs: save session log by @jmagar in #565
- docs(plugin): align axon skills with the unified source pipeline by @jmagar in #566
- Simplify Palette auth and harden live Axon surfaces by @jmagar in #567
- Optimize live source ingestion and benchmark bounded fanout by @jmagar in #568
- feat(palette): ship Tauri Android support by @jmagar in #571
- perf: harden and accelerate unified source pipeline by @jmagar in #570
- chore(release): Axon CLI v7.2.20 by @jmagar in #572
Full Changelog: v7.2.13...v7.2.20
v7.2.13
What's Changed
- ci: resolve PR 539 review findings by @jmagar in #541
- fix(ci): resolve PR 538 review findings by @jmagar in #542
- fix(release): make capability smoke self-contained by @jmagar in #543
- fix(release): support exact-tag artifact backfills by @jmagar in #544
- fix(release): configure offline capability endpoints by @jmagar in #545
- fix(release): repair stale Android versionCode by @jmagar in #546
- fix(ci): run MCP smoke through skipped ancestors by @jmagar in #547
- fix(cli): accept normalized web cache metadata by @jmagar in #548
Full Changelog: v7.2.12...v7.2.13
v7.2.12
What's Changed
- fix(release): validate committed fixups by @jmagar in #537
- chore: integrate retained work and retire stale branches by @jmagar in #538
- ci: narrow workflow routing and report timings by @jmagar in #539
- fix(deps): resolve all open Dependabot alerts by @jmagar in #540
Full Changelog: v7.2.11...v7.2.12