* add llamacpp plugin * Refactor llamacpp plugin * add utils plugin * remove utils folder * add hardware implementation * add utils folder + move utils function * organize cargo files * refactor utils src * refactor util * apply fmt * fmt * Update gguf + reformat * add permission for gguf commands * fix cargo test windows * revert yarn lock * remove cargo.lock for hardware plugin * ignore cargo.lock file * Fix hardware invoke + refactor hardware + refactor tests, constants * use api wrapper in extension to invoke hardware call + api wrapper build integration * add newline at EOF (per Akarshan) * add vi mock for getSystemInfo
14 lines
437 B
TOML
14 lines
437 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-get-all-sessions"
|
|
description = "Enables the get_all_sessions command without any pre-configured scope."
|
|
commands.allow = ["get_all_sessions"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-get-all-sessions"
|
|
description = "Denies the get_all_sessions command without any pre-configured scope."
|
|
commands.deny = ["get_all_sessions"]
|