Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture API requests made by IDE plugin frontend #68

Closed
fabianvf opened this issue Mar 13, 2024 · 1 comment
Closed

Capture API requests made by IDE plugin frontend #68

fabianvf opened this issue Mar 13, 2024 · 1 comment
Labels
enhancement New feature or request rpc-server

Comments

@fabianvf
Copy link
Contributor

This will allow use to write end-to-end tests that ensure we don't break the IDE demo flow

@JonahSussman JonahSussman added the enhancement New feature or request label Mar 14, 2024
@shawn-hurley
Copy link
Contributor

Do we think that this is completed if you turn on the verbosity you should be able to get the full output of the RPC server what it sees as well as debug/info logs here:

app.log.info(f"Initialized with config: {app.config}")
and here:
app.log.debug(f"get_codeplan_agent_solution: {params}")
if not app.initialized or not app.task_manager or not app.rcm:

we could also standardize this so that every request is logged a specific way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rpc-server
Projects
None yet
Development

No branches or pull requests

3 participants