Commit Graph

  • a9d778e3fb refactor: make cli-auth part of the providers class refactor/backend-rebased-2 Haileyesus 2026-04-08 18:45:39 +03:00
  • 89b0067478 refactor: add ChooseWorkspaceView for when no workspace is selected Haileyesus 2026-04-08 17:40:13 +03:00
  • 3e43431cdb feat: add chat route and remove quicksettings panel unnecessary settings Haileyesus 2026-04-08 17:14:45 +03:00
  • d4366e3ad2 feat: show session name and workspace path in heading Haileyesus 2026-04-08 17:13:15 +03:00
  • e297921d31 refactor: move mainheading and tab switcher to heading folder Haileyesus 2026-04-08 16:53:08 +03:00
  • 150642097a feat: add endpoint to fetch indexed session metadata and implement corresponding service method Haileyesus 2026-04-08 16:51:23 +03:00
  • db39eda18a setup plugin routes Haileyesus 2026-04-08 16:47:31 +03:00
  • 8f668d2c8a fix: show correct active tab Haileyesus 2026-04-08 16:35:29 +03:00
  • 8ed530d7cb fix: make the codeeditor part of the system ui providers Haileyesus 2026-04-08 16:35:08 +03:00
  • 4a4a1e1803 feat: setup shell and files routes Haileyesus 2026-04-08 15:30:28 +03:00
  • 7c8819cf34 refactor: plugin routes Haileyesus 2026-04-08 11:31:20 +03:00
  • bdf24092ff refactor: update onNewSession to accept workspaceId for navigation Haileyesus 2026-04-08 11:28:16 +03:00
  • b62373f9b0 refactor: go to /sessions/<sessionId> route on session click Haileyesus 2026-04-08 11:20:15 +03:00
  • 4765deede0 refactor: add MobileNav component and integrate chat input focus state Haileyesus 2026-04-07 19:55:22 +03:00
  • 582508424b refactor: setup tab switchers with route changers Haileyesus 2026-04-07 19:38:25 +03:00
  • 74336037bf refactor: implement SidebarCollapsed component for improved collapsed view handling Haileyesus 2026-04-07 19:07:27 +03:00
  • d328ad38dd refactor: move root layout to shared/layout Haileyesus 2026-04-07 18:42:54 +03:00
  • 783cba4792 fix: workspace navigation path from /workspace to /workspaces Haileyesus 2026-04-07 18:23:38 +03:00
  • 7200533dda fix: workspace navigation path from /workspace to /workspaces Haileyesus 2026-04-07 17:50:35 +03:00
  • 8e6fc15a1d feat: use workspace ids instead of paths for workspace operations Haileyesus 2026-04-07 17:03:35 +03:00
  • 6589867d78 refactor: move mcp and skills logic to dedicated services Haileyesus 2026-04-07 14:17:36 +03:00
  • b54a2839e3 refactor: implement session synchronizer interfaces and logic for multiple providers Haileyesus 2026-04-07 14:11:27 +03:00
  • 664713776a feat: add comprehensive tests for LLM sessions and skills services Haileyesus 2026-04-07 13:53:59 +03:00
  • 779bc63556 refactor: remove cababilites universally used from ProviderCapabilities type Haileyesus 2026-04-07 13:33:52 +03:00
  • b09ce9dc60 refactor: add mcp and skills to llmService Haileyesus 2026-04-07 13:24:01 +03:00
  • cb3304b60c refactor: add abort signal support to conversation search and update API endpoint Haileyesus 2026-04-07 13:23:00 +03:00
  • 2161752a5b refactor: update server test command to use wildcard for test files Haileyesus 2026-04-07 13:17:20 +03:00
  • 995a8cadb7 refactor: move assets to its own service Haileyesus 2026-04-07 13:01:26 +03:00
  • ed0a895d75 refactor: remove session model and thinking mode management from providers and related services Haileyesus 2026-04-07 11:56:28 +03:00
  • 5a1bcb4931 refactor: simplify provider type casting in session message normalization Haileyesus 2026-04-07 11:52:49 +03:00
  • 5b69af528a refactor: update session status only if not stopped by user after stream completion Haileyesus 2026-04-06 23:17:22 +03:00
  • db9ab26c3c refactor: remove waitForSession functionality from providers and related services Haileyesus 2026-04-06 23:14:19 +03:00
  • 7cd429697b refactor: optimize CodexProvider to use a shared SDK client instance Haileyesus 2026-04-06 22:58:10 +03:00
  • f576b8e6d2 fix: on file update, no directory rescan is needed Haileyesus 2026-04-06 22:18:08 +03:00
  • 28aa5a3902 refactor: move services and tests to their own folders Haileyesus 2026-04-06 20:28:32 +03:00
  • 28a523b7a3 feat: add chat unifier setup Haileyesus 2026-04-06 20:12:07 +03:00
  • bdab5a806f feat: expand server test suite to include additional unifier tests and add multer types Haileyesus 2026-04-06 19:36:46 +03:00
  • 8354cb65fd feat(backend): setup mcp, image upload, and skills Haileyesus 2026-04-06 19:36:28 +03:00
  • 6d00c17137 feat: setup unified classes for LLM providers and session processing, add tests for LLM unifier helper functions Haileyesus 2026-04-06 17:37:58 +03:00
  • 753c58fc1a feat: add jsonlPath to session data and database schema Haileyesus 2026-04-06 11:47:45 +03:00
  • 958a3c10eb feat: remove project dependency from settings and mcp form modal Haileyesus 2026-04-05 09:32:06 +03:00
  • 388134c7a5 chore(release): v1.28.0 v1.28.0 simosmik 2026-04-03 15:41:05 +00:00
  • ef51de259e chore: changing package name to @cloudcli-ai/cloudcli simosmik 2026-04-03 15:31:41 +00:00
  • 1628868470 feat: moving new session button higher simosmik 2026-03-31 20:53:20 +00:00
  • 49de006313 feat: update Gemini session processing to support new file structure and formats Haileyesus 2026-03-30 16:38:15 +03:00
  • 6b4c435cd3 refactor(frontend): move code editor settings to its own modal Haileyesus 2026-03-30 16:25:02 +03:00
  • dfe9c75cfd refactor: setup sidebar workspace and session list Haileyesus 2026-03-30 15:48:20 +03:00
  • 8f1042cf25 feat: adding session resume in the api simosmik 2026-03-29 20:58:56 +00:00
  • 051a6b1e74 chore(release): v1.27.1 v1.27.1 viper151 2026-03-29 01:15:38 +00:00
  • f1063fd339 chore: release tokens simosmik 2026-03-29 01:10:27 +00:00
  • 27cd12432b chore: relicense to AGPL-3.0-or-later simosmik 2026-03-29 00:57:09 +00:00
  • e165d2ca24 feat: setup delete session by id Haileyesus 2026-03-28 11:30:36 +03:00
  • ce0dfad638 refactor: remove sessions names db Haileyesus 2026-03-28 11:06:37 +03:00
  • 6cfe617711 refactor: setup project wizards with only three steps Haileyesus 2026-03-27 22:16:56 +03:00
  • ec70bfe7c7 fix: load env variables correctly Haileyesus 2026-03-27 21:04:40 +03:00
  • fa05683861 feat: use cross-spawn Haileyesus 2026-03-27 20:55:30 +03:00
  • ab72270ada feat(backend): use cross-spawn fir projects.routes.ts Haileyesus 2026-03-27 20:52:17 +03:00
  • 90d234d9f3 refactor(backend): move db repos to typescript and update imports Haileyesus 2026-03-27 20:10:01 +03:00
  • 33cea381c4 refactor(backend): move remaining routes declared in index.js to thier own module Haileyesus 2026-03-27 18:53:30 +03:00
  • f77301e844 refactor(backend): move every route to its own module Haileyesus 2026-03-27 18:26:30 +03:00
  • 8986bc10a5 docs: remove backend architecture docs Haileyesus 2026-03-27 16:57:27 +03:00
  • b57fec9d66 refactor: setup sidebar header Haileyesus 2026-03-27 16:44:56 +03:00
  • 186dbcde63 refactor: make sidebar a global component Haileyesus 2026-03-27 14:53:10 +03:00
  • 004135ef01 chore: add terminal plugin in the plugins list simosmik 2026-03-27 09:59:02 +00:00
  • 9a8178e9ca refactor(backend): move user routes to a module; add packages for cross-spawn types Haileyesus 2026-03-26 14:12:04 +03:00
  • 1abdb95207 chore: remove a console log Haileyesus 2026-03-26 13:51:17 +03:00
  • 45bc53c68f refactor(backend): move auth routes to a module Haileyesus 2026-03-26 13:51:01 +03:00
  • 24abcef110 feat(db): add custom workspace name Haileyesus 2026-03-26 13:19:51 +03:00
  • fdad9acc2e feat: setup @ for importing in the frontend Haileyesus 2026-03-26 13:16:56 +03:00
  • 85364e0234 refactor: added express middlewares Haileyesus 2026-03-25 21:34:09 +03:00
  • 63c4bbd2b8 refactor: migrate express middlewares Haileyesus 2026-03-25 17:33:23 +03:00
  • 57d6ae59de refactor: rename session parser functions; move sessionData to a shared type Haileyesus 2026-03-25 11:09:08 +03:00
  • 3b7a9d35c2 refactor: move session parsing and file watcher logic to specific folders Haileyesus 2026-03-25 10:52:44 +03:00
  • 3e268e201a feat: implement basic file watcher and session updater Haileyesus 2026-03-25 10:46:08 +03:00
  • f187e22976 fix: correct path to .env file in load-env-vars configuration Haileyesus 2026-03-18 10:37:32 +03:00
  • bbb461f7c2 refactor(backend): add refactored runner for new backend architecture Haileyesus 2026-03-18 10:19:37 +03:00
  • 7df21556dd refactor: add cross-platform utility functions Haileyesus 2026-03-17 10:19:50 +03:00
  • 23c39a42b1 fix: update legacy runtime path Haileyesus 2026-03-16 16:16:00 +03:00
  • 695da128f3 refactor: restructure db logic and add import alias using tsc-alias Haileyesus 2026-03-13 17:00:26 +03:00
  • e67738c9fc refactor: bare structure for new backend architecture and runtime; no behavior changes yet Haileyesus 2026-03-12 14:17:12 +03:00
  • b54cdf8168 fix: prevent split on undefined(#491) (#563) xiguatoutou 2026-03-24 01:14:15 +08:00
  • 42a131389a chore: add release-it github action simosmik 2026-03-22 01:39:42 +00:00
  • ebd1c0db92 chore(release): v1.26.3 v1.26.3 simosmik 2026-03-22 01:10:13 +00:00
  • 6d87cc5566 chore(release): v1.26.2 v1.26.2 simosmik 2026-03-21 16:59:38 +00:00
  • 17d6ec54af fix: change SW cache mechanism simosmik 2026-03-21 16:49:56 +00:00
  • a41d2c713e fix: claude auth changes and adding copy on mobile simosmik 2026-03-21 16:40:44 +00:00
  • 08a6653b38 chore(release): v1.26.0 v1.26.0 simosmik 2026-03-20 15:42:41 +00:00
  • a4632dc4ce feat: unified message architecture with provider adapters and session store (#558) Simos Mikelatos 2026-03-19 14:45:06 +01:00
  • 612390db53 feat(refactor): move plugins to typescript (#557) Simos Mikelatos 2026-03-18 14:44:07 +01:00
  • 88c60b70b0 feat: add WebSocket proxy for plugin backends (#553) Simos Mikelatos 2026-03-18 14:43:25 +01:00
  • 4de8b78c6d fix: remove /exit command from claude login flow during onboarding (#552) Haile 2026-03-17 10:46:16 +03:00
  • 7413c2c784 docs(readme): hotfix and improve for README.jp.md (#550) Igor Zarubin 2026-03-16 20:50:29 +08:00
  • d6133ba2ad Improve dev host handling and clarify backend port configuration (#532) Haile 2026-03-16 14:40:01 +03:00
  • 14aef73cc6 docs(README): update translations with CloudCLI branding and feature restructuring (#544) Igor Zarubin 2026-03-16 19:04:49 +08:00
  • 72ff134b31 feat: Browser autofill support for login form (#521) Benjamin 2026-03-16 12:00:14 +01:00
  • 95bcee0ec4 fix: detect Claude auth from settings env (#527) Luc Peng 2026-03-14 01:22:09 +08:00
  • 45e71a0e73 feat: introduce notification system and claude notifications (#450) Simos Mikelatos 2026-03-13 16:59:09 +01:00
  • 6f6dacad5e Update issue templates Simos Mikelatos 2026-03-13 16:17:42 +01:00
  • adb3a06d7e feat: git panel redesign (#535) Simos Mikelatos 2026-03-13 15:38:53 +01:00
  • 1d31c3ec83 docs: add German language link to all README files (#534) Benjamin 2026-03-12 17:04:01 +01:00