Commit Graph

9 Commits

Author SHA1 Message Date
David Ibia
d928999224 feat(opencode): add with-context custom commands for documentation management
- Add commands: setup-notes, sync-notes, ingest-notes, teleport-notes
- Add commands: validate-notes-config, preview-notes-delegation
- Add vault organization commands: analyze-vault, reorganize-notes
- Update .withcontextconfig.jsonc with delegation patterns
- Archive deprecated with-context.ts plugin
2025-12-28 23:19:59 +01:00
David Ibia
8d92715761 feat(opencode): add agent modes and with-context MCP server config
- Add explicit mode settings for agents (build, plan as primary; others as subagent)
- Configure with-context MCP server for Obsidian vault integration
- Remove with-context-mcp from plugin dependencies (now using MCP server)
2025-12-28 23:19:43 +01:00
David Ibia
24fb286db1 feat(tmux): add lightweight server config with Ctrl+/ prefix and bottom status bar
- Create .tmux-server.conf for remote servers (plugin-free, minimal)
- Prefix key set to Ctrl+/ (C-_) instead of Ctrl+b
- Status bar positioned at bottom with simple catppuccin-inspired theme
- Include all essential keybindings without TPM dependencies
- Add README section with one-liner download/setup instructions
2025-12-28 23:19:21 +01:00
David Ibia
7a12ec0f2f fix(opencode.json): disable all services by setting "enabled" to false in opencode.json for consistency 2025-11-09 15:28:40 +01:00
David Ibia
4bd5b2405e feat(opencode): add setup-mcp.md file for interactively setting up OpenCode config and MCP servers for projects 2025-11-09 15:28:29 +01:00
David Ibia
701770fe2b feat(opencode): add opencode configuration file with agent descriptions and MCP settings 2025-11-09 14:21:17 +01:00
David Ibia
2343dfec2c feat(terminal-bell.ts): add NotificationPlugin to send notification on session completion. 2025-11-09 14:20:47 +01:00
David Ibia
9396c57b63 feat(websearch.ts): add PerplexitySearch plugin for quick and deep research capabilities 2025-11-09 14:20:35 +01:00
David Ibia
139f7e1679 feat: created opencode agents 2025-11-09 14:20:28 +01:00