Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GCWing/BitFun
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: GCWing/BitFun
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.0-explore
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 110 files changed
  • 3 contributors

Commits on Aug 14, 2026

  1. feat(assistant-avatar): built-in BitFun avatar presets for assistant …

    …identity
    
    - Add the AssistantAvatar component with signal/orbit/mosaic/companion preset families and a stable per-assistant color derivation
    - Add an optional avatar field to workspace identity frontmatter, desktop DTO, and web-ui workspace identity types
    - Extend the assistant config page avatar picker with official presets and emoji sections
    - Render preset avatars in nursery assistant cards and keep legacy emoji-only identities working
    - Update profile scene locales for all three languages
    GCWing committed Aug 14, 2026
    Configuration menu
    Copy the full SHA
    68fe8a7 View commit details
    Browse the repository at this point in the history
  2. feat(navpanel): session-view menu with grouping, ordering, show and f…

    …ilters
    
    - Add the workspace session-view menu: grouping (workspace/all), ordering (updated/status/created/name), show (all/unread/attention), and status/worktree/environment/source exclusion filters
    - Persist view preferences in a zustand store and add collapse-all and mark-all-read list actions
    - Add an opt-in archived-session projection backed by a new FlowChatStore archived metadata loader
    - Rebuild the workspace/session sections around a shared assistant presentation contract with identity avatars
    - Rename assistant navigation to Smart Members and add long-term tracking and ecosystem compatibility entries
    - Replace the code/cowork split with a single project-session entry in the workspace menu
    - Update common locales for all three languages
    GCWing committed Aug 14, 2026
    Configuration menu
    Copy the full SHA
    2e59f47 View commit details
    Browse the repository at this point in the history
  3. feat(harness): unified session creation with Agent Harness selection

    - Remove the code/cowork session-mode split: every surface now creates one unified project session and the sessionModeStore is deleted
    - Add the HarnessProfileSelector to the input workspace strip with a centered balanced-harness control, goal summary, and runtime group
    - Rework the workspace strip: workspace breadcrumb with dispatch picker, branch/worktree meta, portal-hosted permission trigger, usage ring with percentage, and reasoning-control host
    - Surface specialist agents (Review/Cowork/Computer Use) in the chat-input boost menu with availability gating
    - Add reasoning-level selector controls and selected-level display in the model selector
    - Add the Agent Harness zone with minimal/balanced/ultimate profile cards to the agents scene
    - Update flow-chat and agents scene locales for all three languages
    GCWing committed Aug 14, 2026
    Configuration menu
    Copy the full SHA
    c2252e2 View commit details
    Browse the repository at this point in the history
  4. feat(extensions): dsh-bitfun DeepSeek Harness plugin bundle

    Add a cordis-patch plugin bundle exposing the BitFun Agent SDK Host as dsh tools, with a smoke test and README.
    GCWing committed Aug 14, 2026
    Configuration menu
    Copy the full SHA
    c393eab View commit details
    Browse the repository at this point in the history
  5. docs(architecture): Agent Harness and multi-agent collaboration desig…

    …n proposal
    
    Target-state proposal for unified Code/Cowork sessions, the three user-visible harness profiles, professional agent roles, workflow/skill/tool separation, runtime boundaries, migration compatibility, and remote-scenario constraints.
    GCWing committed Aug 14, 2026
    Configuration menu
    Copy the full SHA
    5c559b0 View commit details
    Browse the repository at this point in the history
  6. fix(scripts): detect cargo/rustc per image on Windows without cmd.exe

    Run tasklist with /NH for each image separately instead of shelling through cmd.exe with /FI chains, which misdetected compiler activity on some Windows hosts.
    GCWing committed Aug 14, 2026
    Configuration menu
    Copy the full SHA
    9064a82 View commit details
    Browse the repository at this point in the history
  7. fix(web-ui): release startup overlay focus and mark it inert while hi…

    …ding
    
    Blur focused startup window controls before hiding the overlay, set inert during the exit animation so it cannot reclaim focus, and keep the splash screen exposed to assistive technology while it is visible.
    GCWing committed Aug 14, 2026
    Configuration menu
    Copy the full SHA
    6ea3430 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f87e216 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2278 from GCWing/gcwing/dev

    feat(harness): unified sessions, Agent Harness selection, session-view menu, and assistant avatars
    GCWing authored Aug 14, 2026
    Configuration menu
    Copy the full SHA
    a228557 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f3a847 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2286 from GCWing/gcwing/flow-chat-composer-and-usage

    feat(flow-chat): refine composer approvals and usage report
    GCWing authored Aug 14, 2026
    Configuration menu
    Copy the full SHA
    4d38698 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2026

  1. Configuration menu
    Copy the full SHA
    5be829c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2317 from nonoqing/1.0.0-explore

    docs(harness): design minimal profile integration
    nonoqing authored Aug 15, 2026
    Configuration menu
    Copy the full SHA
    07125a3 View commit details
    Browse the repository at this point in the history
Loading