Team Account and Project-Based Credit Management #907
Replies: 4 comments 1 reply
-
Related: #759 |
Beta Was this translation helpful? Give feedback.
-
I would suggest for the project based credit logging we look at the package.json's name field if it exists in the project. And use that as a label to tag usage. That is probably more consistent across team members than using something like folder name for example. Popular package.json alternatives🟨 JavaScript / TypeScript
🐍 Python
☕ Java
🦀 Rust
🐘 PHP
💎 Ruby
🐧 C / C++
🐍 Go (Golang)
🐳 Docker
🌐 .NET (C#, F#, VB)
|
Beta Was this translation helpful? Give feedback.
-
Another option would be to have a artefact in the .kilocode directory. Not all projects that are worked on will have a package.json. We work heavily with dotnet for example. The project name can be loaded at folder-open/load-time and used throughout the session, if this is committed, other developers pulling the same code repo will also have the same name automatically so when team billing comes in you have a universal tag to filter on |
Beta Was this translation helpful? Give feedback.
-
Possibly the most consistent way of identifying which project is being worked on is by using the git remote in the project. That should be mostly universal across the team and should also be universal across different stacks. Of course there are also other version control systems that we might be able to add support for in the future as well. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A user (discord DMs) has suggested the following features for team accounts:
This would be a significant enhancement for both businesses and individual developers using the platform.
Beta Was this translation helpful? Give feedback.
All reactions