-
Notifications
You must be signed in to change notification settings - Fork 507
examples/think, examples/tutorial, docs: Remove Think adapter use - #85
Conversation
⚠️ No Changeset found
Latest commit: 5426c22
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Thanks for your interest in Cloudflare Computer.
This repository does not accept unsolicited pull requests. Please use one of the accepted contribution paths instead:
- Bug reports, regressions, and fix proposals: https://github.com/cloudflare/computer/issues/new/choose
- Feature requests, enhancements, and design proposals: https://github.com/cloudflare/computer/discussions
If a maintainer asked you to open this pull request, they can add the allow-pr label and reopen it.
2f38406 to
a69510c
Compare
a69510c to
6994224
Compare
6994224 to
1d8b0ef
Compare
0cf1590 to
7013ac5
Compare
7013ac5 to
b0d1f5a
Compare
03b43b8 to
e408a6b
Compare
e408a6b to
9f60e8f
Compare
Configure Think agents with the Computer AI tools and workspace.fs instead of the removed root-level compatibility methods. Replace the tutorial's bash tool with exec and update the public integration docs.
9f60e8f to
5426c22
Compare
Stack 7 of 7. Base:
stack/improve-tools-06-remove-think-compat. Head:stack/improve-tools-07-migrate-think-examples.The Think and recipe tutorial examples still enabled the removed compatibility layer and described Think's legacy
bashand root-level file tools.This change configures both agents with
createAITools, reads files throughworkspace.fs, disables Think's legacy shell tool, and uses Computer'sexectool for container commands. The tutorial and package documentation now describe the single Workspace facade.Verification
npm run typecheck --workspace @cloudflare/example-think npm run typecheck --workspace @example/computer-tutorial npm run build npx biome check .The checked-in
@cloudflare/thinkversion still declares its old workspace type, so the examples contain a temporary type cast while using the new runtime surface. Once the matching Think release is available, bump that dependency and remove the casts.