feat(cli): Add client-installable CLI to allow users for easy control of the proxy behavior
Examples:
aiproxer <session|global> compression <on|off>
aiproxer cache <on|off>
aiproxer project list
aiproxer project <track|untrack> <slug>
aiproxer pareto min <min-index>
aiproxer pareto <up|down|restore|disable>
aiproxer pareto <block|unblock> <model-routing-string>
aiproxer pareto status
aiproxer route override <model-routing-string>
aiproxer route restore
aiproxer status
We should expose aiproxer (installable helper app on client PCs) which should act as proxy behavior (user-wide) controller. To use it mid-session user can use regular local command execution available in most clients after typing the ! char. But the question is can we get session ID auto injected
feat(cli): Add client-installable CLI to allow users for easy control of the proxy behavior
Examples:
We should expose
aiproxer(installable helper app on client PCs) which should act as proxy behavior (user-wide) controller. To use it mid-session user can use regular local command execution available in most clients after typing the!char. But the question is can we get session ID auto injected