Compare commits

...

1 Commits

Author SHA1 Message Date
claude-agent
681d967560 Add debug println to inkeep_not_available function
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-09 16:22:16 +00:00

View File

@@ -15,6 +15,7 @@ pub fn global_service() -> Router {
#[cfg(not(feature = "private"))]
async fn inkeep_not_available() -> windmill_common::error::Result<()> {
println!("Inkeep not available - Enterprise Edition feature");
Err(Error::Generic(
http::StatusCode::FORBIDDEN,
"Inkeep AI documentation assistant is only available in Windmill Enterprise Edition"