Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9e4cb1b
fix(web-ui): validate provider modal input
awsl233777 Apr 8, 2026
8bb9a2a
test(web-ui): relax parity baseline drift assertions
awsl233777 Apr 8, 2026
563f0ee
fix(web-ui): harden usage tab rendering
awsl233777 Apr 8, 2026
1f28abe
fix(web-ui): use production vue runtime
awsl233777 Apr 8, 2026
47b291f
docs(readme): update reset command examples
awsl233777 Apr 8, 2026
915b764
fix(usage): skip session detail loading for charts
awsl233777 Apr 8, 2026
f16a61d
fix(provider): persist normalized urls on add
awsl233777 Apr 8, 2026
657e95c
fix(reset): silence git repo probe output
awsl233777 Apr 8, 2026
6b441c0
fix(usage): decouple charts from heavy session loads
awsl233777 Apr 8, 2026
48ac808
fix(openclaw): sync default config with live file
awsl233777 Apr 8, 2026
1a1ff13
fix(openclaw): read provider fields from legacy shapes
awsl233777 Apr 8, 2026
bb27952
fix(openclaw): fallback to sole provider config
awsl233777 Apr 8, 2026
a06f44b
fix(openclaw): show structured provider refs in quick form
awsl233777 Apr 8, 2026
9096a81
refactor(openclaw): remove add-config button from tab
awsl233777 Apr 8, 2026
07be648
fix(openclaw): align config reading with official secret fields
awsl233777 Apr 8, 2026
a1fd9a8
fix(openclaw): normalize provider lookup in quick form
awsl233777 Apr 8, 2026
62e1b24
fix(openclaw): surface auth profile fallback in quick form
awsl233777 Apr 8, 2026
50381f8
fix(openclaw): make external auth values visible and editable
awsl233777 Apr 8, 2026
265bfe4
perf(sessions): defer detail hydration on tab switch
awsl233777 Apr 8, 2026
2e82f22
perf(sessions): batch session list rendering on demand
awsl233777 Apr 8, 2026
7621627
fix(cli): remove duplicate isPlainObject helper
awsl233777 Apr 9, 2026
9eab383
fix(web-ui): restore session browser runtime
ymkiux Apr 9, 2026
4dff290
fix(web-ui): align session browser implementation
ymkiux Apr 9, 2026
b9e6da2
test(web-ui): sync parity drift expectations
ymkiux Apr 9, 2026
de4ac6a
fix(openclaw): redact secrets and harden session usage
ymkiux Apr 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ npm start run --no-browser

```bash
npm run reset
npm run reset -- 79
npm run reset 79
```

- `npm run reset`: prompt for a PR number; leave it blank to return to default `origin/main`
- `npm run reset -- 79`: sync directly to the latest head snapshot of PR `#79`
- `npm run reset 79`: sync directly to the latest head snapshot of PR `#79`
- The script also handles local branch switching, workspace cleanup, untracked file cleanup, and final state validation

## Command Reference
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ npm start run --no-browser

```bash
npm run reset
npm run reset -- 79
npm run reset 79
```

- `npm run reset`:交互输入 PR 编号;留空则回到默认 `origin/main`
- `npm run reset -- 79`:直接同步到 PR `#79` 的最新 head 快照
- `npm run reset 79`:直接同步到 PR `#79` 的最新 head 快照
- 脚本会自动完成本地分支切换、工作区清理、未跟踪文件清理与最终状态校验

## 命令速查
Expand Down
Loading
Loading