vault backup: 2026-02-01 11:48:27
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 3m5s
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 3m5s
This commit is contained in:
52
content/.obsidian/plugins/agent-client/main.js
vendored
52
content/.obsidian/plugins/agent-client/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
{"id":"agent-client","name":"Agent Client","version":"0.7.3","minAppVersion":"0.15.0","description":"Chat with AI agents via the Agent Client Protocol directly from your vault.","author":"RAIT-09","authorUrl":"https://github.com/RAIT-09","fundingUrl":"https://www.buymeacoffee.com/rait09","isDesktopOnly":true}
|
||||
{"id":"agent-client","name":"Agent Client","version":"0.7.5","minAppVersion":"0.15.0","description":"Chat with AI agents via the Agent Client Protocol directly from your vault.","author":"RAIT-09","authorUrl":"https://github.com/RAIT-09","fundingUrl":"https://www.buymeacoffee.com/rait09","isDesktopOnly":true}
|
||||
@@ -184,6 +184,16 @@ If your plugin does not need CSS, delete this file.
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.agent-client-message-tool-call-command {
|
||||
color: var(--text-muted);
|
||||
margin: 4px 0;
|
||||
}
|
||||
|
||||
.agent-client-message-tool-call-command code {
|
||||
font-family: var(--font-monospace);
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.agent-client-message-tool-call-status {
|
||||
color: var(--text-muted);
|
||||
user-select: text;
|
||||
@@ -407,7 +417,7 @@ If your plugin does not need CSS, delete this file.
|
||||
}
|
||||
|
||||
.agent-client-chat-view-header-update {
|
||||
margin: 0 10px 0 auto !important;
|
||||
margin: 0 10px 0 10px !important;
|
||||
padding: 2px 8px;
|
||||
font-size: 11px;
|
||||
color: var(--text-muted);
|
||||
|
||||
Reference in New Issue
Block a user