Skip to content

Commit b705d3f

Browse files
committed
Add claude opus 4.6 and fix input padding
1 parent a8387c4 commit b705d3f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/components/common/PromptInput.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ export default defineComponent({
332332
.chat-input-container {
333333
--p-textarea-hover-border-color: transparent;
334334
--p-textarea-focus-border-color: transparent;
335+
padding-top: 0.25rem;
335336
}
336337
337338
.actions {

src/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ export const providerConfigs = {
2626
displayName: "Anthropic",
2727
/** @link https://docs.anthropic.com/en/docs/about-claude/models/overview */
2828
models: [
29+
{
30+
id: "claude-opus-4-6",
31+
displayName: "claude-opus-4-6",
32+
contextWindow: 200_000,
33+
},
2934
{
3035
id: "claude-opus-4-5-20251101",
3136
displayName: "claude-opus-4-5",

0 commit comments

Comments
 (0)