Commit Graph

  • 215ae87950 refactor(settings): extract settings navigation to component Kacper 2025-12-11 00:54:09 +01:00
  • f71d6da37d refactor(settings): extract delete project dialog to component Kacper 2025-12-11 00:52:18 +01:00
  • d8f55f26db refactor(settings): extract keyboard map dialog to component Kacper 2025-12-11 00:50:38 +01:00
  • 8010a03a7c refactor(settings): extract navigation config to separate file Kacper 2025-12-11 00:48:18 +01:00
  • 60fc043b1e refactor(settings): extract scroll tracking into custom hook Kacper 2025-12-11 00:46:42 +01:00
  • 6bbcc36409 refactor(settings): extract CLI status into custom hook Kacper 2025-12-11 00:44:41 +01:00
  • 2d937bc47f refactor(settings): move types.ts to shared folder Kacper 2025-12-11 00:35:45 +01:00
  • 45bd2c64b9 refactor(settings): move remaining sections into folders Kacper 2025-12-11 00:34:11 +01:00
  • 2afb5a7645 refactor(settings): split CLI status into separate components Kacper 2025-12-11 00:32:03 +01:00
  • bd1ae73bb9 refactor(settings): remove empty shared directory Kacper 2025-12-11 00:29:16 +01:00
  • 7e3819da4b refactor(settings): reorganize appearance section into folder Kacper 2025-12-11 00:29:06 +01:00
  • 9af6866a9d refactor(settings): remove empty hooks directory Kacper 2025-12-11 00:24:36 +01:00
  • da78bed47d refactor(settings): reorganize api-keys section into folder Kacper 2025-12-11 00:24:18 +01:00
  • 9954563581 UI fixes for path issues in project name, adjusted some UI styling inconsistencies as well. trueheads 2025-12-10 17:23:56 -06:00
  • a4dc21fd84 Add cleanup function to setTimeout in useEffect to prevent memory leaks copilot-swe-agent[bot] 2025-12-10 22:42:17 +00:00
  • d5d6cdf80f refactor(auth): enhance authentication detection and status handling Kacper 2025-12-10 23:35:09 +01:00
  • 6086d22a44 refactor(settings-view): streamline authentication status handling Kacper 2025-12-10 23:19:09 +01:00
  • 8a6309ccc9 Merge origin/main: resolve import conflict in settings-view.tsx Kacper 2025-12-10 23:16:55 +01:00
  • 0d462ba080 fix(settings-view): adjust padding and remove unused dialog footer Kacper 2025-12-10 23:16:16 +01:00
  • 7886a29089 fix: scrolling issue Kacper 2025-12-10 23:09:27 +01:00
  • a6da65e318 feat(keyboard): introduce visual keyboard map and shortcut customization Kacper 2025-12-10 22:54:29 +01:00
  • 7cf9a9f11a Add markdown rendering to interview-view using Markdown component from ui/markdown copilot-swe-agent[bot] 2025-12-10 21:29:56 +00:00
  • 0bfe77f9f1 Initial plan copilot-swe-agent[bot] 2025-12-10 21:18:37 +00:00
  • 344651a981 refactor(markdown): update styling for theme adaptability Kacper 2025-12-10 21:56:56 +01:00
  • 9f6fb7b30a Merge pull request #9 from AutoMaker-Org/feature/auth-status-fetch-fix v0.1.0 Web Dev Cody 2025-12-10 15:22:10 -05:00
  • 1176050b03 Added status fetch to auth system in api-settings menu. Works after testing trueheads 2025-12-10 14:01:16 -06:00
  • 38a609593b Merge pull request #7 from AutoMaker-Org/various-improvements Web Dev Cody 2025-12-10 14:40:53 -05:00
  • 1ad091b6e5 Merge pull request #6 from AutoMaker-Org/feature/auth-setup-settings-menu Web Dev Cody 2025-12-10 14:40:42 -05:00
  • 8e801630dc remove cursor plans Cody Seibert 2025-12-10 14:40:06 -05:00
  • 9c90d617c3 Merge branch 'main' into various-improvements Cody Seibert 2025-12-10 14:39:07 -05:00
  • 7bb014970b Merge branch 'main' into feature/auth-setup-settings-menu Ben 2025-12-10 13:37:40 -06:00
  • 1fbfff7f37 Merge branch 'main' of github.com:webdevcody/automaker Cody Seibert 2025-12-10 14:29:45 -05:00
  • c502fbc57a feat(backup): add backup.json for feature tracking and status updates Cody Seibert 2025-12-10 14:29:05 -05:00
  • aa0b88009c Added Authentication Status Settings to API Keys Tab in Settings trueheads 2025-12-10 13:09:24 -06:00
  • 888478b403 chore: copy readme to workspace root Kacper 2025-12-10 19:47:01 +01:00
  • d245dc7b9b Merge pull request #5 from AutoMaker-Org/copilot/allow-customizability-for-hotkeys Shirone 2025-12-10 19:43:16 +01:00
  • 1edb7f6b62 Add missing RotateCcw import in settings view copilot-swe-agent[bot] 2025-12-10 17:42:56 +00:00
  • 8095a3aef7 Fix keyboard shortcuts: add comments for duplicate keys and increase maxLength for special characters copilot-swe-agent[bot] 2025-12-10 17:41:23 +00:00
  • 857f46f86a Update remaining components to use customizable keyboard shortcuts copilot-swe-agent[bot] 2025-12-10 17:38:45 +00:00
  • 3a45970280 Add keyboard shortcuts customization UI to settings view copilot-swe-agent[bot] 2025-12-10 17:34:42 +00:00
  • e5095c7911 Add keyboard shortcuts store and update components to use customizable shortcuts copilot-swe-agent[bot] 2025-12-10 17:31:31 +00:00
  • 13f68cba4c Initial plan copilot-swe-agent[bot] 2025-12-10 17:19:41 +00:00
  • e86ef96a5f Enhance README with setup instructions Web Dev Cody 2025-12-10 13:24:48 -05:00
  • d83eb86f22 docs: enhance README with detailed setup instructions and security warnings Cody Seibert 2025-12-10 13:23:58 -05:00
  • 6c56c1564c Merge branch 'main' of https://github.com/webdevcody/automaker Kacper 2025-12-10 19:18:17 +01:00
  • 3bd28d3084 feat(setup): implement setup wizard for CLI tools configuration Kacper 2025-12-10 19:15:29 +01:00
  • 2afb5ced90 feat(cli-refresh): add refresh buttons for CLI detection in settings view Kacper 2025-12-10 19:07:13 +01:00
  • f9ba1c260a feat(ui): add per-project themes and fix scrolling/styling issues Cody Seibert 2025-12-10 12:56:24 -05:00
  • 9251411da9 docs: add security disclaimer and improve README structure Cody Seibert 2025-12-10 12:39:19 -05:00
  • adfa92fce2 fix(modal): autofocus description field on add feature modal open Cody Seibert 2025-12-10 12:33:19 -05:00
  • a8a63f4bed Merge branch 'main' of github.com:webdevcody/automaker Cody Seibert 2025-12-10 11:47:43 -05:00
  • 5e418984ad feat(feature-list-protection): implement multi-layered protection strategy for feature list Cody Seibert 2025-12-10 11:24:07 -05:00
  • 9924187747 Merge pull request #2 from webdevcody/feat/extend-models-support Kacper 2025-12-10 15:43:03 +01:00
  • f1ace07b6c Merge remote-tracking branch 'origin/main' into feat/extend-models-support Kacper 2025-12-10 15:42:49 +01:00
  • a28d2f5cfe refactor(description-image-dropzone, app-store): update styling and enhance project history cycling logic Cody Seibert 2025-12-10 09:41:46 -05:00
  • 3d6add5272 feat(agent-runner, session-management): enhance markdown formatting and session hotkey functionality Cody Seibert 2025-12-10 09:20:00 -05:00
  • 09658dc383 Merge remote-tracking branch 'origin/main' into feat/extend-models-support Kacper 2025-12-10 15:08:54 +01:00
  • d59fde5c95 feat(ui): add keyboard shortcuts for AI profiles navigation Kacper 2025-12-10 15:03:02 +01:00
  • 02eeb1031e Merge remote-tracking branch 'origin/main' into feat/extend-models-support Kacper 2025-12-10 14:57:37 +01:00
  • 1766357335 feat(sidebar, app-store): enhance project history management with dropdown menu Cody Seibert 2025-12-10 08:56:22 -05:00
  • 72cc43d02f feat(feature-suggestions): implement feature suggestions and spec regeneration functionality Cody Seibert 2025-12-10 08:51:33 -05:00
  • e210d676c1 fix(profiles): enable drag-and-drop reordering for built-in profiles Kacper 2025-12-10 14:44:39 +01:00
  • fff8a6398f feat(ui): improve git diff panel with grouped file status display Kacper 2025-12-10 14:21:52 +01:00
  • 1ea18b779e feat(ui): add profiles-only mode to simplify model selection Kacper 2025-12-10 14:12:13 +01:00
  • 55b8e6858e feat(types): resolve TypeScript errors and enhance project analysis features Kacper 2025-12-10 13:56:33 +01:00
  • 7ab2aaaa23 feat(worktree): enhance worktree management and git diff functionality Kacper 2025-12-10 13:41:52 +01:00
  • 02b3275460 Merge branch 'feat/worktree-system' into feat/extend-models-support Kacper 2025-12-10 13:20:14 +01:00
  • d809ddcc7f Merge branch 'feature/176536627888-implement-profile-view-and-in-the-sideba' into feat/worktree-system Kacper 2025-12-10 13:14:08 +01:00
  • 6970578536 feat(profiles): implement AI profile management system Kacper 2025-12-10 13:09:20 +01:00
  • 1210dbb8ef feat(kanban): add tooltips to kanban cards and improve layout Kacper 2025-12-10 13:08:26 +01:00
  • a78b6763de feat(core): implement git worktree checkpoint system Kacper 2025-12-10 12:28:13 +01:00
  • 364adeb151 refactor(kanban): enhance layout and overflow handling in KanbanCard component Kacper 2025-12-10 12:06:36 +01:00
  • c8f87d0dbb fix(kanban): persist image previews when switching tabs in Add Feature modal Kacper 2025-12-10 11:38:27 +01:00
  • 18604078a6 feat(mcp): implement MCP server integration for Codex CLI Kacper 2025-12-10 10:56:47 +01:00
  • 379e5fc727 feat(settings): add navigation entries for Claude and Codex sections Kacper 2025-12-10 10:37:51 +01:00
  • 03f473e7c2 feat(auth): improve authentication error handling for Claude SDK Kacper 2025-12-10 10:36:40 +01:00
  • ba4cde7328 Merge main into feat/extend-models-support Kacper 2025-12-10 10:25:13 +01:00
  • e9a4dd0319 feat(sidebar, settings): enhance project management and UI navigation Cody Seibert 2025-12-09 23:07:40 -05:00
  • 6c7f39c9f7 Merge branch 'main' of github.com:webdevcody/automaker Cody Seibert 2025-12-09 22:48:59 -05:00
  • 229df2ee29 feat(icon): update application icon and references Cody Seibert 2025-12-09 22:48:58 -05:00
  • 368e293bde Merge pull request #1 from webdevcody/trachcan-option Web Dev Cody 2025-12-09 22:48:01 -05:00
  • d014a0ba4f feat(sidebar): implement trash functionality for project management SuperComboGamer 2025-12-09 22:37:04 -05:00
  • 4b55390a01 fix(agent-context-parser): update model version strings for consistency Kacper 2025-12-10 04:25:48 +01:00
  • 179eef6685 feat(electron): enhance feature execution with async prompt handling and authentication checks Kacper 2025-12-10 04:22:59 +01:00
  • 39043b8958 feat(auto-mode): enhance error handling and feature status updates Cody Seibert 2025-12-09 22:06:52 -05:00
  • 3934ba65da fix(electron): correct IPC handler closure in main.js Kacper 2025-12-10 03:58:03 +01:00
  • 89c5a1688f Merge branch 'main' into feat/extend-models-support Kacper 2025-12-10 03:56:05 +01:00
  • cfaadba3dc fix(kanban): resolve hardcoded model display in cards Kacper 2025-12-10 03:46:20 +01:00
  • cd7d4ab138 feat(ui): improve modal UX and model management Kacper 2025-12-10 03:27:11 +01:00
  • 7b760090e4 feat(automaker): enhance feature management and UI components Cody Seibert 2025-12-09 21:23:09 -05:00
  • 1a5a828d45 Merge remote-tracking branch 'origin/main' into feat/extend-models-support Kacper 2025-12-10 03:03:07 +01:00
  • 6d130ca2b5 feat: add Codex CLI detection and model management APIs Kacper 2025-12-10 03:00:15 +01:00
  • ac5b562f7a feat(protection): implement multi-layered protection for feature_list.json Cody Seibert 2025-12-09 19:47:10 -05:00
  • 7cee3bbd9f chore(automaker): finalize agent context documentation Cody Seibert 2025-12-09 19:32:00 -05:00
  • aba19a9695 docs(automaker): update agent context logs Cody Seibert 2025-12-09 19:31:49 -05:00
  • 6d4112b098 chore(features): update project dropdown toggle feature status Cody Seibert 2025-12-09 19:31:35 -05:00
  • 560438727c feat(sidebar): add P key toggle for project dropdown Cody Seibert 2025-12-09 19:28:23 -05:00
  • e260eafcb9 Merge remote-tracking branch 'origin/main' into feat/extend-models-support Kacper 2025-12-10 01:15:14 +01:00
  • 5853653c00 refactor(kanban): standardize column width and remove masonry layout Cody Seibert 2025-12-09 19:13:09 -05:00
  • 8a01c1e167 Merge branch 'main' of github.com:webdevcody/automaker Cody Seibert 2025-12-09 19:00:21 -05:00