Skip to content

Commit eac7c08

Browse files
committed
Bump FileContext to 1.0.0 and refresh README
1 parent 32efed7 commit eac7c08

4 files changed

Lines changed: 167 additions & 101 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
All notable changes to ManagedCode.FileContext are documented here.
44

5-
## Unreleased
5+
## 1.0.0 - 2026-09-05
66

7+
- Prepare the 1.0.0 package with a refreshed README covering setup, agent integration, metadata results, Markdown graphs, concurrency, and operational limits.
78
- Preserve UTF-8 byte accounting when a surrogate pair crosses a full-read buffer boundary.
89
- Return structured found/not_found metadata tool results with the logical path, preserving them through session restoration; keep the nullable direct API unchanged.
910
- Verify tool-result ordering, empty/error outputs, restored-session follow-ups, and concurrent multi-file operations through real filesystem and LlmTck tests.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<AnalysisMode>Recommended</AnalysisMode>
1313
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1414
<NoWarn>$(NoWarn);CS1591;MAAI001</NoWarn>
15-
<Version>0.0.2</Version>
15+
<Version>1.0.0</Version>
1616
<PackageVersion>$(Version)</PackageVersion>
1717
</PropertyGroup>
1818

0 commit comments

Comments
 (0)