pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:TypeScript language:Java
Filter by
210M results
Summary
- Update global load balancer detail links to use the valid httpAdvanced console route.
Testing
- Not run (local shell/worktree commands are unavailable in this Codex session).
Closes #112 ...
- Implemented post archiving functionality to allow users to hide content without permanent deletion.
- Enabled file upload capabilities to support media and document attachments.
- Refined the user ...
v0
Removes esbuild. It s no longer used after updating ancestor dependencies esbuild, @vitejs/plugin-react and vite. These
dependencies need to be updated together.
Removes esbuild
Updates @vitejs/plugin-react ...
dependencies
javascript
:robot: I have created a release beep boop
2.4.1 (2026-06-16)
Bug Fixes
- deps: release @miradorlabs grpc migration and security audit updates (#95) (14478a6)
This PR was generated with Release Please. ...
autorelease: pending
Description
Please include a summary of the changes and which issue is fixed. Please also include relevant links and special
instructions if applicable.
Fixes [JIRA-ISSUE] / Implements [JIRA-ISSUE]
...
Summary
Phase 1 of the backend roadmap. Replaces the six mocked agent-profile hooks in agent-mcp-ui with real
@browseros/agent-mcp-interface endpoints. Foundation work the phase needs (storage helper, ...
Feature
尽量按此模板PR内容,或粘贴相关的ISSUE链接。
已知问题
1. (示例)版本号管理不规范
- 版本号直接写在环境变量中,容易出错
- 多处维护版本号,可能不一致
解决方案
1. (示例)将版本号管理从 .env.local 迁移到 package.json
- 统一从 package.json 读取版本号
- 使用 IIFE 优雅处理版本号获取逻辑 ...