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: Snowy7/sncode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: Snowy7/sncode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 5 commits
  • 12 files changed
  • 1 contributor

Commits on Feb 15, 2026

  1. Redesign settings with sidebar nav, add DevTools shortcut and clear-a…

    …ll-data
    
    - Redesign SettingsModal: sidebar navigation with 6 tabs (General, Providers, Agent, Tasks, Skills, Data)
    
    - Add DevTools keyboard shortcuts: F12, Ctrl+Shift+I, Cmd+Option+I
    
    - Clear all data now wipes keychain credentials + shows full confirmation dialog
    
    - Add clearAllCredentials() to credentials.ts for complete data reset
    
    - Split agent settings into Agent (tokens, tool steps) and Tasks (sub-agent config) tabs
    
    - Add keyboard shortcuts reference card in General tab
    Snowy7 committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    3603c53 View commit details
    Browse the repository at this point in the history
  2. v0.2.0: Theme system, OAuth onboarding, native streaming agent

    - Replace all hardcoded hex colors with CSS custom properties for full dark/light theme support
    - Add OAuth/subscription sign-in to onboarding (Anthropic PKCE, OpenAI device code flow)
    - Rewrite agent.ts with native Anthropic tool_use and OpenAI function calling APIs
    - Real streaming (chunk-by-chunk) for both providers, max_tokens=16384, 25 tool steps
    - Remove portable exe target, NSIS installer only
    - Bump version to 0.2.0
    Snowy7 committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    5dd48bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c8ece5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f263245 View commit details
    Browse the repository at this point in the history
  5. Fix Codex model IDs to real OpenAI names (gpt-5.3-codex, gpt-5.2-code…

    …x, gpt-5.1-codex-mini)
    Snowy7 committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    0db897e View commit details
    Browse the repository at this point in the history
Loading