Skip to content

Commit 95bb200

Browse files
Hardening v2.7claude
andcommitted
docs: fold the never-published 2.8.0-2.8.6 work into the 2.8.7 notes
v2.7.0 is the last release on GitHub, so 2.8.7 is the next official update and everything in between belongs in one note — including the 2.8.0-2.8.6 builds that were tagged but never published. Added across the release note and README: Hindsight long-term memory (Pro, opt-in), signed macOS builds for both architectures, the macOS 12 compatibility guard for local speech, and the move of live transcription to low-latency regional hosts. Deliberately NOT re-added as headline features, despite appearing in the old v2.8.0 copy: - Sandboxed Code Verification — verificationEnabled.ts documents itself as "TEMPORARILY DISABLED across the app"; default OFF, explicit opt-in only, and the orchestrator early-returns when it is off. - Spoken Answer Humanizer — gated on `answerDiversityGuard`, which is `default: false` in intelligenceFlags.ts. Announcing either as shipped in 2.8.7 would be untrue for every user who does not set an env var. AboutSection's What's New is now the five most useful across the whole 2.7.0 -> 2.8.7 range: Auto Answer, the new answer engine, rebuilt meeting notes, the Chrome companion, and Hindsight LTM. NVIDIA speech and the two new modes drop to the release note only. Validation: `npm run typecheck:ts7` clean. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JJS2xjF8uDPMa4EpXey5FL
1 parent d21776c commit 95bb200

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,18 +418,20 @@ We've launched the official **$NAT token** on Printr! Holders who maintain a spe
418418

419419
### What's New in v2.8.7 (Latest Release)
420420

421-
Three months of work since v2.7.0 — a smarter answer engine, hands-free Auto Answer, rebuilt meeting notes, a Chrome companion extension, and NVIDIA speech.
421+
Everything since v2.7.0 — a smarter answer engine, hands-free Auto Answer, long-term memory, rebuilt meeting notes, a Chrome companion extension, and NVIDIA speech. The 2.8.0–2.8.6 builds were never published here, so their work ships in this release too.
422422

423423
- **Auto Answer (Beta)**: Answers appear on their own the moment the other person finishes a question. Natively judges whether an answer is actually wanted and stays silent when it isn't — no card to dismiss, no button to press. Off by default; enable it in **Settings → General**.
424424
- **A New Answer Engine**: Answers now pick their source properly — your résumé, an uploaded document, the live conversation, or general knowledge — instead of blending them together. Follow-up questions keep the thread even after the topic changes.
425425
- **Meeting Notes, Rebuilt**: Summaries adapt to the kind of meeting you're in, get a real title instead of the first line of the transcript, and scale in length with the meeting. Plus editable speaker labels and a ready-to-send follow-up email draft.
426426
- **Browser Companion for Chrome**: Press **⌘/Ctrl+Y** to pull the page you're looking at into your next answer — a job description, a coding problem, documentation. One click enables it everywhere.
427427
- **Two New Built-in Modes**: **Seminar** for strict file-grounded Q&A (thesis defenses, paper walkthroughs), and **Call Center** for support calls framed as issue → resolution → escalation.
428428
- **NVIDIA NIM & NVIDIA Speech**: A new provider for both text and real-time transcription, with nine streaming models to choose from.
429+
- **Hindsight Long-Term Memory (Pro)**: A local vector database that indexes your past meetings, profiles and documents, so Natively can recall what was said weeks ago instead of only what's in the current session. Opt-in from Settings.
429430
- **Role Insight (Pro)**: Paste a job description and see every requirement pulled out, checked against your profile, and scored for coverage.
430431
- **Windows Stealth Typing**: Type into the meeting overlay without your call ever losing focus. Handles Alt+Tab, clicking away, and steps aside for CJK/IME input.
431432
- **Skills Upload & Delete**: Add your own skill as a file or folder with a preview before it installs, and remove ones you no longer want — no more editing folders by hand.
432433
- **Redesigned Meeting Overlay**: Panel, pill and resize control now move as one, answers stream in word by word, and scrolling back no longer fights you.
434+
- **Signed macOS Builds & Faster Transcription**: Signed builds for Apple Silicon and Intel, a macOS 12 (Monterey) compatibility guard for local speech, and live transcription moved to low-latency regional hosts.
433435

434436
> Read the [full v2.8.7 release notes](docs/releases/v2.8.7.md) for every change, including fixes.
435437

docs/releases/v2.8.7.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Summary
22

3-
Three months of work since v2.7.0 — a smarter answer engine, Auto Answer for meetings, rebuilt meeting notes, a Chrome companion extension, NVIDIA speech, and Windows stealth typing.
3+
Everything since v2.7.0 — a smarter answer engine, Auto Answer for meetings, long-term memory, rebuilt meeting notes, a Chrome companion extension, NVIDIA speech, and Windows stealth typing. The 2.8.0–2.8.6 builds were never published here, so their work is included below.
44

55
## What's New
66

@@ -11,16 +11,19 @@ Three months of work since v2.7.0 — a smarter answer engine, Auto Answer for m
1111
- **Built-in Modes**, including a new **Call Center** mode.
1212
- **Skills: upload and delete.** Add your own skill as a file or folder with a preview before it installs, and remove ones you no longer want.
1313
- **NVIDIA NIM** joins the provider list, with **NVIDIA speech-to-text** and nine streaming models to choose from.
14+
- **Hindsight Long-Term Memory (Pro)** — a local vector database that indexes your past meetings, profiles and documents, so Natively can recall what was said weeks ago instead of only what's in the current session. Opt-in from Settings.
1415
- **Role Insight (Pro)** — paste a job description and see every requirement pulled out, checked against your profile, and scored for coverage.
1516
- **Windows: type into the meeting overlay without losing focus** on your call. Works with Alt+Tab and clicking away, and steps aside for CJK/IME input.
1617
- **Redesigned meeting overlay** — the panel, pill and resize control now move as one, answers stream in word by word, and scrolling back no longer fights you (with a jump-to-latest button).
1718
- **Parakeet CTC 0.6B** added to the local speech models.
1819
- **LiteLLM** gets a model picker and a configurable default.
20+
- **Signed macOS builds** for both Apple Silicon and Intel, and a compatibility guard that stops local speech crashing on macOS 12 (Monterey).
1921

2022
## Improvements
2123

2224
- New default models: **Gemini 3.1 Flash Lite** and **Gemini 3.7 Flash**. The full Claude catalogue is now listed and correctly ordered, and the model picker shows real provider logos.
2325
- Auto Answer and speech recognition are noticeably faster — answers are prepared ahead of time, and local speech no longer stalls when a meeting starts.
26+
- Live transcription moved to low-latency regional hosts, cutting round-trip time and ending the double-billing that could happen on a dropped connection.
2427
- Refreshed look throughout: Apple-style toggles, smoother section transitions, a new Soft Orchid accent, and a unified Plans & Billing page.
2528
- Code blocks redesigned — clearer syntax colours, and the language label and copy button combined into one control.
2629
- Calmer onboarding: guided steps instead of a pile of notifications.

src/components/AboutSection.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,16 @@ export const AboutSection: React.FC<AboutSectionProps> = () => {
128128
</div>
129129
</div>
130130

131-
{/* 5. NVIDIA Speech & New Modes */}
131+
{/* 5. Hindsight Long-Term Memory */}
132132
<div className="p-3 bg-bg-card/50">
133133
<div className="flex items-start gap-4">
134134
<div className="w-10 h-10 rounded-lg bg-emerald-500/10 flex items-center justify-center text-emerald-400 shrink-0">
135-
<Volume2 size={20} />
135+
<Database size={20} />
136136
</div>
137137
<div>
138-
<h5 className="text-sm font-bold text-text-primary mb-1">NVIDIA Speech & Two New Modes</h5>
138+
<h5 className="text-sm font-bold text-text-primary mb-1">Hindsight Long-Term Memory</h5>
139139
<p className="text-xs text-text-secondary leading-relaxed">
140-
NVIDIA NIM joins the provider list for both text and real-time transcription, with nine streaming models. Plus Seminar mode for strict file-grounded Q&A and Call Center mode for support calls.
140+
A local vector database that indexes your past meetings, profiles and documents, so Natively can recall what was said weeks ago — not just in this session. Pro, and opt-in from Settings.
141141
</p>
142142
</div>
143143
</div>

0 commit comments

Comments
 (0)