activities
10 hours ago
cb9853c Cleanup skill logic files and update deployment scripts
10 hours ago
3086a13 Add design document for dedicated browser service refactor
10 hours 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
...
1 day ago
3e1dce6 refactor: organize agent-node client code structure by moving core packages to src/
1 day ago
d51d785 doc: update bundled run scripts to recommend daemon installer
1 day ago
9738a09 feat: add daemon/service installation for Mac and Linux
1 day ago
0760c8e refactor: re-org frontend folder structure to simply be 'frontend'
1 day ago
34d7c1a feat: add swarm control chat history clear & agent node auto-update system
1 day ago
334c228 feat(ui): move logout button from sidebar to profile page
1 day ago
3157606 fix(hub): restore source code inclusion in agent bundle and fix path resolution for production
1 day ago
11a6c1b docs: update README to reflect modern Agent Mesh architecture and folder structure
1 day ago
e87d3af feat(hub): exclude source code and requirements.txt from agent bundle; add binary execution support to runner scripts
2 days ago
2bab5ab feat(node): add default FS_ROOT pointing to user home
2 days ago
728d474 feat: enhance node access control, user preferences, and skill management
2 days ago
5330447 fix(hub): add early logging to SyncConfiguration
2 days ago
4a9076a fix(hub): add missing grpc import and handshake logging
2 days ago
6214d14 fix(hub): clean up duplicate methods and add gRPC logging interceptor for debugging
2 days ago
42acee5 fix(bundle): correct source path and improve runner robustness
2 days ago
62885a3 feat(nodes): add explicit macOS double-click support with run_mac.command in agent bundle
2 days ago
2eee937 feat(nodes): enhance agent bundle with README, run.sh (Linux/Mac) and run.bat (Windows) for seamless execution
2 days ago
992c713 fix(agent-node): use different mount point for skills to avoid OCI runtime error
2 days ago
c2c9b1d fix(agent-node): remove broken skills symlink causing docker mount failure
2 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
3 days ago
8337b11 fix(mesh): sync terminal status codes and implement periodic ghost mirror cleanup
3 days ago
8838c32 fix(orchestration): resolve skill hallucination, brace crashes, and silent turns in swarm control
4 days ago
@yangyangxie yangyangxie deleted branch feature/phase-4-refactor at yangyangxie/cortex-hub
4 days ago
@yangyangxie yangyangxie deleted branch task/remove-dspy-dependency at yangyangxie/cortex-hub
4 days ago
4 days ago
607418a refactor: remove dspy dependency and migrate to orchestration modules
7 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
7 days ago
2604a16 docs(ui): update coding assistant spec to reflect Save & Sync modal workflow and true deletion file sync logic
7 days ago
bfe96df fix(mesh/sync): accurately purge disjoint extra files on receiving end of a file manifest reconcile
7 days ago
e557f32 fix(mesh/agent): ensure root path exists before watcher schedule to prevent Node stream crashes on purged re-attaches
7 days ago
8dc3025 fix(mesh/ui): make node selector modal actions intuitive with save and sync labels
7 days ago
bc990df fix(mesh): session node attach correctly parses and persists database changes via sqlalchemy
7 days ago
30b150b fix(mesh): detaching from all passive nodes disabled submit button and gets reverted by mesh polling
7 days ago
0721890 docs(workflow): add caveat to deploy workflow regarding proto interface changes
7 days ago
fac085e feat(mesh): proactive session cleanup algorithm
7 days ago
f85d75a feat(mesh): robust node connectivity and sync reliability fixes
7 days ago
071b830 docs: remove legacy component refs and generalize chat interface
7 days ago
e8fc3af remove legacy diff and code-plan components to generalize chat
7 days ago
5b400c7 docs: add coding assistant ui design philosophy and layout reference
7 days ago
c9da1e6 docs: update agent node mesh features with mobile UI and hardware caps
7 days ago
eca17f4 feat: agent node mesh integration and UI polish
7 days ago
8f4ca13 fix: exhaustive fix for Node File Explorer 500 errors. Added orchestrator health checks, fixed gRPC subscript bugs, and added detailed production logging.
c3a26e3 fix: resolve 500 error in Node File Explorer by injecting orchestrator service and correlating task IDs in gRPC responses
dbae5de feat: refine File System Navigator UI with terminal-like collapsible panel and folder icon toggle
...
9 days ago
529ed90 feat: implement real-time node monitoring and workspace initialization strategies
3929d20 feat(M6): fully integrate gRPC Agent Orchestrator into AI Hub backend, update deployment, and scale multi-node monitoring
10 days ago
7d894f9 feat(M3+M4): persistent sessions with node attachment + invite token auth
10 days ago
856ace0 feat(M1+M2): Agent Node API — admin-owned nodes, group access, DB persistence
10 days ago
f5f1e85 feat(M1): add Agent Node REST + WebSocket API to AI Hub