mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 15:03:57 +00:00
vendor/tinyagents pinned at v1.5.0 (matches the crates.io requirement); [patch.crates-io] path override in root and app/src-tauri manifests so migration agents can modify SDK source in-tree and PR upstream from the submodule. Both worlds resolve tinyagents v1.5.0 (path); crate checks clean. Claude-Session: https://claude.ai/code/session_013uVSkcdR2eP7hW4xm54wb4
11 lines
449 B
Plaintext
11 lines
449 B
Plaintext
[submodule "app/src-tauri/vendor/tauri-cef"]
|
|
path = app/src-tauri/vendor/tauri-cef
|
|
url = https://github.com/tinyhumansai/tauri-cef.git
|
|
branch = feat/cef
|
|
[submodule "app/src-tauri/vendor/tauri-plugin-notification"]
|
|
path = app/src-tauri/vendor/tauri-plugin-notification
|
|
url = https://github.com/tinyhumansai/tauri-plugin-notification.git
|
|
[submodule "vendor/tinyagents"]
|
|
path = vendor/tinyagents
|
|
url = https://github.com/tinyhumansai/tinyagents
|