Commit Graph

2 Commits

  • Add custom agent creator, Zread MCP, fix model change context continuity
    Features added:
    - Custom Agent Creator dialog with AI generation support (up to 30k chars)
    - Plus button next to agent selector to create new agents
    - Zread MCP Server from Z.AI in marketplace (remote HTTP config)
    - Extended MCP config types to support remote/http/sse servers
    
    Bug fixes:
    - Filter SDK Z.AI/GLM providers to ensure our custom routing with full message history
    - This fixes the issue where changing models mid-chat lost conversationcontext
  • fix: restore complete source code and fix launchers
    - Copy complete source code packages from original CodeNomad project
    - Add root package.json with npm workspace configuration
    - Include electron-app, server, ui, tauri-app, and opencode-config packages
    - Fix Launch-Windows.bat and Launch-Dev-Windows.bat to work with correct npm scripts
    - Fix Launch-Unix.sh to work with correct npm scripts
    - Launchers now correctly call npm run dev:electron which launches Electron app