Skip to content

Releases: ComputelessComputer/aipm

v0.9.6

01 Mar 08:16

Choose a tag to compare

  • Move email Suggestions into the Checklist view, with quick access via the Checklist Suggestions shortcut.
  • Add clearer Suggestions poll status in Checklist so Gmail sync health is visible at a glance.
  • Redesign Calendar as a month-grid view for faster date scanning.
  • Improve Timeline with fold/unfold controls for subtasks.
  • Improve Kanban interaction by fixing scroll ghosting and tightening keyboard behavior.
  • Fix task due-date clearing and support null due dates in task updates.

Full Changelog: v0.9.5...v0.9.6

v0.9.5

28 Feb 12:35

Choose a tag to compare

  • Launch a dedicated aipm website with clearer product messaging and refreshed layout.
  • Improve install UX with click-to-copy command behavior and copied-state feedback.
  • Add published Privacy Policy and Terms pages for easier onboarding and compliance review.
  • Add local Google OAuth env templates (.env.example) to simplify personal setup and testing.

Full Changelog: v0.9.4...v0.9.5

v0.9.4

27 Feb 04:46

Choose a tag to compare

  • Add an Astro-powered project website with dedicated Privacy Policy and Terms pages.
  • Improve the landing page with clearer value props, updated tagline, and click-to-copy install command.
  • Update README demo link formatting for cleaner presentation.

Full Changelog: v0.9.3...v0.9.4

v0.9.3

26 Feb 03:46

Choose a tag to compare

  • Fix @ mention edit path unable to move tasks between parents (set parent_id)
  • The edit_task JSON schema now includes parent_id, allowing @<id> make this part of @<other_id> to work correctly
  • Non-triage AI result handler now processes parent_id changes with old-parent progress sync

Full Changelog: v0.9.2...v0.9.3

v0.9.2

24 Feb 18:39

Choose a tag to compare

  • Fix @ autocomplete dropdown showing stale entries when filtering narrows the match list

Full Changelog: v0.9.1...v0.9.2

v0.9.1

24 Feb 18:04

Choose a tag to compare

  • Add priority column to checklist view (color-coded: red=Critical, yellow=High, white=Med, grey=Low)
  • Chat box separators and prompt change color based on input mode (green for add, grey for chat)
  • Fix kanban overdue indicator showing year when due date is from a different year
  • Fix kanban using UTC instead of local timezone for date comparisons
  • Fix @ shortcut switching to bucket view — now stays on current tab and opens chat
  • Show full Google Calendar event details: time range, location, and notes

Full Changelog: v0.9.0...v0.9.1

v0.9.0

24 Feb 16:36

Choose a tag to compare

  • Replace Apple Mail and Calendar integrations with Google OAuth2
  • Add Google account connection in Settings tab (OAuth2 with PKCE, browser-based flow)
  • Calendar tab now shows Google Calendar events (next 14 days)
  • Gmail Suggestions tab polls unread Gmail for actionable emails via AI filtering
  • CLI suggestions commands now use Gmail instead of Apple Mail
  • Cross-platform: no longer requires macOS (removed osascript dependency)

Full Changelog: v0.8.13...v0.9.0

v0.8.13

24 Feb 10:03

Choose a tag to compare

  • Show 8-char task ID in checklist items for quick reference
  • Add / command autocomplete dropdown with available commands (/clear, /buckets, /bucket add, /bucket rename, /organize, /exit)
  • Add Calendar tab (press 2) with month grid view, today highlighted, task due dates shown in cyan
  • Integrate Apple Calendar events into Calendar tab via native osascript (fetches next 14 days of events)

Full Changelog: v0.8.12...v0.8.13

v0.8.12

24 Feb 08:45

Choose a tag to compare

  • Add scan → reason → act workflow to AI triage so the agent analyzes existing tasks before deciding on actions, preventing duplicate task creation
  • Support task reparenting via parent_id on update_task, enabling "make X part of Y" style commands
  • Switch AI tool calling from forced mode to auto, allowing the model to reason before acting
  • Handle text-only AI responses (no tool call) gracefully in both TUI and CLI
  • Strengthen anti-duplicate wording in tool definitions to discourage unnecessary task creation

Full Changelog: v0.8.11...v0.8.12

v0.8.11

23 Feb 09:28

Choose a tag to compare

  • Add tertiary checklist checkbox state: [·] for in-progress tasks (alongside [x] for done and [ ] for todo/backlog)

Full Changelog: v0.8.10...v0.8.11