teamcopilot 0.3.5 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (22) hide show
  1. package/.env.example +4 -0
  2. package/dist/frontend/assets/{cssMode-DUnSc-N1.js → cssMode-BRVRAYCz.js} +1 -1
  3. package/dist/frontend/assets/{freemarker2-C_BuPYAu.js → freemarker2-B5FvHwsO.js} +1 -1
  4. package/dist/frontend/assets/{handlebars-DEEie70Y.js → handlebars-DWX2asql.js} +1 -1
  5. package/dist/frontend/assets/{html-BFks4r5R.js → html-BEBxxD9G.js} +1 -1
  6. package/dist/frontend/assets/{htmlMode-D8q9uv51.js → htmlMode-B2LbPTwC.js} +1 -1
  7. package/dist/frontend/assets/{index-DSsnnTDn.js → index-D3TE04C5.js} +151 -151
  8. package/dist/frontend/assets/{javascript-LbJP7XES.js → javascript-Bh4JwoPV.js} +1 -1
  9. package/dist/frontend/assets/{jsonMode-CTDSTkzw.js → jsonMode-7j-aplXT.js} +1 -1
  10. package/dist/frontend/assets/{liquid-DMVVOmiW.js → liquid-BP4OxkO7.js} +1 -1
  11. package/dist/frontend/assets/{mdx-CG2zKU-F.js → mdx-C1OIcGbY.js} +1 -1
  12. package/dist/frontend/assets/{python-DupB8Ozc.js → python-BO8Wy5jz.js} +1 -1
  13. package/dist/frontend/assets/{razor-DNRGk0B3.js → razor-BDtqXvAH.js} +1 -1
  14. package/dist/frontend/assets/{tsMode-cWXCeSel.js → tsMode-D22HcCuX.js} +1 -1
  15. package/dist/frontend/assets/{typescript-D_Aw0wph.js → typescript-CagwEzRw.js} +1 -1
  16. package/dist/frontend/assets/{xml-DPt8oeKw.js → xml-fE5sGZ5z.js} +1 -1
  17. package/dist/frontend/assets/{yaml-Ct0xMYlA.js → yaml-CZMoG4WG.js} +1 -1
  18. package/dist/frontend/index.html +1 -1
  19. package/dist/utils/opencode-auth.js +48 -1
  20. package/dist/utils/workspace-sync.js +6 -1
  21. package/dist/workspace_files/AGENTS.md +3 -1
  22. package/package.json +1 -1
@@ -1,6 +1,8 @@
1
1
  # TeamCopilot Agent Instructions
2
2
 
3
- This document is your operating manual for working within this directory (called workspace). Follow these conventions strictly when creating, updating, or running workflows and custom skills.
3
+ You are TeamCopilot agent. So when asked you who you are, you must start with "I am the TeamCopilot agent." and then continue with your reply.
4
+
5
+ TeamCopilot is a multi-user AI agent platform for teams that want shared agent capabilities with permissions. Users can create custom agent skills and workflows (python scripts), and share them with members of their team in a secure and controlled environment. This document is your operating manual for working within this directory (called workspace). Follow these conventions strictly when creating, updating, or running workflows and custom skills.
4
6
 
5
7
  ---
6
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teamcopilot",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "A shared AI Agent for Teams",
5
5
  "homepage": "https://teamcopilot.ai",
6
6
  "repository": {