mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 21:19:48 +00:00
implement nested tool calls and initial setup for result metadata
This commit is contained in:
parent
8d874b839d
commit
0697dcc1d9
14 changed files with 585 additions and 168 deletions
|
|
@ -34,6 +34,11 @@ var (
|
|||
Light: "#d3d3d3",
|
||||
}
|
||||
|
||||
ForgroundMid = lipgloss.AdaptiveColor{
|
||||
Dark: "#a0a0a0",
|
||||
Light: "#a0a0a0",
|
||||
}
|
||||
|
||||
ForgroundDim = lipgloss.AdaptiveColor{
|
||||
Dark: "#737373",
|
||||
Light: "#737373",
|
||||
|
|
@ -159,6 +164,11 @@ var (
|
|||
Light: light.Peach().Hex,
|
||||
}
|
||||
|
||||
Yellow = lipgloss.AdaptiveColor{
|
||||
Dark: dark.Yellow().Hex,
|
||||
Light: light.Yellow().Hex,
|
||||
}
|
||||
|
||||
Primary = Blue
|
||||
Secondary = Mauve
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue