Commit Graph

  • b80562a669 fix(terminal): use absolute positioning for content panels Augustin 2026-04-24 21:13:20 +02:00
  • c562972da3 feat(terminal): add Ctrl+Shift+C/V copy/paste shortcuts Augustin 2026-04-24 21:10:24 +02:00
  • 3651f62127 fix(shell): prevent Enter in AI chat from leaking to terminal Augustin 2026-04-24 21:07:36 +02:00
  • 18e83479d6 fix(terminal): improve terminal dimensions and fit timing Augustin 2026-04-24 20:35:49 +02:00
  • 6596d86db6 fix(terminal): detect shell tab visibility via MutationObserver Augustin 2026-04-24 20:28:02 +02:00
  • 9fb5aa8dbf fix(terminal): init all tabs on load, fix excessive zoom Augustin 2026-04-24 20:13:21 +02:00
  • ab3641d00d fix(terminal): improve tab visibility checks and positioning Augustin 2026-04-24 17:59:48 +02:00
  • 5dac191d9a fix(ui): adjust global CSS styles Augustin 2026-04-24 17:38:21 +02:00
  • e6da61f460 fix(terminal): use display:none instead of visibility for tab hiding Augustin 2026-04-24 17:23:54 +02:00
  • a994749dcf feat(ui): refactor copy state to Set and add helper functions Augustin 2026-04-24 17:04:38 +02:00
  • b394ef9979 feat(ui): add recentUnique to deduplicate recent commands in Dashboard Augustin 2026-04-24 17:01:08 +02:00
  • fca53440e6 feat(ui): redesign recent commands display and fix terminal visibility Augustin 2026-04-24 16:53:59 +02:00
  • 0a3123ec17 fix(shell): initialize activeTabRef with activeTab and move useEffect Augustin 2026-04-24 16:44:02 +02:00
  • e6447f2f5a fix(config): remove unused import, reorder hooks, and improve variable naming Augustin 2026-04-24 16:33:09 +02:00
  • 16c5ed6dd9 fix(studio): add tool results serialization and improve message handling Augustin 2026-04-24 16:22:54 +02:00
  • e8924be182 fix(shell): improve tab reference stability and command queueing Augustin 2026-04-24 16:10:54 +02:00
  • a905f22f1a fix(shell): add debug logging for tab tracking and WebSocket state Augustin 2026-04-24 15:53:13 +02:00
  • 183dd27407 fix(terminal): refactor WebSocket cleanup, buffer management, and disposal Augustin 2026-04-24 15:41:01 +02:00
  • 203f57fa31 fix(terminal): refactor WS cleanup, improve clear detection, fix sendToTerminal Augustin 2026-04-24 15:20:48 +02:00
  • a1046da67b fix: restore buffer after WebSocket init, fix clear detection, fix streaming chunks Augustin 2026-04-24 14:15:14 +02:00
  • 02ee41c12b refactor: remove locale panel, improve provider validation and terminal buffer persistence Augustin 2026-04-24 13:49:12 +02:00
  • 06810be9a3 bump: v0.3.5 Augustin 2026-04-24 13:16:08 +02:00
  • 8db3bd7c6b fix: display all quota models, center card content vertically Augustin 2026-04-24 13:15:51 +02:00
  • 20237c022f fix: AI terminal init, Shift+Tab nav, code block rendering, command filtering Augustin 2026-04-23 23:24:43 +02:00
  • 9a218b1904 fix(shell): set default terminal fontSize to 6px v0.3.5-beta.38 Augustin 2026-04-24 22:41:47 +02:00
  • 399b845e14 fix(shell): default fontSize 10px and init new tabs immediately v0.3.5-beta.37 Augustin 2026-04-24 22:33:49 +02:00
  • 436d5c6149 feat(shell): add Ctrl+/- zoom and display all shortcuts in footer v0.3.5-beta.36 Augustin 2026-04-24 22:28:15 +02:00
  • 5a9edc076e fix(deps): upgrade @xterm/xterm to 6.1.0-beta.203 for addon compatibility v0.3.5-beta.35 Augustin 2026-04-24 22:19:12 +02:00
  • 5bdc7a6429 fix(shell): enable allowProposedApi for Unicode11 addon v0.3.5-beta.34 Augustin 2026-04-24 22:16:23 +02:00
  • 5a0480bae0 fix(ci): add .npmrc with legacy-peer-deps for xterm addon resolution v0.3.5-beta.33 Augustin 2026-04-24 22:12:05 +02:00
  • 80de4dd523 feat(shell): integrate Hyper-like terminal technologies (WebGL, search, unicode11, image) Augustin 2026-04-24 22:10:15 +02:00
  • de52f4ebd6 fix(shell): restore all missing imports, constants, and utility functions v0.3.5-beta.32 Augustin 2026-04-24 22:02:36 +02:00
  • 98ff0dd578 fix(shell): add missing Monitor import from lucide-react v0.3.5-beta.31 Augustin 2026-04-24 21:56:32 +02:00
  • 9a1ff6e8dc fix(shell): restore missing MAX_TABS, TABS_STORAGE_KEY, TERMINAL_BUFFER_KEY constants v0.3.5-beta.30 Augustin 2026-04-24 21:53:38 +02:00
  • 034b9ee0e4 fix(shell): add missing useI18n import v0.3.5-beta.29 Augustin 2026-04-24 21:51:54 +02:00
  • c1b1fc653f fix(shell): remove stray 'impo' typo causing ReferenceError v0.3.5-beta.28 Augustin 2026-04-24 21:50:12 +02:00
  • 50ca75180c fix(terminal): improve dimensions handling and add system theme for xterm v0.3.5-beta.27 Augustin 2026-04-24 21:43:10 +02:00
  • b8aa935bec fix(shell): resolve savedTabs undefined ReferenceError in activeTab init v0.3.5-beta.26 Augustin 2026-04-24 21:36:25 +02:00
  • 5627ddd2ce fix(terminal): improve dimension calculation and tab init reliability v0.3.5-beta.25 Augustin 2026-04-24 21:30:07 +02:00
  • d27872572a fix(dashboard): show MiMo quota instead of ZAI on dashboard v0.3.5-beta.24 Augustin 2026-04-24 21:28:22 +02:00
  • 7d0f807fb0 feat(ai): add Xiaomi MiMo provider, ZAI as last-resort fallback v0.3.5-beta.23 Augustin 2026-04-24 21:22:34 +02:00
  • cbf623b98b fix(terminal): use absolute positioning for content panels v0.3.5-beta.22 Augustin 2026-04-24 21:13:20 +02:00
  • b85ebb8e54 feat(terminal): add Ctrl+Shift+C/V copy/paste shortcuts v0.3.5-beta.21 Augustin 2026-04-24 21:10:24 +02:00
  • 7cc206dc20 fix(shell): prevent Enter in AI chat from leaking to terminal v0.3.5-beta.20 Augustin 2026-04-24 21:07:36 +02:00
  • bf8c0fd380 fix(terminal): improve terminal dimensions and fit timing v0.3.5-beta.19 Augustin 2026-04-24 20:35:49 +02:00
  • 08dc1fd53b fix(terminal): detect shell tab visibility via MutationObserver v0.3.5-beta.18 Augustin 2026-04-24 20:28:02 +02:00
  • 13e937a11b fix(terminal): init all tabs on load, fix excessive zoom v0.3.5-beta.17 Augustin 2026-04-24 20:13:21 +02:00
  • 3cf701b002 fix(terminal): improve tab visibility checks and positioning v0.3.5-beta.16 Augustin 2026-04-24 17:59:48 +02:00
  • 3a09e0e0c2 fix(ui): adjust global CSS styles v0.3.5-beta.15 Augustin 2026-04-24 17:38:21 +02:00
  • 47fa2e01bb fix(terminal): use display:none instead of visibility for tab hiding v0.3.5-beta.14 Augustin 2026-04-24 17:23:54 +02:00
  • 401292ec5b feat(ui): refactor copy state to Set and add helper functions v0.3.5-beta.13 Augustin 2026-04-24 17:04:38 +02:00
  • 199a7e409a feat(ui): add recentUnique to deduplicate recent commands in Dashboard v0.3.5-beta.12 Augustin 2026-04-24 17:01:08 +02:00
  • c91931f42f feat(ui): redesign recent commands display and fix terminal visibility v0.3.5-beta.11 Augustin 2026-04-24 16:53:59 +02:00
  • cbbb224725 fix(shell): initialize activeTabRef with activeTab and move useEffect v0.3.5-beta.10 Augustin 2026-04-24 16:44:02 +02:00
  • 8d10d2182e fix(config): remove unused import, reorder hooks, and improve variable naming v0.3.5-beta.9 Augustin 2026-04-24 16:33:09 +02:00
  • e9696ef82b fix(studio): add tool results serialization and improve message handling v0.3.5-beta.8 Augustin 2026-04-24 16:22:54 +02:00
  • 1edd4f053a fix(shell): improve tab reference stability and command queueing v0.3.5-beta.7 Augustin 2026-04-24 16:10:54 +02:00
  • 92f943c3e6 fix(shell): add debug logging for tab tracking and WebSocket state v0.3.5-beta.6 Augustin 2026-04-24 15:53:13 +02:00
  • 1704b196cf fix(terminal): refactor WebSocket cleanup, buffer management, and disposal v0.3.5-beta.5 Augustin 2026-04-24 15:41:01 +02:00
  • 40ec493bae fix(terminal): refactor WS cleanup, improve clear detection, fix sendToTerminal v0.3.5-beta.4 Augustin 2026-04-24 15:20:48 +02:00
  • 233368c954 fix: restore buffer after WebSocket init, fix clear detection, fix streaming chunks v0.3.5-beta.3 Augustin 2026-04-24 14:15:14 +02:00
  • 00118f0803 refactor: remove locale panel, improve provider validation and terminal buffer persistence v0.3.5-beta.2 Augustin 2026-04-24 13:49:12 +02:00
  • 167ab82978 bump: v0.3.5 v0.3.5-beta.1 v0.3.5 Augustin 2026-04-24 13:16:08 +02:00
  • a23c0c5b94 fix: display all quota models, center card content vertically Augustin 2026-04-24 13:15:51 +02:00
  • 24b31b0b47 fix: AI terminal init, Shift+Tab nav, code block rendering, command filtering v0.3.4-beta.3 Augustin 2026-04-23 23:24:43 +02:00
  • c39203cc4b chore: update CHANGELOG for v0.3.4 v0.3.4 CI Bot 2026-04-23 21:14:19 +00:00
  • 869bf154cc Merge branch 'develop' Augustin 2026-04-23 23:13:04 +02:00
  • 7ae4017672 fix(ci): replace jq with python3 in release step, add debug output v0.3.4-beta.2 Augustin 2026-04-23 23:13:03 +02:00
  • 52a785ec9a Merge branch 'develop' Augustin 2026-04-23 23:08:10 +02:00
  • 8c540eba93 feat: AI terminal, Z.AI quota, /model change, formatting fixes, update redirects v0.3.4-beta.1 Augustin 2026-04-23 23:07:54 +02:00
  • 0b6d5281df Merge branch 'develop' Augustin 2026-04-23 22:13:03 +02:00
  • 1074b019d3 feat(studio): Tab focuses textarea, autocomplete commands v0.3.3-beta.17 Augustin 2026-04-23 22:13:02 +02:00
  • 745e03d00a Merge branch 'develop' Augustin 2026-04-23 22:10:55 +02:00
  • 2da0cf9421 fix(studio): convert newlines to <br/> in AI message rendering v0.3.3-beta.16 Augustin 2026-04-23 22:10:54 +02:00
  • f88c7a4f3f Merge branch 'develop' Augustin 2026-04-23 22:08:41 +02:00
  • 9987a586e2 fix(config): replace hardcoded model list with free text input v0.3.3-beta.15 Augustin 2026-04-23 22:08:41 +02:00
  • 028fb364ba Merge branch 'develop' Augustin 2026-04-23 22:06:22 +02:00
  • 2827acfe96 feat(config): providers panel shows only MINIMAX/ZAI with model selector v0.3.3-beta.14 Augustin 2026-04-23 22:06:21 +02:00
  • 85edea9ed9 Merge branch 'develop' Augustin 2026-04-23 22:04:38 +02:00
  • afb6e77c7f feat(dashboard): show top 5 most used commands as clickable chips v0.3.3-beta.13 Augustin 2026-04-23 22:04:37 +02:00
  • 0232bd7afe Merge branch 'develop' Augustin 2026-04-23 21:57:01 +02:00
  • 84be22661b fix: tab containers height, dashboard 2-row grid, studio scroll buttons v0.3.3-beta.12 Augustin 2026-04-23 21:57:00 +02:00
  • 49a0f5c8c3 Merge branch 'develop' Augustin 2026-04-23 21:50:06 +02:00
  • f9c4cf11ff feat(shell): dedicated System Analyst AI, no code execution, analyze system v0.3.3-beta.11 Augustin 2026-04-23 21:50:06 +02:00
  • d3755028fb Merge branch 'develop' Augustin 2026-04-23 21:35:00 +02:00
  • eda7293286 fix: keep all tabs mounted, switch via CSS display instead of unmount v0.3.3-beta.10 Augustin 2026-04-23 21:34:59 +02:00
  • 41cbee8928 Merge branch 'develop' Augustin 2026-04-23 21:30:02 +02:00
  • b55feaed09 refactor(config): locale panel with edit/save flow like profile v0.3.3-beta.9 Augustin 2026-04-23 21:30:02 +02:00
  • 1d521cbf90 Merge branch 'develop' Augustin 2026-04-23 21:29:08 +02:00
  • 54621bd960 feat(config): split profile into Personal Info + Preferences sections, centered v0.3.3-beta.8 Augustin 2026-04-23 21:29:07 +02:00
  • 6bad2948c5 feat(studio): improve context compression UI and provider display v0.3.3-beta.7 Augustin 2026-04-23 21:21:59 +02:00
  • d9d1ec5cb7 Merge branch 'develop' Augustin 2026-04-23 21:20:31 +02:00
  • 92eb783df0 fix(config): locale panel show active language/keyboard, add save button v0.3.3-beta.6 Augustin 2026-04-23 21:20:30 +02:00
  • 45884ee75c Merge branch 'develop' Augustin 2026-04-23 21:14:56 +02:00
  • 8005e978f0 feat(config): dynamic profile panel, generic save, tabs margin fix v0.3.3-beta.5 Augustin 2026-04-23 21:14:47 +02:00
  • 6f7f588e51 merge develop: resolve conflicts, accept develop versions Augustin 2026-04-23 21:03:22 +02:00
  • 6e76e7dca6 fix(dashboard): remove bg graphs, add scrollable lists, show used/total quota v0.3.3-beta.4 Augustin 2026-04-23 21:02:53 +02:00
  • e8f6dc4b4d feat(chat): add auto-summarization with token tracking UI v0.3.3-beta.3 Augustin 2026-04-23 20:42:43 +02:00
  • bb03c9fe2d feat(dashboard): add background graphs to cards and improve layout v0.3.3-beta.2 Augustin 2026-04-23 19:55:10 +02:00
  • ce0337e5fb chore: update CHANGELOG for v0.3.3 v0.3.3 CI Bot 2026-04-23 17:47:55 +00:00