| 2026-03-15 |
fix(sync): memory exhaust on large file mesh broadcast by enforcing synchronous stream backpressure, increasing chunk size to 4MB, and bounding priority queues
Antigravity AI
committed
12 hours ago
|
|---|---|
|
perf: implement local file metadata hash cache for manifest generation and reconciliation
Antigravity AI
committed
12 hours ago
|
|
|
fix: block infinite sync loops by checking file hash before sending chunks
Antigravity AI
committed
12 hours ago
|
|
|
fix: ignore delayed macos on_deleted events from os.replace
Antigravity AI
committed
12 hours ago
|
|
|
chore: add watcher debug tracing
Antigravity AI
committed
12 hours ago
|
|
|
fix: resolve zero byte file sync breaking push loop iteration
Antigravity AI
committed
13 hours ago
|
|
|
fix: resolve file sync infinite bounce loop and unbound local variable bugs
Antigravity AI
committed
13 hours ago
|
|
|
fix: cat() on deleted file returns instantly instead of timing out
...
Antigravity AI
committed
1 day ago
|
|
|
fix: guard spurious .cortex_tmp/.cortex_lock DELETEs and add mesh delete broadcast
...
Antigravity AI
committed
1 day ago
|
|
|
fix(file_sync): check protobuf DESCRIPTOR to correctly detect total_chunks support for fast-path processing
Antigravity AI
committed
1 day ago
|
|
|
feat(file_sync): introduce fast-path sync bypassing locks and shadow files for single-chunk transfers
Antigravity AI
committed
1 day ago
|
|
|
Refactor browser service for parallel worker pool and deep research capabilities. Clean up redundant directories and fix potential path issues for .browser_data.
Antigravity AI
committed
1 day ago
|
|
| 2026-03-14 |
Fix macOS symlinked path resolution in watcher
Antigravity AI
committed
1 day ago
|
|
Fix terminal PTY hang from thread crash
Antigravity AI
committed
1 day ago
|
|
|
Auto-kill all child zombie processes during orphaned instance cleanup on startup
Antigravity AI
committed
1 day ago
|
|
|
Fix file sync issues and improve mirror stability
Antigravity AI
committed
1 day ago
|
|
|
Cleanup skill logic files and update deployment scripts
Antigravity AI
committed
2 days ago
|
|
|
Fix AI loop stalling and large file sync issues
Antigravity AI
committed
2 days ago
|
|
| 2026-03-13 |
|
|
|
|
|
|
|
|
|
|
|
feat(agent): change default FS_ROOT to '/' on Unix to fix NAS access
...
Antigravity AI
committed
3 days ago
|
|
| 2026-03-12 |
feat(agent): support FS_ROOT awareness in chat sessions to fix Nas access
...
Antigravity AI
committed
3 days ago
|
|
|
|
|
fix(agent): use Optional type hint for Python 3.8 compatibility
...
Antigravity AI
committed
3 days ago
|
|
|
fix(agent): resolve config path absolutely and ensure correct CWD for background processes
Antigravity AI
committed
3 days ago
|
|
|
|
|
|
|
|
|
refactor: organize agent-node client code structure by moving core packages to src/
...
Antigravity AI
committed
3 days ago
|