Skip to content

Conversation

@raiden-staging
Copy link
Contributor

Description

  • Updates type definitions in thets-cua sample to align with the OpenAI Typescript SDK types, to then submit to their sample repo
  • Linted the ts-cua samples + added local browser test module.
  • Updated python-cua requirements versions

Implementation Checklist

  • Implemented this change in TypeScript
  • Implemented this change in Python

Testing

  • All tests pass locally
  • Linted
  • Added tests for new functionality (if applicable)

Docs

  • Link to a PR in our docs repo documenting your change (if applicable)

Visual Proof

None

Related Issue

Fixes #123

#35

Additional Notes

None

await (fn as (...a: unknown[]) => unknown)(...Object.values(actionArgs));
const screenshot = await this.computer.screenshot();
const pending = cc.pending_safety_checks ?? [];
console.dir({ debug_agent_computer_call: cc });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: console log

@heyglassy
Copy link
Contributor

Looks great!

One nit: for the python and ts command samples that are printed into the console once the example is written to the fs; can you update them with the proper invoke payload?

@raiden-staging
Copy link
Contributor Author

thanks for pointing that out ! fixed it

@juecd juecd merged commit 317925e into onkernel:main Jul 3, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants