Commit 6aca282
committed
chore(release): bump version to 0.8.0
Minor bump. Highlights since 0.7.0:
- Branch-aware graph + local delta DBs; federated trunk+delta queries
with `:tombstone-only` and `:added-files-merge` modes; auto-federation
in `noum query` / `noum ask` when local HEAD diverges from trunk.
- Content-addressed analysis promotion (`:file/blob-sha` + matching
prompt+model provenance) — same-DB cache hits skip the LLM.
- New tools: `noumenon_query_federated` MCP, `bb prune-deltas` GC,
`noum analyze --no-promote`.
- Two dozen launcher fixes: input validation at the CLI edge
(blank/NUL/overflow/non-hex/non-http-scheme), uncaught-exception
surfacing as clean errors instead of stack traces, IPv6-resolving
hosts no longer crash the SSRF check, ESC no longer hangs the menu.
- Server-side hardening: 401 on auth lookup failure (no Datalog leak),
blank/oversized/non-string input rejection across bulk endpoints,
meta-DB delete blocked, file:// blocked at clone, malformed JSON
returns 400.
See CHANGES.md for the full list.1 parent 083dd9a commit 6aca282
4 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments