-
Notifications
You must be signed in to change notification settings - Fork 79
Comparing changes
Open a pull request
base repository: AIDotNet/OpenCowork
base: 0.9.85
head repository: AIDotNet/OpenCowork
compare: 0.9.86
- 7 commits
- 12 files changed
- 2 contributors
Commits on May 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f182017 - Browse repository at this point
Copy the full SHA f182017View commit details -
feat(shared): add OpenAI image part support utilities and request_deb…
…ug event - New openai-message-support.ts module with supportsOpenAIImageParts, summarizeOpenAITextAndImages, assertOpenAIImagePartsSupported$'\n'- Add request_debug event type and RequestDebugInfoWire import to InteractiveAgentEvent
Configuration menu - View commit details
-
Copy full SHA for 34d90e7 - Browse repository at this point
Copy the full SHA 34d90e7View commit details -
feat(cron): emit request_debug events, filter images, and cap search …
…results at 20 - Add CRON_SEARCH_MAX_RESULTS=20 constant, apply to Glob/Grep handlers and SSH fallback$'\n'- Add buildRequestDebugInfo helper and emit request_debug before each HTTP/WS request$'\n'- Filter image parts in formatOpenAIChatToolResultContent when unsupported; skip user image parts when unsupported$'\n'- Thread onDebug callback from websocket session manager$'\n'- Update Glob/Grep tool descriptions to reflect the 20-match limit
Configuration menu - View commit details
-
Copy full SHA for 3bf0568 - Browse repository at this point
Copy the full SHA 3bf0568View commit details -
feat(chat): improve OpenAI chat provider with structured token usage …
…and image support - Extract buildTokenUsage to include contextTokens and contextLength from provider store$'\n'- Extract buildOpenAIChatImagePart and formatOpenAIChatToolResultContent with image support checks$'\n'- Enhance request_debug event processing with agentProviderConfig fallbacks in use-chat-actions$'\n'- Gate image parts behind supportsOpenAIImageParts for both user and tool messages
Configuration menu - View commit details
-
Copy full SHA for e6e2d1f - Browse repository at this point
Copy the full SHA e6e2d1fView commit details -
feat(settings): parse discovered model context length and max output …
…tokens - Add normalizePositiveInteger, readDiscoveredModelInteger, resolveBuiltinDiscoveredModelFallback, toDiscoveredModelConfig$'\n'- Discovered models now inherit contextLength and maxOutputTokens with builtin preset fallback$'\n'- Remove any casts in model discovery logic
Configuration menu - View commit details
-
Copy full SHA for d2dafcb - Browse repository at this point
Copy the full SHA d2dafcbView commit details -
feat(search): normalize search result limits across SSH, local, and c…
…ron tools - Add SEARCH_TOOL_MAX_RESULTS=20 in fs-handlers, GREP_MAX_RESULTS now references it$'\n'- SSH handlers: add clampSshSearchLimit and configurable limit parameter; define DEFAULT_SSH_GLOB/GREP/RIPGREP_LIMIT constants$'\n'- Set PROMPT_SEARCH_MAX_MATCHES=20 and update Glob/Grep tool descriptions
Configuration menu - View commit details
-
Copy full SHA for 0206308 - Browse repository at this point
Copy the full SHA 0206308View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2083a33 - Browse repository at this point
Copy the full SHA 2083a33View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.9.85...0.9.86