Commit Graph

13 Commits

Author SHA1 Message Date
Saurav Panda b00c41b66b chore(llm): recommend gemini-3-flash-preview in examples and tests
- add gemini-3-flash-preview-lite to VerifiedGeminiModels and token mappings
- list both gemini-3-flash-preview[-lite] alongside existing -latest aliases in CLOUD.md and api-v2.md SupportedLLMs
- swap example code and recommendations (examples/, AGENTS.md, quickstart.md, bug report placeholder) to gemini-3-flash-preview / -lite
- update Google CI test + evaluate_tasks judge LLM to gemini-3-flash-preview / -lite
2026-05-22 10:47:58 -07:00
Claude 26ed331cbb Remove $10 free credit mentions from documentation
Removes references to $10 signup credits from README.md and AGENTS.md
as this promotion is being discontinued.

https://claude.ai/code/session_01CTCYfXrPi3SxEZeBy9DevS
2026-03-10 22:06:46 +00:00
ShawnPana 96f39b3c75 Move Code Agent, Actor, and Sandbox docs to Legacy section
Relocate deprecated doc sections from customize/ to legacy/ under
Customize OS nav. Add redirects for all old paths and update
cross-references in AGENTS.md and related mdx files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 15:30:39 -08:00
Cursor Agent 1c70a9dbc5 docs: fix custom tool registry documentation to prevent common pitfalls
- Fix basics.mdx: change browser: Browser to browser_session: BrowserSession
- Fix basics.mdx: use async functions and proper ActionResult return type
- Add Warning about parameter name matching in basics.mdx
- Add Warning and Common Pitfalls section in add.mdx with clear examples
- Update AGENTS.md embedded docs to match

The agent injects special parameters by name matching, not by type.
Using incorrect parameter names (e.g., browser instead of browser_session)
causes tools to fail silently, which was a common user confusion.

Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
2026-01-18 20:12:46 +00:00
Saurav Panda cafae082de update the agents.md with field
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-12-09 23:43:01 -08:00
Saurav Panda 211256a6d1 docs: fix default action count in docs 2025-12-09 16:03:52 -08:00
Cursor Agent ffe8e223fc Fix: Update documentation links to use absolute paths
Co-authored-by: mamagnus00 <mamagnus00@gmail.com>
2025-12-03 15:59:25 +00:00
Naymul Islam a26832d730 fix the supported model broken link
Signed-off-by: Naymul Islam <naymul504@gmail.com>
2025-12-03 18:46:35 +06:00
Cursor Agent 487bd19e80 Refactor: Lower default max_actions_per_step to 4
Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
2025-11-15 06:31:10 +00:00
Alezander9 5c1761ed3a address cubic comments 2025-11-07 18:33:58 -08:00
Alezander9 494abb7e30 update agents md and llm quickstarts 2025-11-07 18:22:24 -08:00
mertunsall d3a88ce351 vision defaults to True 2025-11-06 16:29:09 -08:00
Alexander Yue 5e996f0c63 Rename AGENTS.MD to AGENTS.md 2025-11-05 14:40:48 -08:00