这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged

Docs #760

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Introduction
description: "API and SDK for human-in-the-loop workflows"
description: "CodeLayer is the best way to get AI to solve hard problems in complex codebases."
---

## Table of Contents
Expand Down Expand Up @@ -51,7 +51,7 @@ If you want to load the generic version of the HumanLayer prompts, check out [th
* If you see errors about missing `mcp__codelayer__approvals` tool, you're missing the `humanlayer` CLI - you need to install with brew, copying the app from a DMG won't work
* If install fails, ensure you've cleaned up all previous artifacts. `brew reinstall` is worth a shot as well

## FAQ
## FAQ

#### Where can I learn more?

Expand Down Expand Up @@ -91,18 +91,18 @@ Claude is very good at making and configuring worktrees for you as well, so you
npx humanlayer launch -w DIRECTORY -m MODEL "PROMPT"
```

#### How do I manage all the markdown docs
#### How do I manage all the markdown docs

These features are coming to CodeLayer soon - in the meantime you can check out
the [HumanLayer Repo](https://github.com/humanlayer/humanlayer/) and ask claude `how does the thoughts system work?`.

This will set you up with our v0 janky prototype of the thoughts system. More coming soon but there are at least a handful of
This will set you up with our v0 janky prototype of the thoughts system. More coming soon but there are at least a handful of
highly-motivated engineers using the system as it exists today.

#### Can I use CodeLayer from my Phone? Can I run claude sessions in the cloud?

Coming soon!

#### How much does CodeLayer cost?
#### How much does CodeLayer cost?

During the private beta, CodeLayer is free to use.
During the private beta, CodeLayer is free to use.
Loading