[eric] OpenSwarm Pro: new managed plan alongside BYO — deep-link activation from billing checkout, onboarding + Settings card with live usage, gradient OpenSwarm Pro group in

the model picker, inline error cards for rate-limit/connection failures, debugger startup fix
This commit is contained in:
ciregenz
2026-04-15 23:05:02 -07:00
parent 14e1d02bbb
commit 1a68ccfc7b
22 changed files with 948 additions and 66 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class Directory:
if debug_file.calls_debug_function():
parent_dir.add_child(debug_file)
else:
raise Exception(f"[build_structure]: Entry is not dir or file: {entry.path}")
continue
construct_project_structure(root_dir, self)
# [print(f"[build_structure]: {file}") for file in project_structure]