mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 09:01:14 +00:00
docs(coding-agent): add cross-links to themes.md and session.md
This commit is contained in:
parent
530826ba07
commit
b078141c24
1 changed files with 2 additions and 2 deletions
|
|
@ -589,7 +589,7 @@ Current working directory.
|
|||
|
||||
### ctx.sessionManager
|
||||
|
||||
Read-only access to session state:
|
||||
Read-only access to session state. See [session.md](session.md) for the full SessionManager API and entry types.
|
||||
|
||||
```typescript
|
||||
ctx.sessionManager.getEntries() // All entries
|
||||
|
|
@ -1609,7 +1609,7 @@ pi.sendMessage({
|
|||
|
||||
### Theme Colors
|
||||
|
||||
All render functions receive a `theme` object:
|
||||
All render functions receive a `theme` object. See [themes.md](themes.md) for creating custom themes and the full color palette.
|
||||
|
||||
```typescript
|
||||
// Foreground colors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue