Session Auto-Naming Not Working Anymore? #4549

Closed
opened 2026-02-16 17:44:33 -05:00 by yindo · 12 comments
Owner

Originally created by @adrians5j on GitHub (Jan 9, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

For some reason, and for some time now, my sessions are not auto-named anymore. They're all just like this:

Image

Makes it harder to find a prev session I want to revisit.

Previously I had these sessions auto-named, which was the best. :)

Plugins

None

OpenCode version

1.1.8

Steps to reproduce

Just run /session cmd, and check out the dialog.

Screenshot and/or share link

New session - 2026-01-09T20:18:50.787Z

Operating System

macOS 15.6.1 (24G90)

Terminal

IntelliJ's Built-In

Originally created by @adrians5j on GitHub (Jan 9, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description For some reason, and for some time now, my sessions are not auto-named anymore. They're all just like this: <img width="678" height="597" alt="Image" src="https://github.com/user-attachments/assets/b60cdfe1-15d6-4477-b8c4-adcafff61134" /> Makes it harder to find a prev session I want to revisit. Previously I had these sessions auto-named, which was the best. :) ### Plugins None ### OpenCode version 1.1.8 ### Steps to reproduce Just run /session cmd, and check out the dialog. ### Screenshot and/or share link New session - 2026-01-09T20:18:50.787Z ### Operating System macOS 15.6.1 (24G90) ### Terminal IntelliJ's Built-In
yindo added the bug label 2026-02-16 17:44:33 -05:00
yindo closed this issue 2026-02-16 17:44:33 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 9, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #6819: Session titles are not being set

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Jan 9, 2026): This issue might be a duplicate of existing issues. Please check: - #6819: Session titles are not being set Feel free to ignore if none of these address your specific case.
Author
Owner

@adrians5j commented on GitHub (Jan 9, 2026):

I don't know... I have this version and it still doesn't work 🤷🏻

Image

P.S. I created this issue while running 1.1.8, but saw 1.1.9 was out so I upgraded. The issue was still there unfortunately. :|

@adrians5j commented on GitHub (Jan 9, 2026): I don't know... I have this version and it still doesn't work 🤷🏻 <img width="491" height="44" alt="Image" src="https://github.com/user-attachments/assets/d5b8e8e7-ab40-497e-b6bb-c654253f5e08" /> P.S. I created this issue while running 1.1.8, but saw 1.1.9 was out so I upgraded. The issue was still there unfortunately. :|
Author
Owner

@m10rten commented on GitHub (Jan 10, 2026):

I did notice this same behaviour when having the small_model configured, without it works fine.

@m10rten commented on GitHub (Jan 10, 2026): I did notice this same behaviour when having the small_model configured, without it works fine.
Author
Owner

@adrians5j commented on GitHub (Jan 12, 2026):

Using the /rename command for now 🙂 !

(just discovered it 🤦🏻 )

@adrians5j commented on GitHub (Jan 12, 2026): Using the `/rename` command for now 🙂 ! (just discovered it 🤦🏻 )
Author
Owner

@goniz commented on GitHub (Jan 12, 2026):

The session naming works by using the small model.
If it’s configured to some model that does not work in your setup this explains it.

Are you using Zen? If so, make sure you didn’t disable the “gpt-5-nano” model in the dashboard. It will break the session naming as well.

@goniz commented on GitHub (Jan 12, 2026): The session naming works by using the small model. If it’s configured to some model that does not work in your setup this explains it. Are you using Zen? If so, make sure you didn’t disable the “gpt-5-nano” model in the dashboard. It will break the session naming as well.
Author
Owner

@adrians5j commented on GitHub (Jan 12, 2026):

Ah.... I'm actually using Github Copilot with Sonnet 4.5. I'll check the config a bit (although I did not do any configurations).

@adrians5j commented on GitHub (Jan 12, 2026): Ah.... I'm actually using Github Copilot with Sonnet 4.5. I'll check the config a bit (although I did not do any configurations).
Author
Owner

@goniz commented on GitHub (Jan 12, 2026):

Try running opencode run --print-logs hi and attach the output

@goniz commented on GitHub (Jan 12, 2026): Try running `opencode run --print-logs hi` and attach the output
Author
Owner

@adrians5j commented on GitHub (Jan 12, 2026):

Did not know I could get some logs this way.

In any case, found it!

"data": {
      "error": {
        "message": "The requested model is not supported.",
        "type": "invalid_request_error",
        "param": "model",
        "code": "model_not_supported"
      }
    }

Gonna try changing the small model then.

@adrians5j commented on GitHub (Jan 12, 2026): Did not know I could get some logs this way. In any case, found it! ``` "data": { "error": { "message": "The requested model is not supported.", "type": "invalid_request_error", "param": "model", "code": "model_not_supported" } } ``` Gonna try changing the small model then.
Author
Owner

@adrians5j commented on GitHub (Jan 12, 2026):

Works!

It was a bit tricky to get the correct small_model identifier in opencode.json. But I think I've gotten the hang of it now.

As far as I'm concerned, we can close this one now! :)

@adrians5j commented on GitHub (Jan 12, 2026): Works! It was a bit tricky to get the correct small_model identifier in opencode.json. But I think I've gotten the hang of it now. As far as I'm concerned, we can close this one now! :)
Author
Owner

@goniz commented on GitHub (Jan 12, 2026):

Good!

You can always use opencode models which prints the correct model ids!

@goniz commented on GitHub (Jan 12, 2026): Good! You can always use `opencode models` which prints the correct model ids!
Author
Owner

@adrians5j commented on GitHub (Jan 12, 2026):

You rock man, did not know this, also helped a ton!

❤️ ❤️ ❤️

@adrians5j commented on GitHub (Jan 12, 2026): You rock man, did not know this, also helped a ton! ❤️ ❤️ ❤️
Author
Owner

@EgilSandfeld commented on GitHub (Feb 13, 2026):

Got this issue with Opencode Web and using GLM 5, but discovered that renaming uses GPT 5-nano (free with Zen), but when providing own OpenAI API Key in Zen settings and insufficient funds, this is what I see in logs, when running "opencode run --print-logs hi":

ERROR 2026-02-13T10:18:48 +1143ms service=llm providerID=opencode modelID=gpt-5-nano sessionID=ses_3a97d6100ffe6k1msy10u0To3H small=true agent=title mode=primary error={"error":{"type":"error","sequence_number":2,"error":{"type":"insufficient_quota","code":"insufficient_quota","message":"You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.","param":null}}} stream error

Removing the OpenAI key or adding funds fixes this issue.

@EgilSandfeld commented on GitHub (Feb 13, 2026): Got this issue with Opencode Web and using GLM 5, but discovered that renaming uses GPT 5-nano (free with Zen), **but when providing own OpenAI API Key in Zen settings and insufficient funds, this is what I see in logs,** when running "_opencode run --print-logs hi_": ERROR 2026-02-13T10:18:48 +1143ms service=llm providerID=opencode modelID=gpt-5-nano sessionID=ses_3a97d6100ffe6k1msy10u0To3H small=true agent=title mode=primary error={"error":{"type":"error","sequence_number":2,"error":{"type":"insufficient_quota","code":"insufficient_quota","message":"You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.","param":null}}} stream error Removing the OpenAI key or adding funds fixes this issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#4549