文档改变for编译兼容性 - #606
Merged
Merged
Conversation
updated of BUILDING.md to jdk21 for better compatibility
929411354
added a commit
to 929411354/Operit
that referenced
this pull request
Jul 2, 2026
* Fix cloud embedding endpoint validation * feat: add tool hook interception and localize AI message strings * feat: save long MCP results to files and improve chat scroll navigation error handling * fix: 修复DashScope兼容模式音频识别400错误 DashScope兼容模式的input_audio.data字段要求URL格式,不接受裸base64。 对ALIYUN provider将base64包装为data URL格式,其他provider不变。 Fixes AAswordman#600 * update submodule * 文档改变for编译兼容性 (AAswordman#606) * jdk update to 21, and some compatibility update in MCPToolExecutor.kt * oops, i wrote it to false. * feat: add group orchestration mode and timestamp-based chat history loading * Issue AAswordman#602 的实现 (AAswordman#610) * jdk update to 21, and some compatibility update in MCPToolExecutor.kt * oops, i wrote it to false. * Done :D, you can now custom the prompt for concluding * update * issue611的实现:a custom bearer token for http , WebUI (AAswordman#614) * a custom bearer token for http , WebUI * added build type:clone , and a task that is linking to it (DebugClone) , and remove mannnny of hardcoded-path of package name * for got to add english support in some place. * update * feat: add crash-repair recovery flow and startup isolation Add repair-mode recovery UI, isolate main startup from utility entries, and refresh related tool and example assets. * fix that the custom concluding isnt auto saving * 移除硬编码的默认 DeepSeek API Key - 删除 ApiPreferences 中的 ENCODED_API_KEY、DEFAULT_API_KEY 和 decodeApiKey - 默认配置 apiKey 改为空字符串 - 所有 DEFAULT_API_KEY 引用改为 isBlank() 判断 - 清理不再使用的 ApiPreferences import * 移除重复的"未" * fix: 工具选择弹窗显示工具描述,帮助管理员理解工具用途 (AAswordman#645) Co-authored-by: luojiaping <luojiaping@users.noreply.github.com> * update market * fix: prevent process limit button text overflow * Fix model provider display name * new market * feat: deduplicate attachment file names and refactor attachment state management * market fix * 1.12.0 * 1.12.0 * feat(brand): rebrand app to Engie Claw with original warm ember theme - Rename app_name to "Engie Claw" across all locales - Add original Engie Claw brand palette (ember/clay/olive), replacing default Material purple - Disable Material You dynamic color so the brand identity stays consistent - Update share-image brand bar to Engie Claw Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> * feat(brand): show Engie Claw as sidebar software identity name Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> * feat(theme): original Engie Claw type scale + architectural shape language - Distinctive editorial type scale (heavy, tight-tracked headings) app-wide - New EngieClawShapes corner language wired into MaterialTheme - Floating window theme now defaults to the brand palette/shapes Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> * feat(theme): apply Engie Claw brand colors to base XML app theme - Add ember/clay/olive brand color resources - Repoint Theme.Operit (light + night) primary/secondary from purple/teal to brand colors (affects splash/window background, status bar, View-based components) Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> * feat(chat): crisper original bubble corners aligned with brand shape language Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --------- Co-authored-by: HengdianZou <hd18512614931@gmail.com> Co-authored-by: AAswordsman <66207760+AAswordman@users.noreply.github.com> Co-authored-by: AAswordman <1002153674@qq.com> Co-authored-by: luojiaping <luojiaping@users.noreply.github.com> Co-authored-by: tuxKOH <yumicheng14@gmail.com> Co-authored-by: luojiaping <75722052+luojiaping@users.noreply.github.com> Co-authored-by: exepc666 <929411354@qq.com> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.jdk21 兼容性改善
backdrop-1.0.6由jdk21编译 因此在使用jdk17作为java home进行编译 有几率出现兼容问题 因此改为使用jdk21, 经过测试 可成功编译:
2. pnpm审批
在使用
sync_example_packages.py进行初始化的pnpm下载时 会出现审批问题 :加入
pnpm-workspace.yaml并设置为同意后可解决。