Felipe Cardoso cardosofelipe
  • Joined on 2025-01-09
cardosofelipe opened issue cardosofelipe/syndarix#109 2026-01-06 19:19:37 +00:00
feat(mcp): Git Operations MCP - MCP Tools Integration
cardosofelipe opened issue cardosofelipe/syndarix#108 2026-01-06 19:19:36 +00:00
feat(mcp): Git Operations MCP - Gitea Provider
cardosofelipe opened issue cardosofelipe/syndarix#107 2026-01-06 19:19:03 +00:00
feat(mcp): Git Operations MCP - Workspace Management
cardosofelipe opened issue cardosofelipe/syndarix#106 2026-01-06 19:19:02 +00:00
feat(mcp): Git Operations MCP - Git Wrapper Implementation
cardosofelipe opened issue cardosofelipe/syndarix#105 2026-01-06 19:19:02 +00:00
feat(mcp): Git Operations MCP - Foundation & Core Setup
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-06 17:58:17 +00:00
4ad3d20cf2 chore(agents): update sort_order values for agent types to improve logical grouping
8623eb56f5 feat(agents): add sorting by sort_order and include category & display fields in agent actions
3cb6c8d13b feat(agents): implement grid/list view toggle and enhance filters
Compare 3 commits »
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-06 16:55:09 +00:00
8e16e2645e test(forms): add unit tests for FormTextarea and FormSelect components
82c3a6ba47 chore(makefiles): add format-check target and unify formatting logic
b6c38cac88 refactor(llm-gateway): adjust if-condition formatting for thread safety check
51404216ae refactor(knowledge-base mcp server): adjust formatting for consistency and readability
3f23bc3db3 refactor(migrations): replace hardcoded database URL with configurable environment variable and update command syntax to use consistent quoting style
Compare 11 commits »
cardosofelipe opened issue cardosofelipe/syndarix#103 2026-01-06 13:26:37 +00:00
Agent Types: Fine-tune personality prompts through testing
cardosofelipe opened issue cardosofelipe/syndarix#104 2026-01-06 13:26:37 +00:00
Agent Types: Domain experts knowledge base integration
cardosofelipe opened issue cardosofelipe/syndarix#102 2026-01-06 13:26:36 +00:00
Agent Types: Validate MCP server assignments and tool permissions
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-06 13:25:21 +00:00
79cb6bfd7b feat(agents): comprehensive agent types with rich personalities
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-06 12:54:33 +00:00
45025bb2f1 fix(forms): handle nullable fields in deepMergeWithDefaults
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-06 12:51:06 +00:00
3c6b14d2bf refactor(forms): extract reusable form utilities and components
6b21a6fadd debug(agents): add comprehensive logging to form submission
600657adc4 fix(agents): properly initialize form with API data defaults
c9d0d079b3 fix(frontend): show validation errors when agent type form fails
Compare 4 commits »
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-06 10:22:38 +00:00
4c8f81368c fix(docker): add NEXT_PUBLIC_API_BASE_URL to frontend containers
efbe91ce14 fix(frontend): use configurable backend URL in Next.js rewrite
5d646779c9 fix(frontend): preserve /api prefix in Next.js rewrite
5a4d93df26 feat(dashboard): use real API data and add 3 more demo projects
7ef217be39 feat(demo): tie all demo projects to admin user
Compare 8 commits »
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-06 01:34:40 +00:00
92782bcb05 refactor(init_db): remove demo data file and implement structured seeding
1dcf99ee38 fix(memory): use deque for metrics histograms to ensure bounded memory usage
70009676a3 fix(dashboard): disable SSE in demo mode and remove unused hooks
Compare 3 commits »
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-06 00:56:28 +00:00
192237e69b fix(memory): unify Outcome enum and add ABANDONED support
3edce9cd26 fix(memory): address critical bugs from multi-agent review
35aea2d73a perf(mcp): optimize test performance with parallel connections and reduced retries
d0f32d04f7 fix(tests): reduce TTL durations to improve test reliability
da85a8aba8 fix(memory): prevent entry metadata mutation in vector search
Compare 27 commits »
cardosofelipe pushed to feature/62-agent-memory-system at cardosofelipe/syndarix 2026-01-06 00:55:47 +00:00
192237e69b fix(memory): unify Outcome enum and add ABANDONED support
3edce9cd26 fix(memory): address critical bugs from multi-agent review
Compare 2 commits »
cardosofelipe pushed to feature/62-agent-memory-system at cardosofelipe/syndarix 2026-01-05 17:41:08 +00:00
35aea2d73a perf(mcp): optimize test performance with parallel connections and reduced retries
d0f32d04f7 fix(tests): reduce TTL durations to improve test reliability
Compare 2 commits »
cardosofelipe created branch feature/62-agent-memory-system in cardosofelipe/syndarix 2026-01-05 16:43:52 +00:00
cardosofelipe pushed to feature/62-agent-memory-system at cardosofelipe/syndarix 2026-01-05 16:43:52 +00:00
da85a8aba8 fix(memory): prevent entry metadata mutation in vector search
f8bd1011e9 security(memory): escape SQL ILIKE patterns to prevent injection
f057c2f0b6 fix(memory): add thread-safe singleton initialization
33ec889fc4 fix(memory): add data integrity constraints to Fact model
74b8c65741 fix(tests): move memory model tests to avoid import conflicts
Compare 10 commits »