fix: daemon bugs, MCP onboarding, and provider defaults#54
Merged
keeganthomp merged 1 commit intomainfrom Apr 9, 2026
Merged
Conversation
Daemon fixes:
- Fix auto-compile: was calling compileVault(root) missing provider/config args
- Fix inbox offline drop: files added while daemon off are now enqueued on startup
- Fix HTTP POST /ingest: validate required content field (was writing "undefined")
MCP onboarding:
- Default provider: anthropic instead of ollama (most users, actionable error)
- Rewrite CLAUDE.md template as LLM onboarding guide with tool availability
- Enhance kib_status: returns availableNow/requiresProvider/setupInstructions
- Mark all MCP tool descriptions with API key requirements
- NoProviderError now provider-aware ("No Anthropic API key found...")
- Init output warns when API key not set with setup instructions
Docs:
- Add Watch Daemon section to root and CLI READMEs
- Add Daemon module to core README table
Tests:
- Add 19 new tests (449 → 468): queue edge cases, scheduler failure recovery,
HTTP validation, inbox seeding, slug generation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/ingestaccepted missing content field writing "undefined"Test plan
bun run check— lint cleanbun test— 468 pass, 0 failkib initwithout API key shows warning + anthropic default🤖 Generated with Claude Code