You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forge is a comprehensive coding agent that integrates AI capabilities with your development environment, offering sophisticated assistance while maintaining the efficiency of your existing workflow.
15
17
16
18
- Advanced AI coding assistant with comprehensive understanding, planning, and execution of complex development tasks
@@ -37,6 +39,9 @@ Forge is a comprehensive coding agent that integrates AI capabilities with your
@@ -202,6 +207,38 @@ In PLAN mode, Forge analyzes and plans but doesn't modify your codebase:
202
207
203
208
You can easily switch between modes during a session using the `/act` and `/plan` commands. PLAN mode is especially useful for reviewing potential changes before they're implemented, while ACT mode streamlines the development process by handling implementation details for you.
204
209
210
+
### Application Logs
211
+
212
+
Forge generates detailed JSON-formatted logs that help with troubleshooting and understanding the application's behavior. These logs provide valuable insights into system operations and API interactions.
213
+
214
+
**Log Location and Access**
215
+
216
+
Logs are stored in your application support directory with date-based filenames. The typical path looks like:
This displays the logs in a nicely color-coded structure that's much easier to analyze, helping you quickly identify patterns, errors, or specific behavior during development and debugging.
241
+
205
242
## Custom Workflows and Multi-Agent Systems
206
243
207
244
For complex tasks, a single agent may not be sufficient. Forge allows you to create custom workflows with multiple specialized agents working together to accomplish sophisticated tasks.
0 commit comments