Commit Graph

  • 35441c1a9d feat: add AI Suggestions phase model to settings view Shirone 2026-01-03 02:41:39 +01:00
  • abed3b3d75 feat: enhance use-model-override to support default phase models Shirone 2026-01-03 02:28:41 +01:00
  • 9071f89ec8 chore: remove obsolete Cursor CLI integration documentation Kacper 2026-01-02 21:02:40 +01:00
  • 3c8ee5b714 chore: update .prettierignore and format vite.config.mts Kacper 2026-01-02 20:56:40 +01:00
  • 8e1a9addc1 fix: update logger test expectations to include log level prefixes Kacper 2026-01-02 20:54:39 +01:00
  • e72f7d1e1a fix: libs test Kacper 2026-01-02 20:50:57 +01:00
  • 4a28b70b72 feat: enhance query options with maxThinkingTokens support Kacper 2026-01-02 20:50:40 +01:00
  • 3e95a11189 refactor: replace logger with console statements in subprocess management Kacper 2026-01-02 20:46:39 +01:00
  • 2b942a6cb1 feat: integrate thinking level support across various components Shirone 2026-01-02 17:52:03 +01:00
  • 69f3ba9724 feat: standardize logging across UI components Shirone 2026-01-02 17:25:13 +01:00
  • 96a999817f feat: implement structured logging across server components Shirone 2026-01-02 15:40:15 +01:00
  • 8c04e0028f feat: integrate thinking level support across agent and UI components Shirone 2026-01-02 15:22:06 +01:00
  • 0fa5fdd478 docs: add comprehensive JSDoc docstrings for pipeline resume methods Stephan Rieche 2026-01-02 15:00:25 +01:00
  • 81d300391d feat: enhance SDK options with thinking level support Shirone 2026-01-02 14:55:52 +01:00
  • e79252be5c 📝 Add docstrings to fix/pipeline-resume-edge-cases coderabbitai/docstrings/2bbc811 coderabbitai[bot] 2026-01-02 13:54:30 +00:00
  • 472342c246 chore: run prettier to fix formatting Stephan Rieche 2026-01-02 13:56:39 +01:00
  • 71e03c2a13 fix: restore Verify button fallback with honest labeling Stephan Rieche 2026-01-02 13:55:05 +01:00
  • c3403c033c Merge upstream/main into fix/pipeline-resume-edge-cases Stephan Rieche 2026-01-02 13:45:12 +01:00
  • 2a87d55519 fix: show Resume button for features stuck in pipeline steps Stephan Rieche 2026-01-02 13:22:11 +01:00
  • 2d309f6833 perf: eliminate redundant file read in detectPipelineStatus Stephan Rieche 2026-01-02 13:04:01 +01:00
  • 7a2a3ef500 refactor: create PipelineStatusInfo interface to eliminate type duplication Stephan Rieche 2026-01-02 13:02:43 +01:00
  • 3ff9658723 refactor: remove unnecessary runningFeatures.delete() calls Stephan Rieche 2026-01-02 12:44:19 +01:00
  • c587947de6 refactor: optimize feature loading in pipeline resume Stephan Rieche 2026-01-02 12:42:04 +01:00
  • d417666fe1 fix background image not showing antdev 2026-01-02 15:33:00 +08:00
  • 2bbc8113c0 chore: update lockfile linting process v0.7.4 webdevcody 2026-01-02 00:29:04 -05:00
  • 7e03af2dc6 chore: release v0.7.3 v0.7.3 webdevcody 2026-01-02 00:00:41 -05:00
  • 914734cff6 feat(phase-model-selector): implement grouped model selection and enhanced UI Shirone 2026-01-02 02:37:20 +01:00
  • e1bdb4c7df Merge remote-tracking branch 'origin/main' into feat/cursor-cli Shirone 2026-01-02 01:50:16 +01:00
  • a9403651d4 fix: handle pipeline resume edge cases and improve robustness Stephan Rieche 2026-01-02 00:58:32 +01:00
  • ad947691df feat: enhance TaskProgressPanel and AgentOutputModal components Kacper 2026-01-02 00:23:25 +01:00
  • ab9ef0d560 Merge pull request #340 from AutoMaker-Org/fix-web-mode-auth Web Dev Cody 2026-01-01 17:13:20 -05:00
  • 844be657c8 feat: add skipSandboxWarning to settings and sync function webdevcody 2026-01-01 17:08:15 -05:00
  • 90c89ef338 Merge branch 'fix-web-mode-auth' of github.com:AutoMaker-Org/automaker into fix-web-mode-auth webdevcody 2026-01-01 16:49:41 -05:00
  • fb46c0c9ea feat: enhance sandbox risk dialog and settings management webdevcody 2026-01-01 16:49:35 -05:00
  • 81bd57cf6a feat: add runNpmAndWait function for improved npm command handling Kacper 2026-01-01 22:39:12 +01:00
  • 83e59d6a4d feat(phase-model-selector): enhance model selection with favorites and popover UI Kacper 2026-01-01 22:31:07 +01:00
  • 59d47928a7 feat: implement authentication state management and routing logic webdevcody 2026-01-01 16:25:31 -05:00
  • cbe951dd8f fix(suggestions): extract result text from Cursor provider Kacper 2026-01-01 20:03:15 +01:00
  • 63b9f52d6b refactor(cursor-models): remove tier property from Cursor model configurations Kacper 2026-01-01 20:00:40 +01:00
  • 3b3e61da8d fix(backlog-plan): add Cursor-specific prompt with no-file-write instructions Kacper 2026-01-01 19:15:37 +01:00
  • 0e22098652 feat(backlog-plan): add detailed logging for Cursor result extraction Kacper 2026-01-01 19:07:13 +01:00
  • cf9a1f9077 fix(backlog-plan): use extractJsonWithArray and improve logging Kacper 2026-01-01 18:41:25 +01:00
  • 9b1174408b fix(backlog-plan): extract result text from Cursor provider Kacper 2026-01-01 18:36:43 +01:00
  • 207fd26681 feat(backlog-plan): add model override trigger to footer Kacper 2026-01-01 18:32:40 +01:00
  • aa318099dc feat(ui): add model override trigger to backlog plan dialog Kacper 2026-01-01 18:20:45 +01:00
  • 7dec5d9d74 fix(sdk-options): normalize paths for cross-platform cloud storage detection Kacper 2026-01-01 18:11:40 +01:00
  • 17dae1571b fix(tests): update terminal-service tests to work cross-platform Kacper 2026-01-01 18:07:00 +01:00
  • f56b873571 Merge main into feat/cursor-cli-integration Kacper 2026-01-01 18:03:48 +01:00
  • d2f64f10ff test: add tests for ANTHROPIC_BASE_URL and ANTHROPIC_AUTH_TOKEN passthrough Ramiro Rivera 2026-01-01 13:43:12 +01:00
  • 9fe5b485f8 feat: support ANTHROPIC_BASE_URL and ANTHROPIC_AUTH_TOKEN for custom endpoints Ramiro Rivera 2026-01-01 13:33:40 +01:00
  • bd432b1da3 Merge pull request #304 from firstfloris/fix/sandbox-cloud-storage-compatibility Web Dev Cody 2026-01-01 02:48:38 -05:00
  • b51aed849c fix: clarify sandbox mode behavior in sdk-options webdevcody 2026-01-01 02:39:38 -05:00
  • 90e62b8add Merge pull request #337 from AutoMaker-Org/addressing-pr-issues Web Dev Cody 2026-01-01 02:31:59 -05:00
  • 67c6c9a9e7 feat: enhance cloud storage path detection in sdk-options webdevcody 2026-01-01 02:31:02 -05:00
  • 2d66e38fa7 Merge branch 'main' into fix/sandbox-cloud-storage-compatibility webdevcody 2026-01-01 02:23:10 -05:00
  • 50aac1c218 feat: improve error handling in HttpApiClient webdevcody 2026-01-01 02:17:12 -05:00
  • 8c8a4875ca Merge pull request #329 from andydataguy/fix/windows-mcp-orphaned-processes Web Dev Cody 2026-01-01 02:12:26 -05:00
  • eec36268fe Merge branch 'main' into fix/windows-mcp-orphaned-processes webdevcody 2026-01-01 02:09:54 -05:00
  • f6efbd1b26 docs: update release process in documentation WebDevCody 2026-01-01 01:40:25 -05:00
  • 019793e047 chore: release v0.7.2 v0.7.2 WebDevCody 2026-01-01 01:40:04 -05:00
  • a8a3711246 Merge pull request #336 from AutoMaker-Org/fix-things Web Dev Cody 2026-01-01 01:23:41 -05:00
  • b867ca1407 refactor: update window close behavior for macOS and other platforms WebDevCody 2026-01-01 01:20:34 -05:00
  • 75143c0792 refactor: clean up whitespace and improve prompt formatting in port management WebDevCody 2026-01-01 00:46:14 -05:00
  • f32f3e82b2 feat: enhance port management and server initialization process WebDevCody 2026-01-01 00:42:42 -05:00
  • abe272ef4d fix: remove TypeScript type annotations from bumpVersion function WebDevCody 2025-12-31 23:33:51 -05:00
  • 6d4ab9cc13 feat: implement version-based migrations for global settings WebDevCody 2025-12-31 23:30:44 -05:00
  • 98381441b9 feat: add GitHub issue fix command and release command WebDevCody 2025-12-31 23:24:01 -05:00
  • eae60ab6b9 feat: update README logo to SVG format WebDevCody 2025-12-31 22:06:54 -05:00
  • 1d7b64cea8 refactor: use environment variables for git configuration in test repositories WebDevCody 2025-12-31 22:02:45 -05:00
  • 6337e266c5 drag top bar Test User 2025-12-31 21:58:22 -05:00
  • da38adcba6 Merge pull request #332 from AutoMaker-Org/centeralize-fs-access v0.7.1 Web Dev Cody 2025-12-31 21:45:19 -05:00
  • af493fb73e feat: simulate containerized environment for testing Test User 2025-12-31 21:21:35 -05:00
  • 79bf1c9bec feat: add centralized build validation command and refactor port configuration Test User 2025-12-31 21:07:26 -05:00
  • b9a6e29ee8 feat: add sandbox environment checks and user confirmation dialogs Test User 2025-12-31 21:00:23 -05:00
  • 2828431cca feat: add test validation command and improve environment variable handling Test User 2025-12-31 20:36:20 -05:00
  • d3f46f565b Merge pull request #330 from AutoMaker-Org/chore/cleanup-unused-files Web Dev Cody 2025-12-31 20:02:23 -05:00
  • 3f4f2199eb feat: initialize API key on module import for improved async handling Test User 2025-12-31 20:00:54 -05:00
  • 38f0b16530 Merge remote-tracking branch 'origin/main' into centeralize-fs-access Test User 2025-12-31 19:57:17 -05:00
  • bd22323149 Merge pull request #335 from RayFernando1337/main Web Dev Cody 2025-12-31 19:56:20 -05:00
  • f6ce03d59a fix: resolve auth race condition causing 401 errors on Electron startup RayFernando 2025-12-31 16:05:34 -08:00
  • 63816043cf feat: enhance shell detection logic and improve cross-platform support Test User 2025-12-31 19:06:13 -05:00
  • eafe474dbc fix: update node-gyp repository URL to use HTTPS Test User 2025-12-31 18:53:47 -05:00
  • 59bbbd43c5 feat: add Node.js version management and improve error handling Test User 2025-12-31 18:42:33 -05:00
  • 2b89b0606c feat: implement secure file system access and path validation Test User 2025-12-31 18:03:01 -05:00
  • f496bb825d feat(agent-view): refactor to folder pattern and add Cursor model support Kacper 2025-12-31 16:58:21 +01:00
  • 07327e48b4 chore: remove unused pipeline feature documentation Kacper 2025-12-31 10:41:04 +01:00
  • e818922b0d fix(windows): properly terminate MCP server process trees Anand (Andy) Houston 2025-12-31 03:39:51 +08:00
  • 04aac7ec07 chore: update package-lock.json to add peer dependencies and update package versions Shirone 2025-12-31 03:34:41 +01:00
  • 944e2f5ffe chore: remove unused files from codebase Kacper 2025-12-31 03:22:25 +01:00
  • 9653e2b970 refactor(settings): remove AI Enhancement section and related components Kacper 2025-12-31 02:56:06 +01:00
  • 5c400b7eff fix(server): Fix unit tests and increase coverage Kacper 2025-12-31 02:14:11 +01:00
  • 3bc4b7f1f3 fix: update qs to 6.14.1 to fix high severity DoS vulnerability Kacper 2025-12-31 01:40:15 +01:00
  • d539f7e3b7 Merge origin/main into feat/cursor-cli Kacper 2025-12-31 01:22:18 +01:00
  • 853292af45 refactor(cursor): seperate components and add permissions skeleton Kacper 2025-12-30 17:54:02 +01:00
  • 3c6736bc44 feat(cursor): Enhance Cursor tool handling with a registry and improved processing Kacper 2025-12-30 17:35:39 +01:00
  • dac916496c feat(server): Implement Cursor CLI permissions management Kacper 2025-12-30 17:08:18 +01:00
  • 847a8ff327 Merge pull request #306 from Waaiez/fix/linux-claude-usage Web Dev Cody 2025-12-30 10:13:50 -05:00
  • 504c19aef5 Merge pull request #326 from andydataguy/fix/windows-orphaned-server-processes Web Dev Cody 2025-12-30 10:07:10 -05:00
  • ed2da7932c Merge pull request #327 from casiusss/fix/backlog-plan-json-format Web Dev Cody 2025-12-30 10:05:56 -05:00
  • 078ab943a8 fix(server): Add explicit JSON response instructions for Cursor prompts Kacper 2025-12-30 15:44:50 +01:00