Commit graph

  • bd6bf5ed2b
    Merge ca799c821a into 3b9fb6f5fe Bashar Hasan 2026-04-08 01:30:01 +00:00
  • 16dad6acaa
    Merge 327b698d0b into 3b9fb6f5fe Ammar 2026-04-07 22:38:59 +02:00
  • 3b9fb6f5fe Fix parameter assignment in create_func for clarity main v7.4.7 hlohaus 2026-04-07 17:12:20 +02:00
  • 38bdcca86a Fix provider name assignment in Backend_Api for clarity v7.4.6 hlohaus 2026-04-07 17:05:56 +02:00
  • dfbdf56ec4 Refactor provider initialization in Backend_Api to enhance clarity v7.4.5 hlohaus 2026-04-07 17:02:09 +02:00
  • 86eab3b91c Refactor media rendering to yield messages only if content parts exist hlohaus 2026-04-07 16:28:14 +02:00
  • 97f99539b1 Update Claude provider to use new base URL and enhance cookie handling v7.4.4 hlohaus 2026-04-07 16:08:23 +02:00
  • 6aeb41f803 Remove redundant try block in main function for client mode execution hlohaus 2026-04-07 12:42:19 +02:00
  • a6a26faf47
    Merge pull request #3419 from xtekky/copilot/update-finish-reason-tool-call H Lohaus 2026-04-06 14:22:26 +02:00
  • 327b698d0b Add thinking_mode and feature_config handling Ammar 2026-04-06 13:10:51 +02:00
  • 90fb39a47a
    Fix finish_reason to return tool_calls when tool calls are present copilot/update-finish-reason-tool-call copilot-swe-agent[bot] 2026-04-06 08:43:11 +00:00
  • e03f0b7e8f
    Initial plan copilot-swe-agent[bot] 2026-04-06 08:40:34 +00:00
  • 9f9d18cc4d Add debug mode to CLI and improve argument parsing error handling hlohaus 2026-04-06 06:10:08 +02:00
  • 889e09770b Enhance security in pa_provider by implementing import restrictions for sensitive submodules; remove unused AuthManager import in base_provider hlohaus 2026-04-06 05:02:23 +02:00
  • cd8c096f68 Fix chunk handling in Backend_Api to ensure content is properly yielded as a string hlohaus 2026-04-06 03:06:46 +02:00
  • 1325c4d9f9
    Merge pull request #3418 from xtekky/copilot/add-pa-py-file-parser-executor v7.4.3 H Lohaus 2026-04-06 00:39:51 +02:00
  • 05a9ac45f4 Refactor PA backend conversation endpoint for improved streaming and error handling; adjust session key generation to use 1024 bits for user input compatibility copilot/add-pa-py-file-parser-executor hlohaus 2026-04-06 00:36:32 +02:00
  • 640c45ba0b
    Merge pull request #3415 from xtekky/copilot/add-pa-py-file-parser-executor v7.4.2 v7.4.1 v7.4.0 H Lohaus 2026-04-05 23:37:44 +02:00
  • b09317fe47 Add PA file handling and secure serving in MCPServer; update FileWriteTool to include file URL hlohaus 2026-04-05 23:36:52 +02:00
  • 758df77264 Refactor MCPServer response structure and update FileListTool workspace handling for safe mode hlohaus 2026-04-05 21:30:47 +02:00
  • e4fcd38d3c Add default active state to OperaAria and enhance quota tracking in Ollama hlohaus 2026-04-05 19:52:04 +02:00
  • 80477446ff
    Merge pull request #3417 from xtekky/copilot/fix-thumbnail-creation-error H Lohaus 2026-04-05 19:47:26 +02:00
  • 82114693b4 Remove unused login URL from Azure class hlohaus 2026-04-05 18:42:47 +02:00
  • d496433e8d Add quota URL to GeminiPro class for API usage tracking hlohaus 2026-04-05 18:30:55 +02:00
  • 270da33792 Add Azure quota URL, enhance API model retrieval, and improve error handling for invalid API keys hlohaus 2026-04-05 13:56:21 +02:00
  • 349bba9c90
    Update README.md H Lohaus 2026-04-05 12:45:16 +02:00
  • 8211978a7f
    Update README.md H Lohaus 2026-04-05 12:38:34 +02:00
  • c406ed38a1
    fix: convert RGBA images to RGB before saving as JPEG thumbnail copilot/fix-thumbnail-creation-error copilot-swe-agent[bot] 2026-04-04 23:36:30 +00:00
  • 2f00d7ce12
    Initial plan copilot-swe-agent[bot] 2026-04-04 23:35:35 +00:00
  • 35b8e96378
    Update config.py H Lohaus 2026-04-05 01:07:34 +02:00
  • 644225096b
    Update config.py H Lohaus 2026-04-05 01:04:07 +02:00
  • 5e0814b588
    Update PollinationsAI.py H Lohaus 2026-04-04 21:54:59 +02:00
  • 215fbc90a5
    Update README.md H Lohaus 2026-04-04 21:41:09 +02:00
  • f79edb397d
    Use request.url.netloc (ASGI scope) instead of Host header for CSP origin copilot-swe-agent[bot] 2026-04-04 19:39:58 +00:00
  • dafc1d9341
    Serve /pa/files HTML with CSP sandbox+request origin for true localStorage isolation copilot-swe-agent[bot] 2026-04-04 19:38:12 +00:00
  • 5266787038
    Restrict fullscreen=() in Permissions-Policy to match restrictive approach for all APIs copilot-swe-agent[bot] 2026-04-04 19:31:37 +00:00
  • 63e6ddfd7e
    Tighten CSP (connect-src/object-src none), add Permissions-Policy, document localStorage same-origin behavior copilot-swe-agent[bot] 2026-04-04 19:30:03 +00:00
  • 4e55c65474
    Address review: rename _get_safe_types, clarify .py/.env whitelist exclusion tests copilot-swe-agent[bot] 2026-04-04 19:16:38 +00:00
  • 6ff49cb2c1
    Add /pa/files/* workspace file serving route (HTML/CSS/JS/images), fix orphaned responses dict syntax bug copilot-swe-agent[bot] 2026-04-04 19:14:53 +00:00
  • 28fb1c0b22
    Address review: document PaProviderRegistry TTL, extract auth path check into helper copilot-swe-agent[bot] 2026-04-04 19:05:42 +00:00
  • dd9230ef4e
    Add PaProviderRegistry, /pa/* API routes (providers list, chat/completions, backend-api/v2/conversation) copilot-swe-agent[bot] 2026-04-04 19:03:48 +00:00
  • d2f2af886c
    Address review: add input validation for timeout/max_depth, clarify test comment copilot-swe-agent[bot] 2026-04-04 17:46:18 +00:00
  • 5616349135
    Harden sandbox security: execution timeout, max recursion depth, output size cap copilot-swe-agent[bot] 2026-04-04 17:43:33 +00:00
  • 00b2b70a94
    Add --safe mode to MCP server: lock module allowlist and block workspace root listing copilot-swe-agent[bot] 2026-04-04 17:24:20 +00:00
  • 0501738d76
    Address code review: improve type hints, security docs, FileListTool skipped count, dynamic _TOOL_COUNT copilot-swe-agent[bot] 2026-04-04 16:22:19 +00:00
  • a5b4675d66
    Add .pa.py safe executor, workspace file tools, and MCP server integration copilot-swe-agent[bot] 2026-04-04 16:19:37 +00:00
  • 9d4cbff3ee
    Initial plan copilot-swe-agent[bot] 2026-04-04 16:12:26 +00:00
  • fccf7ce5f8 Update quota URL in PollinationsAI and OpenaiTemplate classes hlohaus 2026-04-04 16:14:02 +02:00
  • 02f0adf736
    Delete package-lock.json v7.3.9 H Lohaus 2026-04-04 14:59:02 +02:00
  • e70097b642
    Delete index.js H Lohaus 2026-04-04 14:58:55 +02:00
  • 5123b4d57e
    Delete constants.js H Lohaus 2026-04-04 14:58:39 +02:00
  • 60b591b338
    Delete README.md H Lohaus 2026-04-04 14:58:32 +02:00
  • 534efb8d64
    Delete package.json H Lohaus 2026-04-04 14:58:26 +02:00
  • df3b2e1f69
    Delete utils.js H Lohaus 2026-04-04 14:58:19 +02:00
  • 91324261b0
    Delete webpack.config.js H Lohaus 2026-04-04 14:58:12 +02:00
  • eb7c88bbf6
    Delete worker.js H Lohaus 2026-04-04 14:58:03 +02:00
  • ec20d1fbd0
    Delete setup.sh H Lohaus 2026-04-04 14:57:43 +02:00
  • faf13f284a
    Update setup-openclaw.sh H Lohaus 2026-04-04 14:41:15 +02:00
  • 1d8186a9c3 fix: Update active_by_default to False for Claude and Cohere providers; refactor Gemini login methods and enhance OpenRouterFree class hlohaus 2026-04-04 13:41:06 +02:00
  • d35d0ee0ff feat: Add aspect_ratio parameter example to PARAMETER_EXAMPLES hlohaus 2026-04-04 13:03:17 +02:00
  • 37f229e873
    Merge pull request #3414 from xtekky/copilot/fix-nodriver-error-no-valid-har-file H Lohaus 2026-04-04 12:58:44 +02:00
  • f630f32576
    feat(scripts): add WindowsApps shim paths to start-browser.sh copilot-swe-agent[bot] 2026-04-04 10:44:24 +00:00
  • 6ca8b6eb4a feat: Enhance Qwen provider with reasoning effort parameter and update RequestConfig model hlohaus 2026-04-04 12:40:30 +02:00
  • 31b9d03e93
    Fix: Replace nodriver with zendriver in setup.py dependencies copilot-swe-agent[bot] 2026-04-04 09:09:08 +00:00
  • 8ecf527147
    Initial plan copilot-swe-agent[bot] 2026-04-04 09:04:45 +00:00
  • e874c059ba fix: Update PUBLIC_URL and improve error logging in video and image handling hlohaus 2026-04-04 06:07:47 +02:00
  • 079a5fd2ef
    Improve LMArena auth, image handling & cookies (#3413) v7.3.8 Ammar 2026-04-04 02:21:46 +02:00
  • e5bdc90124 fix: Correct Brave browser binary path in Windows script hlohaus 2026-04-04 02:17:48 +02:00
  • 3802134245 fix: Add additional paths for Brave and Chrome browser binaries in Windows hlohaus 2026-04-04 01:48:20 +02:00
  • 7af6a73a7d
    Merge pull request #3402 from dagecko/runner-guard/fix-ci-security H Lohaus 2026-04-04 01:38:05 +02:00
  • a1cdfe3f97 fix: Remove LMArena from best provider list for flux-kontext model hlohaus 2026-04-04 01:36:43 +02:00
  • f41007ccc7 fix: Improve tool response handling and thought signature restoration in Antigravity and GeminiCLI providers hlohaus 2026-04-04 01:29:16 +02:00
  • 03e77260eb fix: Update thought signature handling for Gemini models in AntigravityProvider hlohaus 2026-04-04 01:13:47 +02:00
  • 0217ca247b fix: Update thought signature handling and improve tool call processing in Antigravity and GeminiCLI providers hlohaus 2026-04-04 01:12:47 +02:00
  • 4210522082 datetime.timezone.utc) Ammar 2026-04-03 23:57:04 +02:00
  • b974001d40 Merge branch 'fix-arena' of https://github.com/3mora2/gpt4free into fix-arena Ammar 2026-04-03 23:55:56 +02:00
  • 8511effe4a Update LMArena.py Ammar 2026-04-03 23:52:59 +02:00
  • 935fc142f5
    Merge branch 'main' into fix-arena Ammar 2026-04-03 23:51:28 +02:00
  • 74da73cbcb Improve LMArena auth, image handling & cookies Ammar 2026-04-03 23:46:29 +02:00
  • d98d8b5f92 fix: Remove video models from LMArena provider and update model handling in base provider hlohaus 2026-04-03 22:45:17 +02:00
  • 541a51fe43 Refactor code structure for improved readability and maintainability hlohaus 2026-04-03 22:30:16 +02:00
  • 68133b2241 feat: Enhance LMArena and PollinationsAI to support video models and improve model caching hlohaus 2026-04-03 20:35:24 +02:00
  • 1107316b5a fix: Update API key retrieval method and enhance error handling in backend API v7.3.7 hlohaus 2026-04-03 19:10:06 +02:00
  • ff66c45f3b fix: Update cookie path in start-browser script for consistency across environments hlohaus 2026-04-03 18:49:31 +02:00
  • a600e8e16d feat: Refactor start-browser script to support multiple browsers and improve path handling hlohaus 2026-04-03 17:24:32 +02:00
  • ed4ef15738 feat: Add OpenClaw configuration patching script and update setup script for model application hlohaus 2026-04-03 15:40:21 +02:00
  • 49d0cfe2c0 feat: Add get_quota method and refactor login methods in multiple providers v7.3.6 hlohaus 2026-04-03 13:43:08 +02:00
  • 48ae35fd5d feat: Implement get_quota method across multiple providers and update related API handling hlohaus 2026-04-02 15:33:33 +02:00
  • 411f6f4814
    Merge pull request #3410 from yetval/fix/opera-aria-streaming H Lohaus 2026-04-02 14:46:44 +02:00
  • c2cb04eee5 fix(read_text): improve regex to capture text block endings hlohaus 2026-04-01 22:59:01 +02:00
  • 618a6300bf
    Merge pull request #3408 from Lachine1/fix/video-format-upload-error H Lohaus 2026-04-01 22:49:41 +02:00
  • 4871bd5c0e fix(OperaAria): real streaming, text+image coexistence, visible upload errors yetval 2026-04-01 16:35:42 -04:00
  • 71ed6243f9 feat: Implement JSON Schema sanitization for Gemini API compatibility and enhance OpenClaw setup script hlohaus 2026-04-01 22:29:22 +02:00
  • 91ccb19661 feat: Add OpenClaw setup script for multi-platform configuration and onboarding v7.3.5 hlohaus 2026-03-31 17:29:47 +02:00
  • d22c919c35 fix(image): support additional video formats in upload lachine 2026-03-31 16:55:01 +02:00
  • e6b5e4adfc feat: Support hyphenated keys in evaluate_condition and update user quota structure hlohaus 2026-03-31 15:26:28 +02:00
  • 2827fe650c fix: Update default model to "auto" and adjust system hints in OpenaiChat hlohaus 2026-03-31 13:02:02 +02:00
  • b2787fd6aa fix: pin 8 unpinned action(s),extract 2 unsafe expression(s) to env vars dagecko 2026-03-26 18:39:50 -04:00
  • a9817b02db
    Merge 53fb8b8f82 into 7bee687024 dagecko 2026-03-26 16:12:26 -04:00
  • 53fb8b8f82 fix: pin 8 unpinned action(s),extract 2 unsafe expression(s) to env vars Chris Nyhuis 2026-03-26 16:12:22 -04:00