Skip to content

v1.0.69.158

Choose a tag to compare

@macOS26 macOS26 released this 15 Apr 23:12
· 251 commits to main since this release

What's New in v1.0.69.158

image

🧠 Project Index & Memory

  • Project Index tool β€” portable JSONL index per file (lines, doc block, top-level symbols)
  • Memory tool β€” persistent /memories filesystem with global and project scopes
  • 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_agent tool 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 isEnabled defaulting 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:0 warning 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.