activities
11 hours ago
cdd0983 fix: cat() on deleted file returns instantly instead of timing out
11 hours ago
8513b7b docs(workflows): add file_sync_tests workflow and enforce tests in deploy flow
11 hours ago
ed15843 fix(integration_tests): correct API paths to /api/v1/ and make USER_ID env-configurable
12 hours ago
9381b9d test: add file sync integration test suite (cases 1-8)
12 hours ago
3ebc022 fix: guard spurious .cortex_tmp/.cortex_lock DELETEs and add mesh delete broadcast
445301e fix(file_sync): check protobuf DESCRIPTOR to correctly detect total_chunks support for fast-path processing
cb2626b feat(file_sync): introduce fast-path sync bypassing locks and shadow files for single-chunk transfers
...
14 hours ago
47207ec fix: Format Swarm Control Thought Trace neatly using Tailwind Typography
14 hours ago
6649c25 docs: Update README.md with correct startup and configuration instructions, including the new Dedicated Browser Service
14 hours ago
60332ea Refactor backend code to improve modularity and extensibility
7e86bb6 feat(frontend): make Swarm Control mobile-friendly and improve chat UI contrast
14 hours ago
601326d Refactor browser service for parallel worker pool and deep research capabilities. Clean up redundant directories and fix potential path issues for .browser_data.
21 hours ago
7baabd9 Update troubleshooting guide with Mac Mini debug methods
22 hours ago
508d548 Fix macOS symlinked path resolution in watcher
23 hours ago
9b73109 Fix terminal PTY hang from thread crash
23 hours ago
511098d Update troubleshooting guide with local node PTY zombie resolution
23 hours ago
5f8ad85 Bump version to 1.0.62 for orphan child harvesting fix
23 hours ago
c20bb88 Auto-kill all child zombie processes during orphaned instance cleanup on startup
23 hours ago
7a9b45a Add troubleshooting workflow for file sync and node debugging
23 hours ago
fae7869 Fix START_WATCHING bug for empty workspaces
23 hours ago
b317527 Fix file sync issues and improve mirror stability
1 day ago
cb9853c Cleanup skill logic files and update deployment scripts
1 day ago
3086a13 Add design document for dedicated browser service refactor
1 day ago
671f711 fix(agent): include skills in distribution tarball and flatten root structure
d786358 fix(agent): robust daemon install and gRPC config
21494c8 fix(agent): make bootstrap installer resilient to pip meta errors
...
2 days ago
3e1dce6 refactor: organize agent-node client code structure by moving core packages to src/
2 days ago
d51d785 doc: update bundled run scripts to recommend daemon installer
2 days ago
9738a09 feat: add daemon/service installation for Mac and Linux
2 days ago
0760c8e refactor: re-org frontend folder structure to simply be 'frontend'
2 days ago
34d7c1a feat: add swarm control chat history clear & agent node auto-update system
2 days ago
334c228 feat(ui): move logout button from sidebar to profile page
2 days ago
3157606 fix(hub): restore source code inclusion in agent bundle and fix path resolution for production
2 days ago
11a6c1b docs: update README to reflect modern Agent Mesh architecture and folder structure
2 days ago
e87d3af feat(hub): exclude source code and requirements.txt from agent bundle; add binary execution support to runner scripts
3 days ago
2bab5ab feat(node): add default FS_ROOT pointing to user home
3 days ago
728d474 feat: enhance node access control, user preferences, and skill management
3 days ago
5330447 fix(hub): add early logging to SyncConfiguration
3 days ago
4a9076a fix(hub): add missing grpc import and handshake logging
3 days ago
6214d14 fix(hub): clean up duplicate methods and add gRPC logging interceptor for debugging
3 days ago
42acee5 fix(bundle): correct source path and improve runner robustness
3 days ago
62885a3 feat(nodes): add explicit macOS double-click support with run_mac.command in agent bundle
3 days ago
2eee937 feat(nodes): enhance agent bundle with README, run.sh (Linux/Mac) and run.bat (Windows) for seamless execution
3 days ago
992c713 fix(agent-node): use different mount point for skills to avoid OCI runtime error
3 days ago
c2c9b1d fix(agent-node): remove broken skills symlink causing docker mount failure
3 days ago
0612e58 Merge branch 'master' of https://gitbucket.jerxie.com/git/yangyangxie/cortex-hub
2e2a84e chore: set restart policy to always for all containers
4 days ago
8337b11 fix(mesh): sync terminal status codes and implement periodic ghost mirror cleanup
4 days ago
8838c32 fix(orchestration): resolve skill hallucination, brace crashes, and silent turns in swarm control
5 days ago
@yangyangxie yangyangxie deleted branch feature/phase-4-refactor at yangyangxie/cortex-hub
5 days ago
@yangyangxie yangyangxie deleted branch task/remove-dspy-dependency at yangyangxie/cortex-hub
5 days ago
5 days ago
607418a refactor: remove dspy dependency and migrate to orchestration modules
8 days ago
d825350 fix(mesh/skills): fix incorrect get_db import causing uvicorn crash in production
1d19bef feat(skills): central UI for creating, viewing, sharing and cloning LLM skills and workflows
8 days ago
2604a16 docs(ui): update coding assistant spec to reflect Save & Sync modal workflow and true deletion file sync logic