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: coleam00/Archon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.3
Choose a base ref
...
head repository: coleam00/Archon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.4
Choose a head ref
  • 16 commits
  • 26 files changed
  • 5 contributors

Commits on Apr 10, 2026

  1. Configuration menu
    Copy the full SHA
    b36868d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    058c60e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4781815 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dab1f7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c76a422 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    029fb60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65bc428 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c19312 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    027ed32 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eff8b0d View commit details
    Browse the repository at this point in the history
  11. feat(docs): add logo, dark theme, feature cards to docs site (#1022)

    * feat(docs): add logo, dark theme, feature cards to docs site (#1018)
    
    The docs site lacked brand identity — no logo, default light theme,
    and plain bullet lists for features. Add the existing shield logo to
    the header and hero, default to dark theme via localStorage script,
    replace the "What is Archon?" bullets with Starlight CardGrid
    components, and extend custom CSS with dark theme colors, tighter
    hero spacing, and sidebar active-link gradient.
    
    Changes:
    - astro.config.mjs: add logo config + dark theme head script
    - index.md → index.mdx: add hero image, import CardGrid/Card components
    - custom.css: dark theme vars, hero padding, sidebar highlight
    
    Fixes #1018
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    * fix(docs): address review findings for PR #1022
    
    - Add missing "Portable" feature card to CardGrid (restores multi-platform
      support callout dropped in original conversion from bullet list)
    - Fix icon="random" on "Isolated" card — use "laptop" instead (shuffle icon
      does not communicate worktree isolation)
    - Reassign icons: Portable gets "puzzle", Composable gets "setting"
    - Add comment explaining !important in .hero is needed to override Starlight
      inline styles
    - Add comment noting .sidebar-content is an internal Starlight class (not
      public API) that should be re-tested after Starlight upgrades
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    coleam00 and claude authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    0d5ec66 View commit details
    Browse the repository at this point in the history
  12. fix: remove CWD env stripping, load ~/.archon/.env with override for …

    …binary support
    
    The CWD .env stripping was redundant — SUBPROCESS_ENV_ALLOWLIST already
    blocks target repo credentials from reaching AI subprocesses, and the
    env-leak gate scans target repos before spawning.
    
    The stripping also broke compiled binaries: it nuked all env vars, then
    tried to reload from a baked CI path that doesn't exist on user machines.
    
    Changes:
    - Remove CWD .env stripping from both server and CLI
    - Server loads ~/.archon/.env with override: true (all keys, not just DATABASE_URL)
    - Skip import.meta.dir .env loading in binary mode (path is frozen at build time)
    - Add CLAUDE_USE_GLOBAL_AUTH defaulting to server (same as CLI)
    - Fix envFile reference in no_ai_credentials error to show useful path
    Wirasm committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    4c01820 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bbdcc65 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1045 from coleam00/fix/binary-env-loading

    fix: remove CWD env stripping, load ~/.archon/.env with override for binary support
    Wirasm authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    3519710 View commit details
    Browse the repository at this point in the history
  15. Release 0.3.4

    Wirasm committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    e2a6654 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1046 from coleam00/dev

    Release 0.3.4
    Wirasm authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    46cf2b1 View commit details
    Browse the repository at this point in the history
Loading