Skip to content

Commit 854137b

Browse files
committed
docs: add v0.49.1 changelog entry
1 parent df32c59 commit 854137b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/CHANGELOG.md

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

3-
## v0.48.0 (2026-05-25) — Tool Latency & Intelligence Upgrades
3+
## v0.49.1 (2026-05-25) — Verification Contradiction Fix
4+
5+
### Bug Fixes
6+
- **Contradictory verification rules**`cmd/odek/main.go`: `defaultSystem` had two conflicting instructions: "do NOT run tests or verify with shell commands" (line 127) contradicted the Reasoning Scaffold's step 4 "Verify — Do NOT skip verification on complex changes" (line 96). The model could not follow both. Removed the anti-verification instruction and softened "Do NOT write, then test, then rewrite, then retest" to "Avoid unnecessary iteration — verify in one shot".
7+
8+
### Testing
9+
- `TestDefaultSystem_AllowsVerification` — regression guard that catches if the anti-verification instruction is reintroduced
10+
11+
## v0.49.0 (2026-05-25) — Silent Agent Mode
412

513
### Intelligence Improvements
614
- **Episode extraction now produces narrative task summaries**`internal/memory/memory.go`: replaced "Extract 1-3 durable facts" with "Summarize this session covering: what was implemented/fixed, key files changed, architectural decisions, outcome". Episodes are now recoverable by semantic cross-session search instead of disappearing as unreachable bullet points.

0 commit comments

Comments
 (0)