Fix scratchpad get_section user_id and filesystem diff newline bugs
- get_section: use _uid() instead of None so multi-user lookups match
  the user_id-scoped writes done by the scratchpad tool execute()
- filesystem _diff: remove erroneous [l + \"\\n\"...] wrappers around
  splitlines() output; difflib.unified_diff already handles line lists

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent d812e65 commit d18678b89ddd5c8ebdc28b8238aa41ace2930f18
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored on 16 May
Showing 2 changed files
View
navi/tools/filesystem.py
View
navi/tools/scratchpad.py