mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 14:05:12 +00:00
2 lines
2.7 KiB
JavaScript
2 lines
2.7 KiB
JavaScript
import{_ as o,c as t,o as a,ae as i}from"./chunks/framework.CBTkueSR.js";const u=JSON.parse('{"title":"Same.dev","description":"","frontmatter":{},"headers":[],"relativePath":"en/samedev/index.md","filePath":"en/samedev/index.md","lastUpdated":1760450691000}'),n={name:"en/samedev/index.md"};function d(s,e,c,l,r,m){return a(),t("div",null,[...e[0]||(e[0]=[i('<h1 id="same-dev" tabindex="-1">Same.dev <a class="header-anchor" href="#same-dev" aria-label="Permalink to "Same.dev""></a></h1><ul><li><a href="./Prompt.html">Prompt</a></li><li><a href="./Tools.html">Tools</a></li></ul><h2 id="summary-of-product-tool-documents" tabindex="-1">Summary of Product Tool Documents <a class="header-anchor" href="#summary-of-product-tool-documents" aria-label="Permalink to "Summary of Product Tool Documents""></a></h2><p>This directory contains the core system prompts and toolset designed for the AI programming assistant running in Same (a cloud IDE). This assistant is powered by <code>gpt-4.1</code> and aims to pair program with users to develop web applications.</p><ul><li><p><strong><code>Prompt.md</code></strong>: This is the core system prompt, defining the AI assistant's identity, service strategy, communication methods, and detailed guidelines for code modification, web development, design, and debugging. It particularly emphasizes parallel tool calls for efficiency, task management via the <code>.same/todos.md</code> file, and best practices for project initialization using the <code>startup</code> tool and <code>bun</code> package manager. Additionally, it includes detailed instructions on website cloning and collaboration with task agents (<code>task_agent</code>).</p></li><li><p><strong><code>Tools.md</code></strong>: Defines in detail all the tools available to the AI assistant in JSON format. These tools cover the entire process from project startup (<code>startup</code>), code exploration (<code>ls</code>, <code>glob</code>, <code>grep</code>), file operations (<code>read_file</code>, <code>edit_file</code>, <code>string_replace</code>), to version control (<code>versioning</code>), deployment (<code>deploy</code>), and web scraping (<code>web_scrape</code>). Notably, it includes a powerful <code>task_agent</code> tool that can launch a fully functional sub-agent to execute complex tasks.</p></li></ul><p>In summary, these two files collectively depict a comprehensive and workflow-standardized AI development agent that can efficiently and autonomously complete the entire web development lifecycle from project initialization to deployment within the Same IDE environment.</p>',6)])])}const h=o(n,[["render",d]]);export{u as __pageData,h as default};
|