v1.0.69.158
What's New in v1.0.69.158
π§ Project Index & Memory
- Project Index tool β portable JSONL index per file (lines, doc block, top-level symbols)
- Memory tool β persistent
/memoriesfilesystem withglobalandprojectscopes - Consolidated per-project hidden dirs under
.agent/{index,memory,worktrees,plans} - Prompt version now derived from marketing + build number (no more hardcoded revision)
βοΈ Editing & Diff
- diff_apply fix β splice source into file instead of replacing entire content
- Fix diff_apply truncation and diff-formatted input handling
- Edit reliability: drop truncation guard, add cache invalidation + no-op detect
- Stuck-edit nudge: lower threshold to 3, make actionable
π Apple Intelligence
- Apple AI: persist accessibility agent session across turns
- Apple AI: use Apple AI itself to classify follow-up prompts
- Apple AI: add
run_agenttool for launching agents via FoundationModels - Apple AI: disable shell and applescript tools β accessibility only
- Fix Apple AI misrouting non-agent tool names to run_agent
- Fix Apple Intelligence
isEnableddefaulting to false
π¨ UI Polish
- Long Cmd+V pastes captured as removable chips with first+last char preview
- LLM output: stop last-word flickering with cursor
- LLM output: don't snap to bottom on mouse-exit when not streaming
- Tab labels: main tab shows current model, LLM tabs preserve raw model case
- ToolStepsView: persist expanded state across Cmd+B and new steps
- Multi-line log messages drop onto their own line below timestamp
π§ Fixes & Cleanup
- Fix LLM tab provider/model clobber + per-tab usage breakdown
- Fix tool output formatting: newline prefix and
:0:0warning cleanup - Replace force-unwrap with if-let in diff_and_apply
- Pin AgentTools 2.50.10 β adds PROJECT INDEX prompt section
- Efficient-action system prompt rules to curb redundant file re-reads
- Anti-confabulation: dedup tool names, prune aliases, harden read guard
- Summarize comments across all major Swift files
- Wrap long lines with SwiftFormat across the project
π¦ Dependencies
- AgentTools 2.50.10
- AgentAccess 2.9.5 (screenshots no longer block main thread)
DMG to follow.