feat: publish HoloLake model-native living system source
This commit is contained in:
parent
6ad10edde1
commit
c395dd3a99
2467 changed files with 615073 additions and 0 deletions
38
product-source/hololake-platform/site/guides/use-ai-panel.md
Normal file
38
product-source/hololake-platform/site/guides/use-ai-panel.md
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# Use The AI
|
||||
|
||||
HoloLake Era gives you two ways to ask for AI help: open the AI panel for an ongoing conversation, or prompt directly from the editor with `Cmd+K` followed by a space.
|
||||
|
||||
## Choose How To Prompt
|
||||
|
||||
- **AI panel** is best for longer conversations, agent work, and requests that need visible back-and-forth.
|
||||
- **Inline prompt** is best when you are already writing. Press `Cmd+K`, type a space, then write the prompt you want the AI to handle from the current note context.
|
||||
|
||||
## Choose A Target
|
||||
|
||||
Open Settings and choose the default AI target:
|
||||
|
||||
- **Coding agent** for tool-backed vault editing through Claude Code, Codex, OpenCode, Pi, or Antigravity CLI.
|
||||
- **Local model** for Ollama or LM Studio chat over note context.
|
||||
- **API model** for OpenAI, Anthropic, Gemini, OpenRouter, or an OpenAI-compatible endpoint.
|
||||
|
||||
If a coding agent is missing, install it and reopen HoloLake Era or switch to another target.
|
||||
|
||||
## Permission Mode
|
||||
|
||||
Coding agents support per-vault permission modes:
|
||||
|
||||
- **Vault Safe** keeps agents limited to file, search, and edit tools.
|
||||
- **Power User** can allow shell commands for agents that support them.
|
||||
|
||||
Direct model targets always stay in chat mode. They can use note context, but they cannot edit vault files through tools.
|
||||
|
||||
## Good Requests
|
||||
|
||||
- "Find notes related to this project."
|
||||
- "Summarize what changed in this note."
|
||||
- "Draft a weekly review from these linked notes."
|
||||
- "Update this checklist based on the current project status."
|
||||
|
||||
## Review Changes
|
||||
|
||||
AI edits are file edits. Review them with HoloLake Era's diff and Git history before committing.
|
||||
Loading…
Reference in a new issue