We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cf481 commit 1d3a300Copy full SHA for 1d3a300
docs/features/workspaces.mdx
@@ -36,6 +36,12 @@ Workspaces offer several key features:
36
CodeGate security detections (alert history) are recorded in the active
37
workspace, allowing you to track and review past interactions.
38
39
+- **Token usage tracking**: CodeGate tracks LLM token usage per workspace,
40
+ allowing you to monitor and analyze consumption across different contexts or
41
+ projects. For example, this feature can help you manage costs by identifying
42
+ high-usage workspaces or optimize API usage by adjusting prompts to reduce
43
+ token consumption.
44
+
45
- **Isolation**: Configurations and data in one workspace do not affect others,
46
providing clarity when reviewing your AI-assisted coding history and precision
47
in tailoring your custom instructions.
0 commit comments