Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
31757a7
fix(git): optimize performance for repositories with many untracked f…
G-CWing Feb 18, 2026
bdde968
feat(panels): add capabilities view, workflow editor, and chat panel …
G-CWing Feb 19, 2026
6cfff4e
feat(ui): redesign bottom bar with expandable wing layout and extract…
G-CWing Feb 19, 2026
725ac61
refactor(layout): redesign app layout with scene-based navigation arc…
G-CWing Feb 22, 2026
d143ac3
chore(desktop): format tauri api modules
wgqqqqq Feb 26, 2026
7fa3def
feat(core): migrate managed runtime and builtin skills registry
wgqqqqq Feb 26, 2026
9b8e1a6
feat(skills): add skill marketplace and runtime capability APIs
wgqqqqq Feb 26, 2026
5bb987a
feat(mcp): integrate runtime resolution and command diagnostics
wgqqqqq Feb 26, 2026
3654587
feat(core): embed builtin skill-creator
wgqqqqq Feb 26, 2026
737719e
feat: add MCP APPS support
wsp1911 Feb 26, 2026
9d3164d
feat(cowork): align prompt and support computer file links
wgqqqqq Feb 26, 2026
f2ec6b6
merge: resolve conflict with feature/layout-redesign in AIModelConfig…
wsp1911 Feb 26, 2026
4333f94
fix(cowork): enable webfetch and restore https fetch
wgqqqqq Feb 26, 2026
4114a2a
feat(mcp): restore remote streamable-http implementation from develop
wgqqqqq Feb 26, 2026
c5da8d6
feat(ui): redesign workspace navigation and skills config panel
wgqqqqq Feb 26, 2026
7804547
Merge pull request #40 from wsp1911/wsp/merge
GCWing Feb 26, 2026
1a6cbd7
flow-chat: show Cowork examples in WelcomePanel
wgqqqqq Feb 26, 2026
3314f81
feat(cowork): migrate cowork mode across backend and frontend
wgqqqqq Feb 26, 2026
2cabe8e
refactor(chat-input): tighten mode switching and remove cowork worksp…
wgqqqqq Feb 26, 2026
cdd5977
Merge pull request #44 from wgqqqqq/feature/layout-redesign
GCWing Feb 27, 2026
f2e0226
fix: fix transport_remote
G-CWing Feb 28, 2026
dcd69b4
Merge pull request #45 from GCWing/cwing/dev
GCWing Feb 28, 2026
6e5f062
feat(ui): add Skills scene and spiral loader; redesign team pages
G-CWing Feb 28, 2026
c783dc6
feat(ui): add remote connect dialog with connection type tabs
G-CWing Feb 28, 2026
aa0e3f2
Merge pull request #47 from GCWing/cwing/dev
GCWing Feb 28, 2026
a53b10c
fix: Add compatibility with Alibaba Cloud Coding Plan
wsp1911 Feb 28, 2026
b5f6726
Merge pull request #48 from wsp1911/wsp/dev
GCWing Feb 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion BitFun-Installer/src-tauri/src/installer/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ pub fn set_theme_preference(theme_preference: String) -> Result<(), String> {
"bitfun-china-style",
"bitfun-china-night",
"bitfun-cyber",
"bitfun-starry-night",
"bitfun-slate",
];
if !allowed.contains(&theme_preference.as_str()) {
Expand Down
15 changes: 0 additions & 15 deletions BitFun-Installer/src/pages/ThemeSetup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,20 +137,6 @@ const THEMES: InstallerTheme[] = [
element: { subtle: 'rgba(0, 230, 255, 0.06)', soft: 'rgba(0, 230, 255, 0.09)', base: 'rgba(0, 230, 255, 0.13)', medium: 'rgba(0, 230, 255, 0.17)', strong: 'rgba(0, 230, 255, 0.22)', elevated: 'rgba(0, 230, 255, 0.27)' },
},
},
{
id: 'bitfun-starry-night',
name: 'Starry Night',
type: 'dark',
colors: {
background: { primary: '#0a0e17', secondary: '#0d1117', tertiary: '#12171f', quaternary: '#161c27', elevated: '#080b12', workbench: '#0a0e17', flowchat: '#0a0e17', tooltip: 'rgba(10, 14, 23, 0.95)' },
text: { primary: '#e6edf3', secondary: '#c9d1d9', muted: '#8b949e', disabled: '#484f58' },
accent: { '50': 'rgba(107, 141, 214, 0.05)', '100': 'rgba(107, 141, 214, 0.1)', '200': 'rgba(107, 141, 214, 0.18)', '300': 'rgba(107, 141, 214, 0.3)', '400': 'rgba(107, 141, 214, 0.45)', '500': '#6B8DD6', '600': '#5B7CC6', '700': 'rgba(91, 124, 198, 0.85)', '800': 'rgba(91, 124, 198, 0.95)' },
purple: { '50': 'rgba(177, 156, 217, 0.05)', '100': 'rgba(177, 156, 217, 0.1)', '200': 'rgba(177, 156, 217, 0.18)', '300': 'rgba(177, 156, 217, 0.3)', '400': 'rgba(177, 156, 217, 0.45)', '500': '#B19CD9', '600': '#9B86C3', '700': 'rgba(155, 134, 195, 0.85)', '800': 'rgba(155, 134, 195, 0.95)' },
semantic: { success: '#7EE787', warning: '#FFD580', error: '#FF7B7B', info: '#6B8DD6', highlight: '#f5c563', highlightBg: 'rgba(245, 197, 99, 0.15)' },
border: { subtle: 'rgba(107, 141, 214, 0.14)', base: 'rgba(107, 141, 214, 0.20)', medium: 'rgba(107, 141, 214, 0.28)', strong: 'rgba(107, 141, 214, 0.36)', prominent: 'rgba(107, 141, 214, 0.48)' },
element: { subtle: 'rgba(107, 141, 214, 0.06)', soft: 'rgba(107, 141, 214, 0.09)', base: 'rgba(107, 141, 214, 0.13)', medium: 'rgba(107, 141, 214, 0.17)', strong: 'rgba(107, 141, 214, 0.22)', elevated: 'rgba(107, 141, 214, 0.27)' },
},
},
{
id: 'bitfun-slate',
name: 'Slate',
Expand All @@ -175,7 +161,6 @@ const THEME_DISPLAY_ORDER: ThemeId[] = [
'bitfun-china-style',
'bitfun-china-night',
'bitfun-cyber',
'bitfun-starry-night',
];

interface ThemeSetupProps {
Expand Down
1 change: 0 additions & 1 deletion BitFun-Installer/src/types/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export type ThemeId =
| 'bitfun-china-style'
| 'bitfun-china-night'
| 'bitfun-cyber'
| 'bitfun-starry-night'
| 'bitfun-slate';

export interface ModelConfig {
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ lazy_static = "1.4"
dashmap = "5.5"
indexmap = "2.6"
num_cpus = "1.16"
include_dir = "0.7.4"

# HTTP client
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json", "stream", "multipart"] }
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "json", "stream", "multipart"] }

# Debug Log HTTP Server
axum = { version = "0.7", features = ["json", "ws"] }
Expand Down
100 changes: 50 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/apps/desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ similar = { workspace = true }
dashmap = { workspace = true }
ignore = { workspace = true }
urlencoding = { workspace = true }
reqwest = { workspace = true }

[target.'cfg(windows)'.dependencies]
win32job = { workspace = true }
Loading