// TOOLS - AgenticDE
Journey
Auto-generated, unpolished by design — a raw log of what changed and when, not a curated changelog. Each entry is a short line pulled straight from commit and build activity, timestamped and permalinked. Read the Journey rollup instead for the synthesized, editorial version of this same activity.
- 05/09/2026Added Phase 0 Proof‑of‑Concept (POC) research leveraging the newly integrated plugin suite.#
- 22/07/2026Fixed a bug where large backlogs in GraphQL queries were silently dropping issues due to lack of pagination, and updated the logic to ensure closed epics remain visible if they have open child tasks.#
- 09/07/2026I wired up periodic auto-refresh for the Backlog and Issue Detail views, sharing a singleton polling scheduler to respect live rate limits. I also implemented a windowed-fetch rule to filter out old completed tasks and added support for rendering and selecting orphan tasks in the Backlog panel.#
- 26/06/2026I implemented the ProjectNotes system, including persistence, and a Notes panel that supports independent notes and idea-originated notes. I also refactored the UI to allow both the sidebar and notes panels to be open simultaneously as an overlay.#
- 25/06/2026I added a full Idea mode with a toggle in the toolbar, including a persistence layer for ideas, a list panel, and a modal for creating new ones. I also spent a lot of time fixing layout and state binding issues in the SwiftUI overlay to ensure the window-width-filling sheet-replacement was correct.#
- 23/06/2026Fixed Phase 3 tabbed layout issues where the Claude Design tab was misaligned or unreachable due to hit-target problems. Refactored the open-or--focus-tab logic to be idempotent and added a new BrowserOpener abstraction for unit-testable webview interactions.#
- 22/06/2026I wired up the real Claude Code usage data to the status bar, replacing the placeholder with actual session and weekly percentages. I also refactored the status bar's CI polling and usage polling into separate, independent schedulers to decouple their refresh cadences.#
- 21/06/2026I renamed AgenticDEmacOS to AgenticDE across the codebase and updated the CI snapshot configuration to handle Ruby 4.0 incompatibilities. I also overhauled the AppleScript terminal dispatch system with base64 encoding and single-quote wrapping to resolve complex nested quote issues, and coordinated the five GitHub API fetches to run concurrently with isolated error handling.#
- 20/06/2026I wired the live CI status into the sidebar, adding a recurring poll timer and a cache for project history. I also built an in-app setup guide and worked on a logic-heavy app launch selector to resume the correct project, phase, and task on startup.#
- 19/06/2026I added a GitHub Actions panel to track CI status and logs, plus a read-only Git panel for viewing commit history and diffs. I also built a 'Rebase and Merge' button that handles the merge operation and automatically updates the local branch state.#
- 18/06/2026I implemented the Phase 4 backlog panel and task detail panel, switching the backend query to repository-level issues to solve a permissions issue with Projects v2. I also updated the GitHubAPIClient to handle rate-limiting and added a polling scheduler that pauses polling during rate-limit events.#
- 17/06/2026Added Keychain-backed, per-project GitHub PAT storage and a new LLM profiles management system that persists custom command strings and environment variables per project.#
- 15/06/2026Implemented Phase 2 script progress display with collapsible steps and pass/fail states, along with inclusion logic for infrastructure and component scripts based on architecture.json. Fixed several SwiftUI view refresh issues during project switches, moving from LazyVStack to VStack for reliable state synchronization.#
- 14/06/2026Implemented the AppleScriptTerminalDispatcher to target Terminal.app via osascript, and built out the terminal panel UI with an LLM profile command builder. Fixed several layout and quoting issues in the terminal panel to ensure commands are correctly passed to the CLI as single quoted arguments.#
- 13/06/2026I updated the plugin lifecycle logic to derive active phase from a local JSON file at runtime, refactored the toolbar to use dynamic buttons from the plugin manifest, and added a commit snackbar with error propagation to the plugins panel.#
- 12/06/2026I implemented the sidebar, status bar, and toolbar components, along with the project registry and first-launch empty state. I also built out the core plugin system, including the manifest reader, settings writer, and the plugins panel in settings.#
- 11/06/2026Implemented the core DesignSystem primitives and AppShellView, including a color-scheme-aware theme infrastructure. Added several new UI components like Badge, StatusDot, and ToggleSwitchView, while establishing a snapshot testing suite for the layout and themes.#
- 10/06/2026Scaffolded the macOS app and promo website, then set up CI/CD workflows and Fastlane configurations.#