Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
f472fec
Add .pi-lens/ to .gitignore
May 14, 2026
b373e0b
feat(gpui)!: sync upstream GPUI changes
May 14, 2026
f6eaf7e
fix: address PR review comments
May 15, 2026
c4e8793
fix: preserve X11 cursor restore retry state
BumpyClock May 15, 2026
58ab03f
fix: make X11 display validation type explicit
BumpyClock May 15, 2026
8164718
feat: sync upstream gpui updates
BumpyClock Jun 2, 2026
94450c3
fix: resolve upstream sync follow-ups
BumpyClock Jun 2, 2026
15718de
fix: address upstream sync review feedback
BumpyClock Jun 2, 2026
b6e0959
fix: address safe upstream sync review findings
BumpyClock Jun 2, 2026
c5a42a6
fix: report x11 cursor visibility from focused window
BumpyClock Jun 2, 2026
892502b
fix: tighten scheduler and darwin review follow-ups
BumpyClock Jun 2, 2026
40a5ba0
fix: clean up async window and a11y lifecycle
BumpyClock Jun 2, 2026
8d5b340
fix: preserve a11y listener mutations
BumpyClock Jun 2, 2026
436a66a
fix: address post-push review findings
BumpyClock Jun 2, 2026
2c283c2
test: document scheduler weak wakeup ownership
BumpyClock Jun 2, 2026
36d5d16
docs: clarify text macro id semantics
BumpyClock Jun 2, 2026
833c3bc
fix: isolate macos accesskit adapter
BumpyClock Jun 2, 2026
15c03cd
fix: address gpui review followups
BumpyClock Jun 2, 2026
0096caf
fix: address upstream sync followups
BumpyClock Jun 2, 2026
0d4144b
fix: address upstream review followups
BumpyClock Jun 2, 2026
1c2f0fb
fix: resolve upstream sync review findings
BumpyClock Jun 2, 2026
db275de
Add clawpatch review config and fix two findings
BumpyClock Jun 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
38 changes: 38 additions & 0 deletions .clawpatch/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"schemaVersion": 1,
"stateDir": ".clawpatch",
"include": [
"**/*"
],
"exclude": [
"node_modules/**",
"dist/**",
"build/**",
"target/**",
".build/**",
".git/**",
".clawpatch/**"
],
"provider": {
"name": "codex",
"model": null,
"reasoningEffort": null
},
"commands": {
"typecheck": "cargo check --workspace --all-targets",
"lint": null,
"format": "cargo fmt --all --check",
"test": "cargo test --workspace"
},
"review": {
"maxContextFiles": 24,
"maxOwnedFiles": 12,
"maxFindingsPerFeature": 10,
"minConfidenceToFix": "medium"
},
"git": {
"requireCleanWorktreeForFix": true,
"commit": false,
"openPr": false
}
}
54 changes: 54 additions & 0 deletions .clawpatch/features/feat_cli-command_3b0436e283.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"schemaVersion": 1,
"featureId": "feat_cli-command_3b0436e283",
"title": "Rust command perf",
"summary": "Rust executable command at tooling/perf/src/main.rs.",
"kind": "cli-command",
"source": "rust-command",
"confidence": "high",
"entrypoints": [
{
"path": "tooling/perf/src/main.rs",
"symbol": "main",
"route": null,
"command": "perf"
}
],
"ownedFiles": [
{
"path": "tooling/perf/src/main.rs",
"reason": "entrypoint"
}
],
"contextFiles": [],
"tests": [],
"tags": [
"rust",
"cli"
],
"trustBoundaries": [
"user-input",
"filesystem",
"process-exec",
"network"
],
"status": "fixed",
"lock": null,
"findingIds": [
"fnd_sig-feat-cli-command-3b0436e283-_4f592efb4d"
],
"patchAttemptIds": [],
"analysisHistory": [
{
"runId": "20260609T035033-f1797a",
"kind": "review",
"summary": "1 finding(s); prompt=31227 bytes; approxTokens=7807; includedFiles=1; omittedFiles=0",
"provider": "codex",
"model": null,
"reasoningEffort": "high",
"createdAt": "2026-06-09T03:50:53.516Z"
}
],
"createdAt": "2026-06-09T03:50:27.990Z",
"updatedAt": "2026-06-09T03:55:04.397Z"
}
49 changes: 49 additions & 0 deletions .clawpatch/features/feat_config_062b3c2b38.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"schemaVersion": 1,
"featureId": "feat_config_062b3c2b38",
"title": "Project config rust-toolchain.toml",
"summary": "Build, release, or quality configuration in rust-toolchain.toml.",
"kind": "config",
"source": "shared-infra-heuristic",
"confidence": "medium",
"entrypoints": [
{
"path": "rust-toolchain.toml",
"symbol": null,
"route": null,
"command": null
}
],
"ownedFiles": [
{
"path": "rust-toolchain.toml",
"reason": "entrypoint"
}
],
"contextFiles": [],
"tests": [],
"tags": [
"config"
],
"trustBoundaries": [
"process-exec",
"filesystem"
],
"status": "reviewed",
"lock": null,
"findingIds": [],
"patchAttemptIds": [],
"analysisHistory": [
{
"runId": "20260609T035033-f1797a",
"kind": "review",
"summary": "0 finding(s); prompt=6459 bytes; approxTokens=1615; includedFiles=1; omittedFiles=0",
"provider": "codex",
"model": null,
"reasoningEffort": "high",
"createdAt": "2026-06-09T03:50:41.521Z"
}
],
"createdAt": "2026-06-09T03:50:27.990Z",
"updatedAt": "2026-06-09T03:50:41.521Z"
}
51 changes: 51 additions & 0 deletions .clawpatch/features/feat_config_7afc533f22.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"schemaVersion": 1,
"featureId": "feat_config_7afc533f22",
"title": "Project config Cargo.toml",
"summary": "Build, release, or quality configuration in Cargo.toml.",
"kind": "config",
"source": "shared-infra-heuristic",
"confidence": "medium",
"entrypoints": [
{
"path": "Cargo.toml",
"symbol": null,
"route": null,
"command": null
}
],
"ownedFiles": [
{
"path": "Cargo.toml",
"reason": "entrypoint"
}
],
"contextFiles": [],
"tests": [],
"tags": [
"config"
],
"trustBoundaries": [
"process-exec",
"filesystem"
],
"status": "fixed",
"lock": null,
"findingIds": [
"fnd_sig-feat-config-7afc533f22-9ad41_c0175a193b"
],
"patchAttemptIds": [],
"analysisHistory": [
{
"runId": "20260609T035033-f1797a",
"kind": "review",
"summary": "1 finding(s); prompt=16972 bytes; approxTokens=4243; includedFiles=1; omittedFiles=0",
"provider": "codex",
"model": null,
"reasoningEffort": "high",
"createdAt": "2026-06-09T03:50:53.565Z"
}
],
"createdAt": "2026-06-09T03:50:27.990Z",
"updatedAt": "2026-06-09T03:55:43.285Z"
}
52 changes: 52 additions & 0 deletions .clawpatch/features/feat_config_902602e3e1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"schemaVersion": 1,
"featureId": "feat_config_902602e3e1",
"title": "Shell/workflow config ci.yml",
"summary": "Shell or workflow automation in .github/workflows/ci.yml, including command substitutions and machine-readable command output.",
"kind": "config",
"source": "shell-workflow-heuristic",
"confidence": "medium",
"entrypoints": [
{
"path": ".github/workflows/ci.yml",
"symbol": null,
"route": null,
"command": null
}
],
"ownedFiles": [
{
"path": ".github/workflows/ci.yml",
"reason": "entrypoint"
}
],
"contextFiles": [],
"tests": [],
"tags": [
"config",
"shell",
"workflow"
],
"trustBoundaries": [
"process-exec",
"filesystem",
"network"
],
"status": "reviewed",
"lock": null,
"findingIds": [],
"patchAttemptIds": [],
"analysisHistory": [
{
"runId": "20260609T035033-f1797a",
"kind": "review",
"summary": "0 finding(s); prompt=8103 bytes; approxTokens=2026; includedFiles=1; omittedFiles=0",
"provider": "codex",
"model": null,
"reasoningEffort": "high",
"createdAt": "2026-06-09T03:50:45.055Z"
}
],
"createdAt": "2026-06-09T03:50:27.990Z",
"updatedAt": "2026-06-09T03:50:45.055Z"
}
49 changes: 49 additions & 0 deletions .clawpatch/features/feat_config_a5ac0cd10a.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"schemaVersion": 1,
"featureId": "feat_config_a5ac0cd10a",
"title": "Project config Cargo.lock",
"summary": "Build, release, or quality configuration in Cargo.lock.",
"kind": "config",
"source": "shared-infra-heuristic",
"confidence": "medium",
"entrypoints": [
{
"path": "Cargo.lock",
"symbol": null,
"route": null,
"command": null
}
],
"ownedFiles": [
{
"path": "Cargo.lock",
"reason": "entrypoint"
}
],
"contextFiles": [],
"tests": [],
"tags": [
"config"
],
"trustBoundaries": [
"process-exec",
"filesystem"
],
"status": "reviewed",
"lock": null,
"findingIds": [],
"patchAttemptIds": [],
"analysisHistory": [
{
"runId": "20260609T035033-f1797a",
"kind": "review",
"summary": "0 finding(s); prompt=35993 bytes; approxTokens=8999; includedFiles=1; omittedFiles=0",
"provider": "codex",
"model": null,
"reasoningEffort": "high",
"createdAt": "2026-06-09T03:50:43.599Z"
}
],
"createdAt": "2026-06-09T03:50:27.990Z",
"updatedAt": "2026-06-09T03:50:43.599Z"
}
49 changes: 49 additions & 0 deletions .clawpatch/features/feat_library_0aac2e5a47.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"schemaVersion": 1,
"featureId": "feat_library_0aac2e5a47",
"title": "C/C++ source group crates",
"summary": "C/C++/CUDA source files under crates not owned by a build target.",
"kind": "library",
"source": "c-cpp-group",
"confidence": "low",
"entrypoints": [
{
"path": "crates/media/src/bindings.h",
"symbol": "crates",
"route": null,
"command": null
}
],
"ownedFiles": [
{
"path": "crates/media/src/bindings.h",
"reason": "source group member"
}
],
"contextFiles": [],
"tests": [],
"tags": [
"c",
"source-group"
],
"trustBoundaries": [
"filesystem"
],
"status": "reviewed",
"lock": null,
"findingIds": [],
"patchAttemptIds": [],
"analysisHistory": [
{
"runId": "20260609T035033-f1797a",
"kind": "review",
"summary": "0 finding(s); prompt=6495 bytes; approxTokens=1624; includedFiles=1; omittedFiles=0",
"provider": "codex",
"model": null,
"reasoningEffort": "high",
"createdAt": "2026-06-09T03:50:41.965Z"
}
],
"createdAt": "2026-06-09T03:50:27.990Z",
"updatedAt": "2026-06-09T03:50:41.965Z"
}
47 changes: 47 additions & 0 deletions .clawpatch/features/feat_library_12edbccd75.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"schemaVersion": 1,
"featureId": "feat_library_12edbccd75",
"title": "Rust library perf",
"summary": "Rust library crate at tooling/perf/src/lib.rs.",
"kind": "library",
"source": "rust-library",
"confidence": "high",
"entrypoints": [
{
"path": "tooling/perf/src/lib.rs",
"symbol": null,
"route": null,
"command": null
}
],
"ownedFiles": [
{
"path": "tooling/perf/src/lib.rs",
"reason": "entrypoint"
}
],
"contextFiles": [],
"tests": [],
"tags": [
"rust",
"library"
],
"trustBoundaries": [],
"status": "reviewed",
"lock": null,
"findingIds": [],
"patchAttemptIds": [],
"analysisHistory": [
{
"runId": "20260609T035033-f1797a",
"kind": "review",
"summary": "0 finding(s); prompt=6474 bytes; approxTokens=1619; includedFiles=1; omittedFiles=0",
"provider": "codex",
"model": null,
"reasoningEffort": "high",
"createdAt": "2026-06-09T03:50:40.801Z"
}
],
"createdAt": "2026-06-09T03:50:27.990Z",
"updatedAt": "2026-06-09T03:50:40.801Z"
}
Loading
Loading