• Joined on 2026-03-16
helm pushed to main at helm/ai-skills-api 2026-03-23 01:23:05 -04:00
79da07673a Fix: Disable DNS rebinding protection by default to prevent 421 errors with remote access
helm pushed to main at helm/ai-skills-api 2026-03-23 00:47:50 -04:00
dfb684f319 docs: simplify project identification guidance; trust AI to use local tools
helm pushed to main at helm/ai-skills-api 2026-03-23 00:46:57 -04:00
63f41c318a Simplify MCP instructions: remove workflow coaching, trust AI's local tools
helm pushed to main at helm/ai-skills-api 2026-03-23 00:40:37 -04:00
a23ae2c4e0 docs: add note about first session project identifier prompt
helm pushed to main at helm/ai-skills-api 2026-03-23 00:40:12 -04:00
9e3d5ae550 MCP: coach AI to ask for project ID at session start; add project-setup-guide seed skill
helm pushed to main at helm/ai-skills-api 2026-03-23 00:33:25 -04:00
bae42fb141 docs: update project scoping to use git remote for cross-machine consistency
helm pushed to main at helm/ai-skills-api 2026-03-23 00:27:59 -04:00
2a87dfafcf docs: clarify ask-first approach for skill/memory creation
helm pushed to main at helm/ai-skills-api 2026-03-23 00:27:41 -04:00
22dbdeffef MCP instructions: require explicit permission before creating skills/memories
helm pushed to main at helm/ai-skills-api 2026-03-23 00:25:24 -04:00
39d891e9ce docs: note about auto-coaching in MCP integration
helm pushed to main at helm/ai-skills-api 2026-03-23 00:24:57 -04:00
5adfa7472b Add MCP server instructions for autonomous learning and tool use
helm pushed to main at helm/ai-skills-api 2026-03-23 00:12:36 -04:00
db27c0d64b Fix MCP SSE: use mcp.sse_app() + uvicorn.run() instead of run_sse()
helm pushed to main at helm/ai-skills-api 2026-03-23 00:03:53 -04:00
d9231e23a0 Increase pip timeout to 100s for slow network builds
helm pushed to main at helm/ai-skills-api 2026-03-23 00:02:08 -04:00
4351b56a95 Fix mcp dependencies: loosen version constraints
helm pushed to main at helm/ai-skills-api 2026-03-22 23:59:36 -04:00
e346d356e5 Add SSE MCP server, comprehensive docs, and OpenCode integration
helm pushed to main at helm/ai-skills-api 2026-03-22 23:21:30 -04:00
95805dfc86 Fix config loading to return proper dataclass objects instead of dicts
helm pushed to main at helm/ai-skills-api 2026-03-22 23:03:52 -04:00
62637acb6f Remove exposed Ollama port to avoid conflict with host systemd service
helm pushed to main at helm/ai-skills-api 2026-03-22 23:00:03 -04:00
5505d2b217 Fix compress endpoint to use request.messages correctly
9ad11f5be4 Fix compression endpoint request validation and message schema
6853999534 Add Ollama service to docker-compose, expand seed skills with D&D and monitoring, create entrypoint for auto-model-pull
e4dd4da188 Update MCP server (remove cache tool), fix readme endpoints, add template reference
3dce79e818 Add agent template for Forgejo
Compare 6 commits »
helm pushed to main at helm/ai-skills-api 2026-03-22 21:54:51 -04:00
62c875c9a6 Change API port from 8080 to 8675 across all configs and docs
helm pushed to main at helm/ai-skills-api 2026-03-22 21:32:17 -04:00
82fd963577 Add token-saving patterns: semantic cache, RAG, compression
helm pushed to main at helm/ai-skills-api 2026-03-22 21:19:32 -04:00
7f7699ff94 Initial commit: Skills API with MCP servers