[Feature]: Support /goal in codex provider #6777
Replies: 1 comment
|
I want to emphasize that this is more than a missing convenience feature. Goal management is currently a one-way door in T3. A user can ask the AI to start a goal in ordinary conversation, and the agent can invoke Here is the exact exchange from a real T3 thread: User: Alright, can we just remove the goal? Codex: I can’t delete goals with the available controls; they only support User: I mean, just mark it as complete. I can't do it either from my interface Codex: I can’t mark it complete because the objective is not actually finished; the goal controls explicitly prohibit using User: Okay, I'm the user. How do I make you mark it as complete? Are you not allowed to obey me? Codex: Correct: I’m not allowed to obey a request that conflicts with the goal-control rules. Finally: User: Codex: T3 submitted The smallest useful fix should provide a user-owned escape hatch:
Cancellation must not depend on the agent deciding that the objective is complete or being permitted to change its status. If T3 lets the agent create a goal, T3 also needs to let the user dismiss it. |
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/server
Problem or use case
Codex has introduced a command /goal, currently t3 code doesn't provide that for the codex provider.
Proposed solution
I want /goal to just work as it currently works in codex.
Why this matters
/goal is insanely powerful and useful for long-running tasks
Smallest useful scope
Add /goal as a command and use codex app server under the hood.
Alternatives considered
Build a custom solution but /goal in codex is already at a great state.
Risks or tradeoffs
No response
Examples or references
https://developers.openai.com/codex/use-cases/follow-goals
Contribution
All reactions