Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8515aed
fix: rename EditFile to Edit in README
hit9 May 24, 2026
c41ef52
Add dynamic file context for Read results
hit9 May 24, 2026
92e2871
Unify tool result context management as tools
hit9 May 24, 2026
3f8ee67
Use structured args for Read and Search tools
hit9 May 24, 2026
0c01b62
Clean up structured read context handling
hit9 May 24, 2026
fada870
Make tool call display human readable
hit9 May 24, 2026
f5ad31e
Project edit results into file context
hit9 May 24, 2026
4493719
Validate file context projections with file stat and hashes
hit9 May 24, 2026
f665a4a
Compress file context and structured tool code
hit9 May 24, 2026
4cf922a
Encapsulate code index state in CodeIndex
hit9 May 24, 2026
46fc3dc
Clarify observe context tool restrictions
hit9 May 24, 2026
536ed67
Bump version to 0.4.10
hit9 May 24, 2026
2fcdd24
Map named tool call fields and refine agent prompt
hit9 May 24, 2026
3586637
Bump version from 0.4.10 to 0.4.11
hit9 May 24, 2026
b912371
refactor: use projected unreduced context chars for observe budgeting
hit9 May 24, 2026
e3d42de
Optimize task feedback and discovery context
hit9 May 24, 2026
6da7f86
Accept multiple Read file args
hit9 May 24, 2026
a97b08a
Accept multiple Search query args
hit9 May 24, 2026
8d227e8
Guide ACT context hygiene
hit9 May 24, 2026
095aefd
Show visible file ranges in ACT hygiene
hit9 May 24, 2026
e05b00c
Merge observe reduction into compact
hit9 May 24, 2026
9eabfd8
Use token-based context sizing in status bar
hit9 May 24, 2026
b5ac301
Rework compact into working context snapshots
hit9 May 24, 2026
d4a46bd
Trim stale context code paths
hit9 May 24, 2026
237b4bf
Remove recalled context status output
hit9 May 24, 2026
a0f300c
Trim redundant code paths
hit9 May 24, 2026
b339a90
Optimize Recall handling and response brevity
hit9 May 25, 2026
11a5123
Stop repeated ranged Recall loops
hit9 May 25, 2026
413a4af
Simplify Recall context implementation
hit9 May 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog


## 0.4.11 - 2026-05-24

### Changed
- Bumped version from 0.4.10 to 0.4.11.
## 0.4.8 - 2026-05-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ nanocode currently targets macOS and Linux. Windows is not supported.

- File: `Read`, `LineCount`, `List`, `Search`.
- Code navigation: `InspectCode` after `/index` builds the project index.
- Edit: `CreateFile`, `EditFile`.
- Edit: `CreateFile`, `Edit`.
- Shell: `Bash`, `Git`.
- Memory: `Recall` reads stored tool results by key.

Expand Down
442 changes: 259 additions & 183 deletions design.md

Large diffs are not rendered by default.

Loading
Loading